We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61eeb6e commit ca437e7Copy full SHA for ca437e7
Gemfile
@@ -17,7 +17,7 @@ gem 'mini_racer', '~> 0.2.4'
17
gem 'newrelic_rpm'
18
gem 'orderly'
19
gem 'pg', '<= 1.0.0'
20
-gem 'puma', '<= 3.12.7'
+gem 'puma', '<= 4.3.13'
21
gem 'pundit'
22
gem 'rails', '~> 5.2.2.1'
23
gem 'redis', '<= 4.0.2'
Gemfile.lock
@@ -330,7 +330,8 @@ GEM
330
coderay (~> 1.1.0)
331
method_source (~> 0.9.0)
332
public_suffix (3.1.1)
333
- puma (3.12.6)
+ puma (4.3.12)
334
+ nio4r (~> 2.0)
335
pundit (2.1.0)
336
activesupport (>= 3.0.0)
337
rack (2.2.3)
@@ -593,7 +594,7 @@ DEPENDENCIES
593
594
pg (<= 1.0.0)
595
prometheus-client
596
pry (<= 0.11.3)
- puma (<= 3.12.7)
597
+ puma (<= 4.3.13)
598
pundit
599
rails (~> 5.2.2.1)
600
redis (<= 4.0.2)
0 commit comments