Merge pull request #572 from puppetlabs/dependabot/bundler/sinatra-3.0.6

Update sinatra requirement from ~> 2.0 to >= 2, < 4
This commit is contained in:
Jake Spain 2023-04-20 17:35:55 -04:00 committed by GitHub
commit 87fba356db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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', '~> 4.1'
s.add_dependency 'sinatra', '~> 2.0'
s.add_dependency 'sinatra', '>= 2', '< 4'
s.add_dependency 'spicy-proton', '~> 2.1'
s.add_dependency 'statsd-ruby', '~> 1.4'