Bump rack from 2.2.3.1 to 2.2.4
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3.1...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@ -33,7 +33,7 @@ gem 'kramdown'
|
||||
gem 'liquid'
|
||||
gem 'listen'
|
||||
gem 'mercenary'
|
||||
gem 'rack', '~> 2.2.3'
|
||||
gem 'rack', '~> 2.2.4'
|
||||
gem 'railties', '>= 5.2.2.1'
|
||||
gem 'rouge'
|
||||
gem 'rubocop'
|
||||
|
||||
@ -192,7 +192,7 @@ GEM
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3.1)
|
||||
rack (2.2.4)
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rails-dom-testing (2.0.3)
|
||||
@ -282,7 +282,7 @@ DEPENDENCIES
|
||||
mini_racer (~> 0.6.2)
|
||||
minima
|
||||
nokogiri (>= 1.10.4)
|
||||
rack (~> 2.2.3)
|
||||
rack (~> 2.2.4)
|
||||
railties (>= 5.2.2.1)
|
||||
rouge
|
||||
rubocop
|
||||
|
||||
Reference in New Issue
Block a user