mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge pull request #396 from indentlabs/dependabot/bundler/shoulda-matchers-4.0.1
Bump shoulda-matchers from 3.1.2 to 4.0.1
This commit is contained in:
commit
ebe0ac16fd
2
Gemfile
2
Gemfile
@ -115,7 +115,7 @@ group :test do
|
||||
gem 'webmock'
|
||||
gem 'rubocop', require: false
|
||||
gem 'ruby-prof', '0.18.0'
|
||||
gem 'shoulda-matchers', '~> 3.1'
|
||||
gem 'shoulda-matchers', '~> 4.0'
|
||||
gem 'rails-controller-testing'
|
||||
end
|
||||
|
||||
|
||||
@ -1144,8 +1144,8 @@ GEM
|
||||
childprocess (>= 0.5, < 2.0)
|
||||
rubyzip (~> 1.2, >= 1.2.2)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (3.1.2)
|
||||
activesupport (>= 4.0.0)
|
||||
shoulda-matchers (4.0.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (5.2.7)
|
||||
connection_pool (~> 2.2, >= 2.2.2)
|
||||
rack (>= 1.5.0)
|
||||
@ -1292,7 +1292,7 @@ DEPENDENCIES
|
||||
sass-rails
|
||||
selenium-webdriver
|
||||
serendipitous!
|
||||
shoulda-matchers (~> 3.1)
|
||||
shoulda-matchers (~> 4.0)
|
||||
sidekiq
|
||||
simplecov
|
||||
slack-notifier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user