Skip to content

Commit

Permalink
Change nokogiri dependency to ~> 1.6
Browse files Browse the repository at this point in the history
This adds an upper bound. For simplicity the minimum version is bumped
to 1.6, which is already ancient. This silences a warning.
  • Loading branch information
ekohl authored and evgeni committed Nov 29, 2024
1 parent 2d2808e commit 5f65a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_proxy_omaha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/theforeman/smart_proxy_omaha'
s.license = 'GPL-3.0-only'

s.add_dependency('nokogiri', '>= 1.5.11')
s.add_dependency('nokogiri', '~> 1.6')

s.required_ruby_version = '>= 2.7', '< 4'
end

0 comments on commit 5f65a35

Please sign in to comment.