Skip to content

Commit da25aa5

Browse files
committed
Merge pull request rails#1738 from gazay/3-1-stable-change-nokogiri-version
Fix several warnings: change version of nokogiri gem
2 parents a788d4e + 171491b commit da25aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ platforms :ruby do
4444
end
4545
gem "json"
4646
gem "yajl-ruby"
47-
gem "nokogiri", ">= 1.4.4"
47+
gem "nokogiri", ">= 1.4.5"
4848

4949
group :test do
5050
gem "ruby-prof" if RUBY_VERSION < "1.9.3"

0 commit comments

Comments
 (0)