Skip to content

Commit

Permalink
Merge pull request #60 from DavidS/maint-nokogiri
Browse files Browse the repository at this point in the history
(maint) nokogiri: avoid versions without ruby 2.1 support
  • Loading branch information
rodjek authored Jun 5, 2017
2 parents 8f95c5f + 1633cac commit 505b21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ gemspec
gem 'metadata-json-lint'
gem 'rubocop'

# avoid newer versions that do not support ruby 2.1 anymore
gem 'nokogiri', '1.7.2'

group(:development, :test) do
gem 'bundler', '~> 1.13'
gem 'rake', '~> 10.0'
Expand All @@ -19,4 +22,3 @@ group :acceptance do
gem 'beaker-hostgenerator'
gem 'beaker-testmode_switcher'
end

0 comments on commit 505b21e

Please sign in to comment.