diff --git a/Gemfile b/Gemfile index c08933fb5..dd34a3da4 100644 --- a/Gemfile +++ b/Gemfile @@ -268,7 +268,7 @@ group :test do gem "factory_girl_rails", "4.5.0" gem "timecop", "0.8.0" gem "webmock", "1.22.1", require: false - gem "shoulda-matchers", "3.0.0" + gem "shoulda-matchers", "3.0.1" gem "diaspora_federation-test", "0.0.10" end diff --git a/Gemfile.lock b/Gemfile.lock index 3dbfd0134..8acd4c092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -673,7 +673,7 @@ GEM rubyzip (~> 1.0) websocket (~> 1.0) shellany (0.0.1) - shoulda-matchers (3.0.0) + shoulda-matchers (3.0.1) activesupport (>= 4.0.0) sidekiq (3.4.2) celluloid (~> 0.16.0) @@ -880,7 +880,7 @@ DEPENDENCIES rubyzip (= 1.1.7) sass-rails (= 5.0.4) selenium-webdriver (= 2.47.1) - shoulda-matchers (= 3.0.0) + shoulda-matchers (= 3.0.1) sidekiq (= 3.4.2) sidetiq (= 0.6.3) simple_captcha2 (= 0.3.4)