Skip to content

Commit 935186f

Browse files
authored
Merge pull request #270 from tuanle03/dependabot/bundler/puma-6.6.0
Bump puma from 6.5.0 to 6.6.0
2 parents 56cd698 + 9f27225 commit 935186f

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
@@ -243,7 +243,7 @@ GEM
243243
date
244244
stringio
245245
public_suffix (5.0.4)
246-
puma (6.5.0)
246+
puma (6.6.0)
247247
nio4r (~> 2.0)
248248
racc (1.8.1)
249249
rack (2.2.10)
@@ -415,7 +415,7 @@ DEPENDENCIES
415415
jbuilder
416416
jquery-rails
417417
pg
418-
puma (~> 6.5)
418+
puma (~> 6.6)
419419
rack-cors
420420
rails (~> 7.0.8)
421421
redis (~> 5.3)

0 commit comments

Comments
 (0)