We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 732bea8 + 6e6e7a1 commit 00e7168Copy full SHA for 00e7168
2 files changed
Gemfile
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.3'
6
# Use postgresql as the database for Active Record
7
gem 'pg'
8
# Use Puma as the app server
9
-gem 'puma', '~> 3.11'
+gem 'puma', '~> 4.3'
10
# Use SCSS for stylesheets
11
gem 'sass-rails', '~> 5.0'
12
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -172,7 +172,8 @@ GEM
172
orm_adapter (0.5.0)
173
pg (1.2.3)
174
public_suffix (4.0.6)
175
- puma (3.12.6)
+ puma (4.3.12)
176
+ nio4r (~> 2.0)
177
racc (1.5.2)
178
rack (2.2.3)
179
rack-test (1.1.0)
@@ -338,7 +339,7 @@ DEPENDENCIES
338
339
less-rails (~> 3.0.0)
340
letter_opener
341
pg
- puma (~> 3.11)
342
+ puma (~> 4.3)
343
rails (~> 6.1.3)
344
rails-controller-testing
345
rspec-rails (~> 4.0.1)
0 commit comments