Skip to content

Commit a5c16e9

Browse files
Bump rack from 2.2.2 to 2.2.3
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](rack/rack@v2.2.2...2.2.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b6323f commit a5c16e9

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
@@ -33,7 +33,7 @@ gem 'loofah', '2.5.0' # Rails 5.2
3333
gem 'sprockets', '3.7.2' # 4.0 requires ruby 2.5
3434
gem 'i18n', '1.8.2'
3535
gem 'json', '2.3.0'
36-
gem 'rack', '2.2.2'
36+
gem 'rack', '2.2.3'
3737
gem 'rack-test', '1.1.0'
3838
gem 'rake', '13.0.1'
3939

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ GEM
387387
nio4r (~> 2.0)
388388
rabl (0.14.3)
389389
activesupport (>= 2.3.14)
390-
rack (2.2.2)
390+
rack (2.2.3)
391391
rack-cors (1.1.1)
392392
rack (>= 2.0.0)
393393
rack-test (1.1.0)
@@ -607,7 +607,7 @@ DEPENDENCIES
607607
pry
608608
puma (~> 4.3.1)
609609
rabl
610-
rack (= 2.2.2)
610+
rack (= 2.2.3)
611611
rack-cors
612612
rack-test (= 1.1.0)
613613
rails (~> 6.0, >= 6.0.3.1)

0 commit comments

Comments
 (0)