Skip to content

Commit

Permalink
newer ruby does not have net ftp in stdlib. nokogiri needs that so ne…
Browse files Browse the repository at this point in the history
…ed to update nokogiri
  • Loading branch information
joshuacronemeyer committed Jan 14, 2022
1 parent 181c479 commit bc7f53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ gemspec
group :development do
gem 'rake'
gem 'rack', '< 2.0.0', :platforms => [:ruby_19, :ruby_20, :ruby_21, :jruby_19]
gem 'nokogiri', '< 1.7.0', :platforms => [:mri]
gem 'nokogiri'
gem 'jeweler', '< 2.1.3'
gem 'pry'
gem 'mocha'
gem 'activesupport', '>= 4.0.0', '< 6.0.0'
gem 'activesupport'
gem 'tzinfo'
gem 'i18n'
gem 'minitest'
Expand Down

0 comments on commit bc7f53a

Please sign in to comment.