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 4a7fe20 + 8cf867d commit fdeca83Copy full SHA for fdeca83
2 files changed
Gemfile
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
6
# to not use insecure git protocol
7
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
8
9
-gem 'rack', '~> 2.2.12'
+gem 'rack', '~> 2.2.20'
10
11
gem 'aws-sdk-rails', '~> 3'
12
gem 'aws-sdk-s3', '~> 1'
Gemfile.lock
@@ -612,7 +612,7 @@ GEM
612
public_suffix (4.0.7)
613
raabro (1.4.0)
614
racc (1.8.1)
615
- rack (2.2.12)
+ rack (2.2.20)
616
rack-cors (1.1.1)
617
rack (>= 2.0.0)
618
rack-no_animations (1.0.3)
@@ -1073,7 +1073,7 @@ DEPENDENCIES
1073
pry-rails
1074
pry-shell
1075
pry-stack_explorer
1076
- rack (~> 2.2.12)
+ rack (~> 2.2.20)
1077
rack-cors
1078
rack-no_animations (~> 1.0.3)
1079
rack-utf8_sanitizer
0 commit comments