Skip to content

Commit

Permalink
Bump puma from 5.6.9 to 6.4.3 in the bundler group across 1 directory (
Browse files Browse the repository at this point in the history
…#171)

Bumps the bundler group with 1 update in the / directory: [puma](https://github.com/puma/puma).


Updates `puma` from 5.6.9 to 6.4.3
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.9...v6.4.3)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 3b96063 commit 17d34f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "rails", "~> 6.1"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
# Use Puma as the app server
gem "puma", "~> 5.0"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", "~> 5"
# https://github.com/rails/jsbundling-rails
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
prometheus-client (4.2.3)
base64
public_suffix (6.0.1)
puma (5.6.9)
puma (6.4.3)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -357,7 +357,7 @@ DEPENDENCIES
mocha
net-pop!
prometheus-client
puma (~> 5.0)
puma (~> 6.4)
rack-mini-profiler (~> 2.0)
rails (~> 6.1)
rufus-scheduler
Expand Down

0 comments on commit 17d34f0

Please sign in to comment.