mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Update sinatra requirement from >= 2, < 4 to >= 2, < 5
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1bfcc4ef59
commit
797f4b6a03
2 changed files with 11 additions and 8 deletions
17
Gemfile.lock
17
Gemfile.lock
|
|
@ -19,7 +19,7 @@ PATH
|
|||
rack (>= 2.2, < 4.0)
|
||||
rake (~> 13.0)
|
||||
redis (~> 5.0)
|
||||
sinatra (>= 2, < 4)
|
||||
sinatra (>= 2, < 5)
|
||||
spicy-proton (~> 2.1)
|
||||
statsd-ruby (~> 1.4)
|
||||
|
||||
|
|
@ -117,10 +117,12 @@ GEM
|
|||
nio4r (~> 2.0)
|
||||
racc (1.7.1)
|
||||
racc (1.7.1-java)
|
||||
rack (2.2.8)
|
||||
rack-protection (3.2.0)
|
||||
rack (3.0.8)
|
||||
rack-protection (4.0.0)
|
||||
base64 (>= 0.1.0)
|
||||
rack (~> 2.2, >= 2.2.4)
|
||||
rack (>= 3.0.0, < 4)
|
||||
rack-session (2.0.0)
|
||||
rack (>= 3.0.0)
|
||||
rack-test (2.1.0)
|
||||
rack (>= 1.3)
|
||||
rainbow (3.1.1)
|
||||
|
|
@ -166,10 +168,11 @@ GEM
|
|||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-html (0.12.3)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
sinatra (3.2.0)
|
||||
sinatra (4.0.0)
|
||||
mustermann (~> 3.0)
|
||||
rack (~> 2.2, >= 2.2.4)
|
||||
rack-protection (= 3.2.0)
|
||||
rack (>= 3.0.0, < 4)
|
||||
rack-protection (= 4.0.0)
|
||||
rack-session (>= 2.0.0, < 3)
|
||||
tilt (~> 2.0)
|
||||
spicy-proton (2.1.15)
|
||||
bindata (~> 2.3)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'rack', '>= 2.2', '< 4.0'
|
||||
s.add_dependency 'rake', '~> 13.0'
|
||||
s.add_dependency 'redis', '~> 5.0'
|
||||
s.add_dependency 'sinatra', '>= 2', '< 4'
|
||||
s.add_dependency 'sinatra', '>= 2', '< 5'
|
||||
s.add_dependency 'spicy-proton', '~> 2.1'
|
||||
s.add_dependency 'statsd-ruby', '~> 1.4'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue