Skip to content

Commit

Permalink
Merge pull request #262 from alphagov/dependabot/bundler/puma-gte-5.6…
Browse files Browse the repository at this point in the history
…-and-lt-7.0

Update puma requirement from ~> 5.6 to >= 5.6, < 7.0
  • Loading branch information
MuriloDalRi authored Oct 14, 2022
2 parents 08fd9cf + a96f19a commit e535986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_app_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "logstasher", "~> 2.1"
spec.add_dependency "plek", "~> 4"
spec.add_dependency "prometheus_exporter", "~> 2.0"
spec.add_dependency "puma", "~> 5.6"
spec.add_dependency "puma", ">= 5.6", "< 7.0"
spec.add_dependency "rack-proxy", "~> 0.7"
spec.add_dependency "sentry-rails", "~> 5.3"
spec.add_dependency "sentry-ruby", "~> 5.3"
Expand Down

0 comments on commit e535986

Please sign in to comment.