Merge pull request #3133 from TracksApp/dependabot/bundler/rails-dom-testing-2.3.0

Bump rails-dom-testing from 2.2.0 to 2.3.0
This commit is contained in:
Jyri-Petteri Paloposki 2025-07-01 12:48:16 +03:00 committed by GitHub
commit 661ef20c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ group :test, :optional => true do
gem 'minitest-stub-const'
gem 'mocha'
gem 'rails-controller-testing'
gem 'rails-dom-testing', '~> 2.2.0'
gem 'rails-dom-testing', '~> 2.3.0'
gem 'rspec-expectations'
gem 'simplecov'
end

View file

@ -277,7 +277,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
@ -446,7 +446,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.1)
rails-controller-testing
rails-dom-testing (~> 2.2.0)
rails-dom-testing (~> 2.3.0)
rails_autolink
rexml
rspec-expectations