Skip to content

Commit 1a16f84

Browse files
Bump puma from 6.6.0 to 7.2.1 (#362)
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.6.0...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3811025 commit 1a16f84

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem "bootstrap-sass", "3.4.1"
1919
# Use sqlite3 as the database for Active Record
2020
# gem 'sqlite3'
2121
# Use Puma as the app server
22-
gem "puma", "~> 6.5"
22+
gem "puma", "~> 7.2"
2323
# Use SCSS for stylesheets
2424
gem "sass-rails", "~> 5.0"
2525

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ GEM
220220
newrelic_rpm (9.5.0)
221221
next_rails (1.3.0)
222222
colorize (>= 0.8.1)
223-
nio4r (2.7.4)
223+
nio4r (2.7.5)
224224
nokogiri (1.18.8-arm64-darwin)
225225
racc (~> 1.4)
226226
nokogiri (1.18.8-x86_64-darwin)
@@ -268,7 +268,7 @@ GEM
268268
date
269269
stringio
270270
public_suffix (5.0.3)
271-
puma (6.6.0)
271+
puma (7.2.1)
272272
nio4r (~> 2.0)
273273
pundit (2.3.1)
274274
activesupport (>= 3.0.0)
@@ -499,7 +499,7 @@ DEPENDENCIES
499499
next_rails
500500
ombu_labs-auth
501501
pg
502-
puma (~> 6.5)
502+
puma (~> 7.2)
503503
pundit (~> 2.2)
504504
rack-mini-profiler
505505
rails (~> 8.0.0)

0 commit comments

Comments
 (0)