Skip to content

Commit fdeca83

Browse files
authored
Merge pull request #4153 from akostadinov/rack
Bump rack from 2.2.18 to 2.2.20
2 parents 4a7fe20 + 8cf867d commit fdeca83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
# to not use insecure git protocol
77
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
88

9-
gem 'rack', '~> 2.2.12'
9+
gem 'rack', '~> 2.2.20'
1010

1111
gem 'aws-sdk-rails', '~> 3'
1212
gem 'aws-sdk-s3', '~> 1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ GEM
612612
public_suffix (4.0.7)
613613
raabro (1.4.0)
614614
racc (1.8.1)
615-
rack (2.2.12)
615+
rack (2.2.20)
616616
rack-cors (1.1.1)
617617
rack (>= 2.0.0)
618618
rack-no_animations (1.0.3)
@@ -1073,7 +1073,7 @@ DEPENDENCIES
10731073
pry-rails
10741074
pry-shell
10751075
pry-stack_explorer
1076-
rack (~> 2.2.12)
1076+
rack (~> 2.2.20)
10771077
rack-cors
10781078
rack-no_animations (~> 1.0.3)
10791079
rack-utf8_sanitizer

0 commit comments

Comments
 (0)