File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
pricing_catalog_rails_app Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem "rails", "~> 7.1.3"
55gem "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]
1111gem "importmap-rails"
Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ruby '3.3.7'
44
55gem "rails" , "~> 7.2.0"
66gem "pg" , "~> 1.4"
7- gem "puma" , "~> 5.6"
7+ gem "puma"
88gem "bootsnap" , ">= 1.9.2" , require : false
99gem "honeybadger" , "5.15.6"
1010gem "skylight"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments