mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #2968 from TracksApp/dependabot/bundler/rails-dom-testing-2.2.0
This commit is contained in:
commit
10ff863c38
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -64,7 +64,7 @@ group :test do
|
||||||
gem 'minitest-stub-const'
|
gem 'minitest-stub-const'
|
||||||
gem 'mocha', :require => false
|
gem 'mocha', :require => false
|
||||||
gem 'rails-controller-testing'
|
gem 'rails-controller-testing'
|
||||||
gem 'rails-dom-testing', '~> 2.1.1'
|
gem 'rails-dom-testing', '~> 2.2.0'
|
||||||
gem 'rspec-expectations'
|
gem 'rspec-expectations'
|
||||||
gem 'simplecov'
|
gem 'simplecov'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ GEM
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
actionview (>= 5.0.1.rc1)
|
actionview (>= 5.0.1.rc1)
|
||||||
activesupport (>= 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)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
|
|
@ -379,7 +379,7 @@ DEPENDENCIES
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 6.0.0)
|
rails (~> 6.0.0)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-dom-testing (~> 2.1.1)
|
rails-dom-testing (~> 2.2.0)
|
||||||
rails_autolink
|
rails_autolink
|
||||||
rspec-expectations
|
rspec-expectations
|
||||||
rubocop (~> 1.57)
|
rubocop (~> 1.57)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue