Skip to content

Commit 2ab646b

Browse files
chore(deps-dev): bump rack from 2.2.3 to 2.2.4 (#110)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ferhat elmas <[email protected]>
1 parent 8e5bf89 commit 2ab646b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :dev do
1414
end
1515

1616
group :test do
17-
gem 'rack', '= 2.2.3'
17+
gem 'rack', '2.2.4'
1818
gem 'simplecov', '= 0.21.2'
1919
gem 'simplecov-console', '= 0.9.1'
2020
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
pry-doc (1.3.0)
5656
pry (~> 0.11)
5757
yard (~> 0.9.11)
58-
rack (2.2.3)
58+
rack (2.2.4)
5959
rainbow (3.1.1)
6060
rake (13.0.6)
6161
regexp_parser (2.5.0)
@@ -116,7 +116,7 @@ DEPENDENCIES
116116
method_source (= 1.0.0)
117117
pry (= 0.14.1)
118118
pry-doc (= 1.3.0)
119-
rack (= 2.2.3)
119+
rack (= 2.2.4)
120120
rake (= 13.0.6)
121121
rspec (= 3.11.0)
122122
rubocop (= 1.28.2)

0 commit comments

Comments
 (0)