Skip to content

Commit 58d0c10

Browse files
Bump puma from 6.6.0 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d42761 commit 58d0c10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'sqlite3', '>= 2.1'
1515
gem 'pg'
1616

1717
# Use the Puma web server [https://github.com/puma/puma]
18-
gem 'puma', '~> 6.6'
18+
gem 'puma', '~> 7.1'
1919

2020
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
2121
gem 'importmap-rails'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GEM
238238
timeout
239239
net-smtp (0.5.1)
240240
net-protocol
241-
nio4r (2.7.4)
241+
nio4r (2.7.5)
242242
nokogiri (1.18.10)
243243
mini_portile2 (~> 2.8.2)
244244
racc (~> 1.4)
@@ -253,7 +253,7 @@ GEM
253253
date
254254
stringio
255255
public_suffix (5.0.4)
256-
puma (6.6.0)
256+
puma (7.1.0)
257257
nio4r (~> 2.0)
258258
racc (1.8.1)
259259
rack (3.2.3)
@@ -437,7 +437,7 @@ DEPENDENCIES
437437
jbuilder
438438
jquery-rails
439439
pg
440-
puma (~> 6.6)
440+
puma (~> 7.1)
441441
rack-cors
442442
rails (~> 8.1.1)
443443
redis (~> 5.4)

0 commit comments

Comments
 (0)