Skip to content

Commit 699b868

Browse files
Bump puma from 6.4.3 to 7.2.1
Bumps [puma](https://github.com/puma/puma) from 6.4.3 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.4.3...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>
1 parent 91c7ee8 commit 699b868

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
@@ -11,7 +11,7 @@ gem 'turbo-rails', '~> 1.1'
1111
# Use postgresql as the database for Active Record
1212
gem 'pg', '~> 1.4', '< 2.0'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 6'
14+
gem 'puma', '~> 7'
1515
# Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker
1616
gem 'shakapacker', '6.6.0'
1717
# Use Active Model has_secure_password

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ GEM
230230
timeout
231231
net-smtp (0.5.0)
232232
net-protocol
233-
nio4r (2.7.3)
233+
nio4r (2.7.5)
234234
nokogiri (1.16.7-x86_64-linux)
235235
racc (~> 1.4)
236236
parallel (1.24.0)
@@ -241,7 +241,7 @@ GEM
241241
psych (5.1.2)
242242
stringio
243243
public_suffix (5.0.4)
244-
puma (6.4.3)
244+
puma (7.2.1)
245245
nio4r (~> 2.0)
246246
racc (1.8.1)
247247
rack (3.1.8)
@@ -471,7 +471,7 @@ DEPENDENCIES
471471
maxminddb (~> 0.1)
472472
mimemagic (~> 0.4)
473473
pg (~> 1.4, < 2.0)
474-
puma (~> 6)
474+
puma (~> 7)
475475
rack-attack (~> 6.7)
476476
rails (~> 7.1)
477477
rails-controller-testing (~> 1.0)

0 commit comments

Comments
 (0)