Merge branch 'dependabot/bundler/capybara-3.40.0'

This commit is contained in:
Stephen
2024-02-15 15:45:48 +10:00
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ group :test do
# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
# sudo port install libxml2 libxslt
gem 'capybara', '~> 3.39'
gem 'capybara', '~> 3.40'
end
source 'https://rubygems.org'

View File

@@ -35,11 +35,11 @@ GEM
bigdecimal (3.1.5)
browserstack-local (1.4.3)
byebug (11.1.3)
capybara (3.39.2)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
@@ -253,7 +253,7 @@ DEPENDENCIES
async (~> 1.31)
async-dns (~> 1.3)
browserstack-local (~> 1.4)
capybara (~> 3.39)
capybara (~> 3.40)
curb (~> 1.0, >= 1.0.5)
em-websocket (~> 0.5.3)
erubis (~> 2.7)