We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f1ada + 9237104 commit 6d11147Copy full SHA for 6d11147
Gemfile
@@ -13,7 +13,7 @@ group :production do
13
gem 'pg'
14
end
15
# Use Puma as the app server
16
-gem 'puma', '~> 6.0'
+gem 'puma', '~> 6.1'
17
# Use SCSS for stylesheets
18
gem 'sass-rails', '~> 6.0'
19
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -174,7 +174,7 @@ GEM
174
terrapin (~> 0.6.0)
175
pg (1.4.5)
176
public_suffix (5.0.1)
177
- puma (6.0.0)
+ puma (6.1.0)
178
nio4r (~> 2.0)
179
racc (1.6.1)
180
rack (2.2.6.2)
@@ -289,7 +289,7 @@ DEPENDENCIES
289
listen (>= 3.0.5, < 3.9)
290
paperclip
291
pg
292
- puma (~> 6.0)
+ puma (~> 6.1)
293
rails (~> 7.0.4)
294
sass-rails (~> 6.0)
295
selenium-webdriver
0 commit comments