File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/stacks/rails/blog Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem "sprockets-rails"
13
13
gem "sqlite3" , "~> 1.4"
14
14
15
15
# Use the Puma web server [https://github.com/puma/puma]
16
- gem "puma" , "~> 5.0 "
16
+ gem "puma" , "~> 5.6 "
17
17
18
18
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
19
19
gem "importmap-rails"
Original file line number Diff line number Diff line change 132
132
nokogiri (1.14.3-x86_64-linux )
133
133
racc (~> 1.4 )
134
134
public_suffix (5.0.1 )
135
- puma (5.6.5 )
135
+ puma (5.6.7 )
136
136
nio4r (~> 2.0 )
137
137
racc (1.6.2 )
138
138
rack (2.2.6.4 )
@@ -225,7 +225,7 @@ DEPENDENCIES
225
225
debug
226
226
importmap-rails
227
227
jbuilder
228
- puma (~> 5.0 )
228
+ puma (~> 5.6 )
229
229
rails (~> 7.0.4 )
230
230
selenium-webdriver
231
231
sprockets-rails
You can’t perform that action at this time.
0 commit comments