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 f18efe4 + b6d3b4f commit 11d425aCopy full SHA for 11d425a
Gemfile
@@ -4,7 +4,7 @@ ruby "2.5.8"
4
5
gem "rails", "~> 5.2.4.6"
6
gem "bootsnap", require: false
7
-gem "rack", "2.2.6.3"
+gem "rack", "2.2.6.4"
8
gem "puma", "4.3.12"
9
10
gem "pg"
Gemfile.lock
@@ -415,7 +415,7 @@ GEM
415
rabl (0.11.6)
416
activesupport (>= 2.3.14)
417
racc (1.6.2)
418
- rack (2.2.6.3)
+ rack (2.2.6.4)
419
rack-contrib (2.1.0)
420
rack (~> 2.0)
421
rack-cors (1.1.1)
@@ -640,7 +640,7 @@ DEPENDENCIES
640
public_suffix (= 3.0.3)
641
puma (= 4.3.12)
642
rabl
643
- rack (= 2.2.6.3)
+ rack (= 2.2.6.4)
644
rack-cors
645
rails (~> 5.2.4.6)
646
rails_12factor
0 commit comments