diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-16 10:33:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 10:33:26 +0900 |
commit | 0566c81a0cac884e7b176f8fc0a187ae11cf34c0 (patch) | |
tree | f25edf01d1ba4fa4171efab6c92e50461fb7f995 /Gemfile | |
parent | a38f67c1c3f3c05bcbf552aad2f7f931fa0a4286 (diff) |
Bump rack-test from 2.0.2 to 2.1.0 (#24112)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index c7889118d..cc039d7e0 100644 --- a/Gemfile +++ b/Gemfile @@ -120,7 +120,7 @@ group :test do gem 'climate_control' gem 'faker', '~> 3.1' gem 'json-schema', '~> 3.0' - gem 'rack-test', '~> 2.0' + gem 'rack-test', '~> 2.1' gem 'rails-controller-testing', '~> 1.0' gem 'rspec_junit_formatter', '~> 0.6' gem 'rspec-sidekiq', '~> 3.1' |