Skip to content

Commit

Permalink
ruby < 1.9 requires nokogiri in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
billyyarosh committed Sep 26, 2014
1 parent 9e9bcd6 commit eb51d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gemspec

group :test do
if RUBY_VERSION < "1.9"
gem "nokogiri", "~> 1.5.0"
gem "ruby-debug", "~> 0.10.4"
else
gem "debugger", "~> 1.1"
Expand Down

0 comments on commit eb51d65

Please sign in to comment.