Skip to content

Commit eb7c9eb

Browse files
authored
Merge pull request #404 from georgeclaghorn/nokogiri-compat
Use a compatible version of Nokogiri to test against Rails 4.2
2 parents 3144414 + a395f58 commit eb7c9eb

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.6.8"
1213

1314
gemspec path: "../"

0 commit comments

Comments
 (0)