Skip to content

Commit 1a9ba1f

Browse files
committed
Remove hard dependency on nokogiri for Rails 4.2
Nokogiri 1.7.x requires Ruby 2.1+ so let bundler handle the version.
1 parent 3b3fc6d commit 1a9ba1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gemfiles/rails_4_2.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ gem "pry"
99
gem "railties", "~> 4.2.0"
1010
gem "actionpack", "~> 4.2.0"
1111
gem "activemodel", "~> 4.2.0"
12-
gem "nokogiri", "~> 1.6.8"
1312

1413
gemspec path: "../"

0 commit comments

Comments
 (0)