We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af296f9 commit 398a8e5Copy full SHA for 398a8e5
Gemfile
@@ -13,7 +13,7 @@ gem "sprockets-rails"
13
gem "sqlite3", "~> 1.4"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
-gem "puma", "~> 5.0"
+gem "puma", "~> 5.6"
17
18
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
19
gem "importmap-rails"
Gemfile.lock
@@ -128,7 +128,7 @@ GEM
128
nokogiri (1.15.3-x86_64-linux)
129
racc (~> 1.4)
130
public_suffix (5.0.3)
131
- puma (5.6.6)
+ puma (5.6.7)
132
nio4r (~> 2.0)
133
racc (1.7.1)
134
rack (2.2.7)
@@ -212,7 +212,7 @@ DEPENDENCIES
212
debug
213
importmap-rails
214
jbuilder
215
- puma (~> 5.0)
+ puma (~> 5.6)
216
rails (~> 7.0.1)
217
selenium-webdriver
218
sprockets-rails
0 commit comments