Skip to content

Commit

Permalink
Merge pull request #121 from etherz10/update-nokogiri
Browse files Browse the repository at this point in the history
Update Nokogiri & Ruby version
  • Loading branch information
HarlemSquirrel authored Dec 18, 2024
2 parents ce1097d + 6aba402 commit 0015eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git', branch: :ma

gem 'bigdecimal'
gem 'fakefs', '~> 1.2'
gem 'nokogiri', '~> 1.10'
gem 'nokogiri', '~> 1.16.7'
gem 'pry'
gem 'rspec', '~> 3.9'
gem 'rubocop', '~> 1.20'
Expand Down
2 changes: 1 addition & 1 deletion amazing_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require 'amazing_print/version'
Gem::Specification.new do |s|
s.name = 'amazing_print'
s.version = AmazingPrint.version
s.required_ruby_version = '>= 2.5.0'
s.required_ruby_version = '>= 3.0.0'
s.authors = ['Michael Dvorkin', 'Kevin McCormack' 'Patrik Wenger']
s.email = '[email protected]'
s.homepage = 'https://github.com/amazing-print/amazing_print'
Expand Down

0 comments on commit 0015eff

Please sign in to comment.