Skip to content

Commit

Permalink
Merge pull request #562 from puppetlabs/dependabot/bundler/rack-2.2.6.4
Browse files Browse the repository at this point in the history
Update rack requirement from ~> 2.2 to >= 2.2, < 4.0
  • Loading branch information
yachub authored Apr 20, 2023
2 parents 8b460f8 + 2dee9e9 commit 23d2def
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 @@ -16,7 +16,7 @@ PATH
pickup (~> 0.0.11)
prometheus-client (~> 2.0)
puma (~> 5.0, >= 5.0.4)
rack (~> 2.2)
rack (>= 2.2, < 4.0)
rake (~> 13.0)
redis (~> 4.1)
sinatra (~> 2.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
nio4r (~> 2.0)
puma (5.6.5-java)
nio4r (~> 2.0)
rack (2.2.6.2)
rack (2.2.6.4)
rack-protection (2.2.4)
rack
rack-test (2.0.2)
Expand Down
2 changes: 1 addition & 1 deletion vmpooler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'pickup', '~> 0.0.11'
s.add_dependency 'prometheus-client', '~> 2.0'
s.add_dependency 'puma', '~> 5.0', '>= 5.0.4'
s.add_dependency 'rack', '~> 2.2'
s.add_dependency 'rack', '>= 2.2', '< 4.0'
s.add_dependency 'rake', '~> 13.0'
s.add_dependency 'redis', '~> 4.1'
s.add_dependency 'sinatra', '~> 2.0'
Expand Down

0 comments on commit 23d2def

Please sign in to comment.