mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Bump shoulda-matchers from 4.4.1 to 4.5.0
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v4.4.1...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c5f69f0076
commit
d0fe484acd
2
Gemfile
2
Gemfile
@ -131,7 +131,7 @@ group :test do
|
||||
gem 'webmock'
|
||||
gem 'rubocop', require: false
|
||||
gem 'ruby-prof', '1.4.2'
|
||||
gem 'shoulda-matchers', '~> 4.4'
|
||||
gem 'shoulda-matchers', '~> 4.5'
|
||||
gem 'rails-controller-testing'
|
||||
end
|
||||
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@ -1049,7 +1049,7 @@ GEM
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.7)
|
||||
concurrent-ruby (1.1.8)
|
||||
connection_pool (2.2.3)
|
||||
crack (0.4.4)
|
||||
crass (1.0.6)
|
||||
@ -1172,7 +1172,7 @@ GEM
|
||||
domain_name (~> 0.5)
|
||||
http-form_data (2.3.0)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (1.8.5)
|
||||
i18n (1.8.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
ibm_cloud_sdk_core (1.1.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
@ -1247,7 +1247,7 @@ GEM
|
||||
mini_portile2 (2.5.0)
|
||||
mini_racer (0.3.1)
|
||||
libv8 (~> 8.4.255)
|
||||
minitest (5.14.2)
|
||||
minitest (5.14.3)
|
||||
mixpanel-ruby (2.2.2)
|
||||
multi_json (1.14.1)
|
||||
multi_test (0.1.2)
|
||||
@ -1451,7 +1451,7 @@ GEM
|
||||
rubyzip (>= 1.2.2)
|
||||
semantic_range (2.3.0)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (4.4.1)
|
||||
shoulda-matchers (4.5.0)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (6.1.2)
|
||||
connection_pool (>= 2.2.2)
|
||||
@ -1494,7 +1494,7 @@ GEM
|
||||
tilt (2.0.10)
|
||||
timeago_js (3.0.2.2)
|
||||
tribute (3.6.0.0)
|
||||
tzinfo (1.2.8)
|
||||
tzinfo (1.2.9)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2020.4)
|
||||
tzinfo (>= 1.0.0)
|
||||
@ -1603,7 +1603,7 @@ DEPENDENCIES
|
||||
sass-rails
|
||||
selenium-webdriver
|
||||
serendipitous!
|
||||
shoulda-matchers (~> 4.4)
|
||||
shoulda-matchers (~> 4.5)
|
||||
sidekiq
|
||||
simplecov
|
||||
slack-notifier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user