Skip to content

Commit c2b5b42

Browse files
committed
Up-to-date Puma
1 parent 61ce8c6 commit c2b5b42

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pricing_catalog_rails_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "rails", "~> 7.1.3"
55
gem "sqlite3", "~> 1.4"
66

77
# Use the Puma web server [https://github.com/puma/puma]
8-
gem "puma", ">= 5.0"
8+
gem "puma"
99

1010
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1111
gem "importmap-rails"

pricing_catalog_rails_app/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ GEM
174174
timeout
175175
net-smtp (0.4.0.1)
176176
net-protocol
177-
nio4r (2.7.0)
177+
nio4r (2.7.4)
178178
nokogiri (1.16.0-aarch64-linux)
179179
racc (~> 1.4)
180180
nokogiri (1.16.0-arm-linux)
@@ -190,7 +190,7 @@ GEM
190190
psych (5.1.2)
191191
stringio
192192
public_suffix (5.0.4)
193-
puma (6.4.2)
193+
puma (6.6.0)
194194
nio4r (~> 2.0)
195195
racc (1.7.3)
196196
rack (3.0.8)
@@ -311,7 +311,7 @@ DEPENDENCIES
311311
debug
312312
importmap-rails
313313
infra!
314-
puma (>= 5.0)
314+
puma
315315
rails (~> 7.1.3)
316316
rails_event_store (~> 2.15)
317317
selenium-webdriver

rails_application/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '3.3.7'
44

55
gem "rails", "~> 7.2.0"
66
gem "pg", "~> 1.4"
7-
gem "puma", "~> 5.6"
7+
gem "puma"
88
gem "bootsnap", ">= 1.9.2", require: false
99
gem "honeybadger", "5.15.6"
1010
gem "skylight"

rails_application/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ GEM
216216
psych (5.2.3)
217217
date
218218
stringio
219-
puma (5.6.8)
219+
puma (6.6.0)
220220
nio4r (~> 2.0)
221221
racc (1.8.1)
222222
rack (2.2.13)
@@ -349,7 +349,7 @@ DEPENDENCIES
349349
minitest (= 5.25.0)!
350350
mutant-minitest (= 0.13.1)!
351351
pg (~> 1.4)
352-
puma (~> 5.6)
352+
puma
353353
rails (~> 7.2.0)
354354
rails_event_store (>= 2.15.0, < 3.0)
355355
skylight

0 commit comments

Comments
 (0)