mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Merge pull request #2943 from TracksApp/dependabot/bundler/rails-dom-testing-2.1.1
Bump rails-dom-testing from 2.0.3 to 2.1.1
This commit is contained in:
commit
2ad4631ae6
2 changed files with 5 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -221,8 +221,9 @@ GEM
|
|||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
activesupport (>= 5.0.1.rc1)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
rails-dom-testing (2.1.1)
|
||||
activesupport (>= 5.0.0)
|
||||
minitest
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.6.0)
|
||||
loofah (~> 2.21)
|
||||
|
|
@ -376,7 +377,7 @@ DEPENDENCIES
|
|||
rack-mini-profiler
|
||||
rails (~> 6.0.0)
|
||||
rails-controller-testing
|
||||
rails-dom-testing (~> 2.0.0)
|
||||
rails-dom-testing (~> 2.1.1)
|
||||
rails_autolink
|
||||
rspec-expectations
|
||||
rubocop (~> 1.54)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue