Skip to content

Commit

Permalink
Bump rack-test from 2.1.0 to 2.2.0 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent c3906d7 commit 130c31b
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 @@ -31,7 +31,7 @@ group :development do
end

group :test do
gem 'rack-test', '~> 2.1'
gem 'rack-test', '~> 2.2'
gem 'rspec', '~> 3.13'
gem 'simplecov', require: false
gem 'timecop', '~> 0.9.10'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ DEPENDENCIES
json-schema (~> 5.1)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4)
rack-test (~> 2.1)
rack-test (~> 2.2)
rainbow (~> 3.1, >= 3.1.1)
rake (~> 13.2, >= 13.2.1)
rerun (~> 0.14.0)
Expand Down

0 comments on commit 130c31b

Please sign in to comment.