Skip to content

Commit a02f60f

Browse files
Bump shoulda-matchers from 3.1.3 to 4.1.0
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 3.1.3 to 4.1.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@v3.1.3...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0d0dcf5 commit a02f60f

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
@@ -74,7 +74,7 @@ group :test do
7474
gem 'chromedriver-helper'
7575
gem 'database_cleaner'
7676
gem 'selenium-webdriver'
77-
gem 'shoulda-matchers', '~> 3.1'
77+
gem 'shoulda-matchers', '~> 4.1'
7878
end
7979

8080
group :production do

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ GEM
334334
selenium-webdriver (3.142.3)
335335
childprocess (>= 0.5, < 2.0)
336336
rubyzip (~> 1.2, >= 1.2.2)
337-
shoulda-matchers (3.1.3)
338-
activesupport (>= 4.0.0)
337+
shoulda-matchers (4.1.0)
338+
activesupport (>= 4.2.0)
339339
simple_form (4.0.0)
340340
actionpack (> 4)
341341
activemodel (> 4)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
rubocop (~> 0.68.1)
439439
sass-rails (~> 5.0.1)
440440
selenium-webdriver
441-
shoulda-matchers (~> 3.1)
441+
shoulda-matchers (~> 4.1)
442442
simple_form
443443
stripe
444444
timecop

0 commit comments

Comments
 (0)