We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971a17e commit bb789a5Copy full SHA for bb789a5
Gemfile
@@ -8,7 +8,7 @@ ruby '2.5.3'
8
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9
gem 'rails', '~> 5.2.1'
10
# Use Puma as the app server
11
-gem 'puma', '~> 3.12'
+gem 'puma', '~> 4.3'
12
# Use SCSS for stylesheets
13
gem 'sass-rails', '~> 5.0'
14
# Use Uglifier as compressor for JavaScript assets
Gemfile.lock
@@ -243,7 +243,8 @@ GEM
243
pry (>= 0.10.4)
244
psych (3.0.3)
245
public_suffix (4.0.6)
246
- puma (3.12.6)
+ puma (4.3.12)
247
+ nio4r (~> 2.0)
248
racc (1.5.2)
249
rack (2.2.3)
250
rack-cors (1.0.5)
@@ -409,7 +410,7 @@ DEPENDENCIES
409
410
pg (>= 0.20.0)
411
pry-byebug
412
pry-rails
- puma (~> 3.12)
413
+ puma (~> 4.3)
414
rack-cors (>= 1.0.2)
415
rails (~> 5.2.1)
416
rails-controller-testing
0 commit comments