Skip to content

Commit

Permalink
Merge pull request #147 from lagged/dependabot/bundler/nokogiri-1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
till authored Mar 18, 2024
2 parents e0fd143 + f1f5cb2 commit b412769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
apt-spy2 (0.8.2)
colored (>= 1.2)
json
nokogiri (>= 1.14.1, < 1.16.0)
nokogiri (>= 1.14.1, < 1.17.0)
thor (>= 0.18.1)

GEM
Expand All @@ -17,7 +17,7 @@ GEM
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.5)
minitest (5.22.3)
nokogiri (1.15.5)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
Expand Down
2 changes: 1 addition & 1 deletion apt-spy2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'colored', '>= 1.2'
spec.add_dependency 'json'
spec.add_dependency 'nokogiri', '>= 1.14.1', '< 1.16.0'
spec.add_dependency 'nokogiri', '>= 1.14.1', '< 1.17.0'
spec.add_dependency 'thor', '>= 0.18.1'

spec.add_development_dependency 'bundler', '~> 2.0'
Expand Down

0 comments on commit b412769

Please sign in to comment.