Skip to content

Commit

Permalink
Merge pull request #2968 from TracksApp/dependabot/bundler/rails-dom-…
Browse files Browse the repository at this point in the history
…testing-2.2.0
  • Loading branch information
mattr- authored Oct 18, 2023
2 parents 6345d3c + 77af1b4 commit 10ff863
Show file tree
Hide file tree
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
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 10ff863

Please sign in to comment.