Skip to content

Commit

Permalink
Pin nokogiri to version 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Apr 11, 2024
1 parent 8d698f8 commit e724608
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.16.0'
spec.add_dependency 'nokogiri', '1.16.4'
spec.add_dependency 'rubyzip', '>= 2.3.2'
spec.add_dependency 'rexml', '>= 3.2.6'

Expand Down

0 comments on commit e724608

Please sign in to comment.