Skip to content

Commit

Permalink
chore(deps-dev): bump rack from 2.2.3 to 2.2.4 (#110)
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@2.2.3...2.2.4)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ferhat elmas <elmas.ferhat@gmail.com>
  • Loading branch information
dependabot[bot] and ferhatelmas authored Aug 26, 2022
1 parent 8e5bf89 commit 2ab646b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :dev do
end

group :test do
gem 'rack', '= 2.2.3'
gem 'rack', '2.2.4'
gem 'simplecov', '= 0.21.2'
gem 'simplecov-console', '= 0.9.1'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
pry-doc (1.3.0)
pry (~> 0.11)
yard (~> 0.9.11)
rack (2.2.3)
rack (2.2.4)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ DEPENDENCIES
method_source (= 1.0.0)
pry (= 0.14.1)
pry-doc (= 1.3.0)
rack (= 2.2.3)
rack (= 2.2.4)
rake (= 13.0.6)
rspec (= 3.11.0)
rubocop (= 1.28.2)
Expand Down

0 comments on commit 2ab646b

Please # to comment.