Skip to content

Commit

Permalink
Merge pull request #17485 from opf/dependabot/bundler/dev/capybara_ac…
Browse files Browse the repository at this point in the history
…cessible_selectors-c380ba7

build(deps-dev): bump capybara_accessible_selectors from `aed2860` to `c380ba7`
dombesz authored Dec 18, 2024
2 parents a4b7f24 + 88f2054 commit 1d73cab
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@ group :test do
gem "rails-controller-testing", "~> 1.0.2"

gem "capybara", "~> 3.40.0"
gem "capybara_accessible_selectors", git: "https://github.com/citizensadvice/capybara_accessible_selectors", branch: "main"
gem "capybara_accessible_selectors", git: "https://github.com/citizensadvice/capybara_accessible_selectors", tag: "v0.12.0"
gem "capybara-screenshot", "~> 1.0.17"
gem "cuprite", "~> 0.15.0"
gem "rspec-wait"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/citizensadvice/capybara_accessible_selectors
revision: aed2860e5b5df7f39284fdc35a5bf57bda7e1ad9
branch: main
revision: 347bbe06cb420416855e80bb4e3a3016b2d5872c
tag: v0.12.0
specs:
capybara_accessible_selectors (0.11.0)
capybara (~> 3.36)

0 comments on commit 1d73cab

Please sign in to comment.