Bump rails-dom-testing from 2.0.3 to 2.1.1

Bumps [rails-dom-testing](https://github.com/rails/rails-dom-testing) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/rails/rails-dom-testing/releases)
- [Commits](https://github.com/rails/rails-dom-testing/compare/v2.0.3...v2.1.1)

---
updated-dependencies:
- dependency-name: rails-dom-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-05 00:21:45 +00:00 committed by GitHub
parent 140d804745
commit 97a5f622f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 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.0.0'
gem 'rails-dom-testing', '~> 2.1.1'
gem 'rspec-expectations'
gem 'simplecov'
end