Skip to content

Commit

Permalink
Bump shoulda-matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Mar 30, 2019
1 parent 290ddbf commit f8419b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -289,7 +289,7 @@ group :test do
# General helpers

gem "factory_girl_rails", "4.8.0"
gem "shoulda-matchers", "3.1.2"
gem "shoulda-matchers", "4.0.1"
gem "timecop", "0.9.1"
gem "webmock", "3.4.2", require: false

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -650,8 +650,8 @@ GEM
sass (~> 3.4.20)
secure_headers (6.1.0)
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.5)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
Expand Down Expand Up @@ -883,7 +883,7 @@ DEPENDENCIES
rubyzip (= 1.2.2)
sass-rails (= 5.0.7)
secure_headers (= 6.1.0)
shoulda-matchers (= 3.1.2)
shoulda-matchers (= 4.0.1)
sidekiq (= 5.2.5)
sidekiq-cron (= 1.1.0)
simple_captcha2 (= 0.4.3)
Expand Down

0 comments on commit f8419b1

Please sign in to comment.