diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-05 13:29:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 13:29:14 +0200 |
commit | e2f58c8c82d66040490a70db2ce9fb8f49d02a8f (patch) | |
tree | 17e72b72b50d55860fffcc6394fd971f4c18234b /Gemfile | |
parent | 60602fd84686dca5e29246e28f070af3cc3aad7f (diff) |
Bump capybara from 3.38.0 to 3.39.0 (#24395)
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 25900274a..7b9684d35 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ group :production, :test do end group :test do - gem 'capybara', '~> 3.38' + gem 'capybara', '~> 3.39' gem 'climate_control' gem 'faker', '~> 3.1' gem 'json-schema', '~> 3.0' |