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.
1 parent 8f8fd8f commit a91ec17Copy full SHA for a91ec17
Gemfile
@@ -8,7 +8,7 @@ gem "rails", "~> 8"
8
# Use postgresql as the database for Active Record
9
gem "pg", ">= 0.18", "< 2.0"
10
# Use Puma as the app server
11
-gem "puma", "~> 4.3"
+gem "puma", "~> 5.6"
12
# Use SCSS for stylesheets
13
gem "sassc-rails"
14
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -173,7 +173,7 @@ GEM
173
date
174
stringio
175
public_suffix (6.0.2)
176
- puma (4.3.12)
+ puma (5.6.9)
177
nio4r (~> 2.0)
178
racc (1.8.1)
179
rack (2.2.14)
@@ -276,7 +276,7 @@ DEPENDENCIES
276
factory_bot_rails
277
octicons_helper
278
pg (>= 0.18, < 2.0)
279
- puma (~> 4.3)
+ puma (~> 5.6)
280
rails (~> 8)
281
sassc-rails
282
tzinfo-data
0 commit comments