Skip to content

Commit 17a80de

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 97074a6 commit 17a80de

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
@@ -342,7 +342,7 @@ GEM
342342
nio4r (~> 2.0)
343343
rabl (0.14.3)
344344
activesupport (>= 2.3.14)
345-
rack (2.2.2)
345+
rack (2.2.3)
346346
rack-cors (1.1.1)
347347
rack (>= 2.0.0)
348348
rack-test (1.1.0)
@@ -541,7 +541,7 @@ DEPENDENCIES
541541
pry
542542
puma (~> 4.3.1)
543543
rabl
544-
rack (= 2.2.2)
544+
rack (= 2.2.3)
545545
rack-cors
546546
rack-test (= 1.1.0)
547547
rails (~> 6.0, >= 6.0.3.1)

0 commit comments

Comments
 (0)