Skip to content

Commit

Permalink
Bump capybara from 2.11.0 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps [capybara](https://github.com/teamcapybara/capybara) from 2.11.0 to 2.18.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@2.11.0...2.18.0)

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2022
1 parent 31d00a6 commit 430a7d6
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ GEM
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
builder (3.2.4)
capybara (2.11.0)
capybara (2.18.0)
addressable
mime-types (>= 1.16)
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
xpath (>= 2.0, < 4.0)
cobot_assets (0.10.0)
cobot_client (4.0.0)
json (~> 2.0)
Expand Down Expand Up @@ -109,6 +109,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.14.4)
multi_json (1.14.1)
Expand Down Expand Up @@ -144,11 +145,11 @@ GEM
omniauth-oauth2 (~> 1.8.0)
pg (0.19.0)
power_assert (2.0.2)
public_suffix (5.0.0)
public_suffix (5.0.1)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.3.1)
rack (2.2.4)
rack-protection (3.0.2)
rack
rack-test (0.6.3)
Expand Down Expand Up @@ -232,8 +233,8 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
xpath (2.0.0)
nokogiri (~> 1.3)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
arm64-darwin-21
Expand Down
Binary file removed vendor/cache/capybara-2.11.0.gem
Binary file not shown.
Binary file added vendor/cache/capybara-2.18.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_mime-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-5.0.0.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.4.gem
Binary file not shown.
Binary file removed vendor/cache/xpath-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/xpath-3.2.0.gem
Binary file not shown.

0 comments on commit 430a7d6

Please sign in to comment.