Skip to content

Commit

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

Bump capybara from 3.39.1 to 3.39.2
  • Loading branch information
bmesuere authored Jun 19, 2023
2 parents 8f8ff5e + 101898b commit 580dfec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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.1'
gem 'capybara', '~> 3.39.2'
gem 'selenium-webdriver', '~> 4.9.1'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
capistrano3-delayed-job (1.7.6)
capistrano (~> 3.0, >= 3.0.0)
daemons (~> 1.3)
capybara (3.39.1)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -341,7 +341,7 @@ GEM
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.6.2)
racc (1.7.0)
rack (2.2.7)
rack-mini-profiler (3.1.0)
rack (>= 1.2.0)
Expand Down Expand Up @@ -395,7 +395,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
capistrano-rvm (~> 0.1.2)
capistrano-yarn (~> 2.0.2)
capistrano3-delayed-job (~> 1.7.6)
capybara (~> 3.39.1)
capybara (~> 3.39.2)
counter_culture (~> 3.2)
cssbundling-rails (~> 1.1.2)
dalli (~> 3.2.4)
Expand Down

0 comments on commit 580dfec

Please sign in to comment.