Skip to content

Commit

Permalink
Merge pull request #5325 from dodona-edu/dependabot/bundler/capybara-…
Browse files Browse the repository at this point in the history
…3.40.0

Bump capybara from 3.39.2 to 3.40.0
  • Loading branch information
bmesuere authored Jan 29, 2024
2 parents 406d1e9 + a337b21 commit 15d4da4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ group :development, :test do
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.39.2'
gem 'capybara', '~> 3.40.0'
gem 'selenium-webdriver', '~> 4.17.0'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
after_commit_everywhere (1.3.1)
Expand Down Expand Up @@ -120,11 +120,11 @@ GEM
capistrano3-delayed-job (1.7.6)
capistrano (~> 3.0, >= 3.0.0)
daemons (~> 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)
Expand Down Expand Up @@ -361,7 +361,7 @@ GEM
actionpack (>= 6.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.1)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
capistrano-rvm (~> 0.1.2)
capistrano-yarn (~> 2.0.2)
capistrano3-delayed-job (~> 1.7.6)
capybara (~> 3.39.2)
capybara (~> 3.40.0)
counter_culture (~> 3.5)
cssbundling-rails (~> 1.4.0)
dalli (~> 3.2.7)
Expand Down

0 comments on commit 15d4da4

Please sign in to comment.