diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-11 04:01:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 04:01:16 +0900 |
commit | e7d0bf731efaee24c7c0101d4ff597fab0ee9a59 (patch) | |
tree | 4aa366a3e98ffdd956c1885cf74fda3154708bf7 /Gemfile | |
parent | d3c18058d7c722994e653f27be5c01e651d94d5f (diff) |
Bump capybara from 3.36.0 to 3.37.1 (#18376)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.36.0...3.37.1) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:development update-type: version-update:semver-minor ... 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 1c479e6cb..08137833e 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :production, :test do end group :test do - gem 'capybara', '~> 3.36' + gem 'capybara', '~> 3.37' gem 'climate_control', '~> 0.2' gem 'faker', '~> 2.20' gem 'microformats', '~> 4.2' |