Skip to content

Commit ba6f705

Browse files
Bump shoulda-matchers from 2.7.0 to 4.2.0
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 2.7.0 to 4.2.0. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md) - [Commits](thoughtbot/shoulda-matchers@v2.7.0...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent df51c76 commit ba6f705

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ group :test do
7676
gem 'capybara'
7777
gem "database_cleaner"
7878
gem "launchy"
79-
gem "shoulda-matchers", "~> 2.7.0"
79+
gem "shoulda-matchers", "~> 4.2.0"
8080
gem "simplecov", require: false
8181
gem "timecop"
8282
gem "webmock"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ GEM
837837
select2-rails (3.5.9.3)
838838
thor (~> 0.14)
839839
sexp_processor (4.6.1)
840-
shoulda-matchers (2.7.0)
841-
activesupport (>= 3.0.0)
840+
shoulda-matchers (4.2.0)
841+
activesupport (>= 4.2.0)
842842
simple_form (4.0.0)
843843
actionpack (> 4)
844844
activemodel (> 4)
@@ -951,7 +951,7 @@ DEPENDENCIES
951951
rspec-rails (~> 3.8)
952952
sass-rails (~> 5.0.1)
953953
select2-rails
954-
shoulda-matchers (~> 2.7.0)
954+
shoulda-matchers (~> 4.2.0)
955955
simple_form (~> 4.0.0)
956956
simplecov
957957
spring

0 commit comments

Comments
 (0)