Skip to content

Commit 9c1812e

Browse files
Bump puma from 6.6.1 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.6.1 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.1...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] <[email protected]>
1 parent 94a641d commit 9c1812e

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 8.0.3'
88
gem 'sprockets-rails'
99

1010
gem 'pg'
11-
gem 'puma', '~> 6.0'
11+
gem 'puma', '~> 7.1'
1212
gem 'rugged', '1.9.0'
1313
gem 'unf'
1414
gem 'turbolinks', '~> 5'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
psych (5.2.6)
165165
date
166166
stringio
167-
puma (6.6.1)
167+
puma (7.1.0)
168168
nio4r (~> 2.0)
169169
racc (1.8.1)
170170
rack (3.2.3)
@@ -285,7 +285,7 @@ DEPENDENCIES
285285
coffee-rails (~> 5.0.0)
286286
ed25519
287287
pg
288-
puma (~> 6.0)
288+
puma (~> 7.1)
289289
rails (~> 8.0.3)
290290
rails-controller-testing
291291
rbnacl (>= 3.2, < 8.0)

0 commit comments

Comments
 (0)