Skip to content

Commit fb221a9

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 b993275 commit fb221a9

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.0'
88
gem 'sprockets-rails'
99

1010
gem 'pg'
11-
gem 'puma', '~> 6.0'
11+
gem 'puma', '~> 7.0'
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.0.4)
168168
nio4r (~> 2.0)
169169
racc (1.8.1)
170170
rack (3.2.1)
@@ -282,7 +282,7 @@ DEPENDENCIES
282282
coffee-rails (~> 5.0.0)
283283
ed25519
284284
pg
285-
puma (~> 6.0)
285+
puma (~> 7.0)
286286
rails (~> 8.0.0)
287287
rails-controller-testing
288288
rbnacl (>= 3.2, < 8.0)

0 commit comments

Comments
 (0)