Skip to content

Commit e9441b4

Browse files
committed
Test with nokogiri that works with Ruby < 2.1
1 parent 39611f8 commit e9441b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gemfiles/rails_4_2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ gem "pry"
99
gem "railties", "~> 4.2.0"
1010
gem "actionpack", "~> 4.2.0"
1111
gem "activemodel", "~> 4.2.0"
12+
gem "nokogiri", "< 1.7" if RUBY_VERSION < "2.1"
1213

1314
gemspec :path => "../"

0 commit comments

Comments
 (0)