Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem 'capybara', '~> 3.36.0' # Try a slightly older version
gem 'capybara', '~> 3.40.0' # Try a slightly older version

gem 'xpath', '~> 3.2.0'
gem "selenium-webdriver"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ GEM
brakeman (6.2.1)
racc
builder (3.3.0)
capybara (3.36.0)
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 @@ -308,7 +308,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
brakeman
capybara (~> 3.36.0)
capybara (~> 3.40.0)
debug
importmap-rails
jbuilder
Expand Down