Skip to content

Commit 13fbccb

Browse files
Bump puma from 6.6.1 to 7.0.4
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.0.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.6.1...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d892d50 commit 13fbccb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'httparty'
1414
gem 'jwt', '~> 3.1'
1515
gem 'rails', '~> 8.0.3'
1616
gem 'pg', '~> 1.6'
17-
gem 'puma', '~> 6.6'
17+
gem 'puma', '~> 7.0'
1818
gem 'rack-cors', '~> 3.0', :require => 'rack/cors'
1919
gem 'rack-brotli'
2020
gem 'sassc-rails', '~> 2.1.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ GEM
269269
date
270270
stringio
271271
public_suffix (6.0.2)
272-
puma (6.6.1)
272+
puma (7.0.4)
273273
nio4r (~> 2.0)
274274
pundit (2.5.2)
275275
activesupport (>= 3.0.0)
@@ -464,7 +464,7 @@ DEPENDENCIES
464464
pg (~> 1.6)
465465
postmark-rails
466466
pry-rails
467-
puma (~> 6.6)
467+
puma (~> 7.0)
468468
pundit (~> 2.5.2)
469469
rack-brotli
470470
rack-cors (~> 3.0)

0 commit comments

Comments
 (0)