Skip to content

Commit

Permalink
Added a nokogiri dependendency to the Gemfile for local development.
Browse files Browse the repository at this point in the history
This allows the travis-ci build for 1.8.7 to install Nokogiri < 1.6
which is required for unit tests.
  • Loading branch information
trevorrowe committed Nov 20, 2013
1 parent d0a8bec commit b78e18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ source 'https://rubygems.org'

gemspec

gem 'nokogiri', '< 1.6' if RUBY_VERSION < '1.9'

group :repl do
gem 'pry'
end
Expand Down

0 comments on commit b78e18f

Please sign in to comment.