Skip to content

Commit

Permalink
Update nokogiri dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Nov 29, 2022
1 parent 51b90dc commit 421908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.post_install_message += "\e[32m" + ('*' * 60) + "\n\e[0m"

spec.add_dependency 'faraday', '>= 1.10.0'
spec.add_dependency 'nokogiri', '>= 1.13.8'
spec.add_dependency 'nokogiri', '>= 1.13.9'
spec.add_dependency 'rubyzip', '>= 2.3.2'

spec.add_development_dependency 'bundler', '>= 1.17.3'
Expand Down

0 comments on commit 421908d

Please sign in to comment.