Skip to content

Commit

Permalink
chore(deps): update dependency capybara from v3.39.2 to '~> 3.40.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 9baae1c commit d79c6ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ group :test, :development do
gem 'pry-rails'
gem 'rspec-rails', '~> 6.0.0'
gem 'fakeweb', git: 'https://github.com/chrisk/fakeweb.git', ref: '2b08c1ff2714ec13a12f3497d67fcefce95c2cbe'
gem 'capybara', '~> 3.39.0'
gem 'capybara', '~> 3.40.0'
gem 'poltergeist'
gem 'launchy'
gem 'factory_bot_rails', '~> 6.2.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ GEM
sshkit (>= 1.9.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
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)
Expand Down Expand Up @@ -415,7 +415,7 @@ GEM
net-smtp
map_layers (0.0.5)
marcel (1.0.4)
matrix (0.3.1)
matrix (0.4.2)
method_source (1.0.0)
migration_data (0.6.0)
mime-types (3.4.1)
Expand Down Expand Up @@ -449,7 +449,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (8.16.0)
nio4r (2.5.9)
nokogiri (1.16.8)
nokogiri (1.17.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -515,7 +515,7 @@ GEM
activesupport (>= 3.0.0)
rabl (0.16.1)
activesupport (>= 2.3.14)
racc (1.7.3)
racc (1.8.1)
rack (2.2.10)
rack-oauth2 (1.21.3)
activesupport
Expand Down Expand Up @@ -577,7 +577,7 @@ GEM
ffi (~> 1.0)
rdoc (6.3.4.1)
redis (3.3.5)
regexp_parser (2.8.3)
regexp_parser (2.9.3)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
Expand Down Expand Up @@ -732,7 +732,7 @@ DEPENDENCIES
calendar_helper (= 0.2.6)
capistrano (~> 3.17.0)
capistrano-ext
capybara (~> 3.39.0)
capybara (~> 3.40.0)
chouette-projects-i18n!
chouette2-i18n!
cocoon
Expand Down

0 comments on commit d79c6ac

Please sign in to comment.