Skip to content

Commit

Permalink
Replace deprecated axe-matchers gem with axe-core gems
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Dec 6, 2024
1 parent 4ab26b5 commit 3c9f9aa
Show file tree
Hide file tree
Showing 32 changed files with 1,017 additions and 1,006 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ group :development, :test do
# gem 'sniffybara', git: 'https://github.com/department-of-veterans-affairs/sniffybara.git'
gem 'figaro'
gem 'rspec-retry'
gem 'axe-matchers'
gem 'axe-core-capybara'
gem 'axe-core-rspec'
gem 'selenium-webdriver'

gem 'brakeman', '5.0.2'
Expand Down
Loading

0 comments on commit 3c9f9aa

Please sign in to comment.