Skip to content

Commit

Permalink
Bump puma from 6.4.0 to 6.6.0 (#3748)
Browse files Browse the repository at this point in the history
* Bump puma from 6.4.0 to 6.6.0

Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.6.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.0...v6.6.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bundle update on puma upgrade

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hutcheonb <[email protected]>
  • Loading branch information
dependabot[bot] and hutcheonb-moj authored Jan 29, 2025
1 parent 4e0b20b commit a6f313e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'omniauth-oauth2'
gem 'pg'
gem 'phonelib'
gem 'premailer-rails'
gem 'puma', '6.4.0'
gem 'puma', '6.6.0'
gem 'rack', '>= 2.1.4'
gem 'rake'
gem 'request_store'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
draper (4.0.2)
draper (4.0.4)
actionpack (>= 5.0)
activemodel (>= 5.0)
activemodel-serializers-xml (>= 1.0)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
date
stringio
public_suffix (6.0.1)
puma (6.4.0)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand All @@ -386,7 +386,7 @@ GEM
rack (< 3)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.0)
rackup (1.0.1)
rack (< 3)
webrick
rails (7.1.5.1)
Expand Down Expand Up @@ -511,10 +511,10 @@ GEM
activerecord (>= 4.0.0)
railties (>= 4.0.0)
securerandom (0.4.1)
sentry-rails (5.22.2)
sentry-rails (5.22.3)
railties (>= 5.0)
sentry-ruby (~> 5.22.2)
sentry-ruby (5.22.2)
sentry-ruby (~> 5.22.3)
sentry-ruby (5.22.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shellany (0.0.1)
Expand Down Expand Up @@ -649,7 +649,7 @@ DEPENDENCIES
premailer-rails
pry-byebug
pry-rails
puma (= 6.4.0)
puma (= 6.6.0)
pvb-instrumentation!
rack (>= 2.1.4)
rack-canonical-host
Expand Down

0 comments on commit a6f313e

Please sign in to comment.