Did Bundle update in the wrong dir

This commit is contained in:
2026-04-23 11:19:11 +00:00
parent bfd075048d
commit 03b5ab680b
2 changed files with 59 additions and 51 deletions

View File

@@ -62,6 +62,6 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "capybara", "~> 3.40"
gem "selenium-webdriver", "~> 4.43"
end