Merge pull request #2968 from TracksApp/dependabot/bundler/rails-dom-testing-2.2.0

This commit is contained in:
Matt Rogers 2023-10-17 20:11:03 -05:00 committed by GitHub
commit 10ff863c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ group :test do
gem 'minitest-stub-const'
gem 'mocha', :require => false
gem 'rails-controller-testing'
gem 'rails-dom-testing', '~> 2.1.1'
gem 'rails-dom-testing', '~> 2.2.0'
gem 'rspec-expectations'
gem 'simplecov'
end

View file

@ -222,7 +222,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
@ -379,7 +379,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 6.0.0)
rails-controller-testing
rails-dom-testing (~> 2.1.1)
rails-dom-testing (~> 2.2.0)
rails_autolink
rspec-expectations
rubocop (~> 1.57)