Skip to content

Commit

Permalink
Merge pull request #860 from Lykos/dependabot/bundler/capybara-3.39.0
Browse files Browse the repository at this point in the history
Bump capybara from 3.38.0 to 3.39.0
  • Loading branch information
Lykos committed May 1, 2023
2 parents a18c0dc + efc9ccc commit ccd8f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end

group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.38'
gem 'capybara', '~> 3.39'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.2)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
Expand All @@ -82,7 +82,7 @@ GEM
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
capybara (3.38.0)
capybara (3.39.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -453,7 +453,7 @@ DEPENDENCIES
activerecord (~> 7.0)
bootsnap (>= 1.4.2)
byebug
capybara (~> 3.38)
capybara (~> 3.39)
colorize
devise (~> 4.9.2)
devise_token_auth (~> 1.2.1)
Expand Down

0 comments on commit ccd8f18

Please sign in to comment.