Skip to content

Commit 9f27225

Browse files
Bump puma from 6.5.0 to 6.6.0
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b8c1b commit 9f27225

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
@@ -15,7 +15,7 @@ gem 'sqlite3', '~> 1.7'
1515
gem 'pg'
1616

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

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ GEM
237237
psych (5.1.2)
238238
stringio
239239
public_suffix (5.0.4)
240-
puma (6.5.0)
240+
puma (6.6.0)
241241
nio4r (~> 2.0)
242242
racc (1.8.1)
243243
rack (2.2.10)
@@ -407,7 +407,7 @@ DEPENDENCIES
407407
jbuilder
408408
jquery-rails
409409
pg
410-
puma (~> 6.5)
410+
puma (~> 6.6)
411411
rack-cors
412412
rails (~> 7.0.8)
413413
redis (~> 5.3)

0 commit comments

Comments
 (0)