Bump shoulda-matchers
This commit is contained in:
parent
246cba947e
commit
16fbe061d7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -268,7 +268,7 @@ group :test do
|
|||
gem "factory_girl_rails", "4.5.0"
|
||||
gem "timecop", "0.8.0"
|
||||
gem "webmock", "1.22.3", require: false
|
||||
gem "shoulda-matchers", "3.0.1"
|
||||
gem "shoulda-matchers", "3.1.1"
|
||||
|
||||
gem "diaspora_federation-test", "0.0.12"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -678,7 +678,7 @@ GEM
|
|||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (3.0.1)
|
||||
shoulda-matchers (3.1.1)
|
||||
activesupport (>= 4.0.0)
|
||||
sidekiq (3.4.2)
|
||||
celluloid (~> 0.16.0)
|
||||
|
|
@ -885,7 +885,7 @@ DEPENDENCIES
|
|||
rubyzip (= 1.1.7)
|
||||
sass-rails (= 5.0.4)
|
||||
selenium-webdriver (= 2.47.1)
|
||||
shoulda-matchers (= 3.0.1)
|
||||
shoulda-matchers (= 3.1.1)
|
||||
sidekiq (= 3.4.2)
|
||||
sidetiq (= 0.6.3)
|
||||
simple_captcha2 (= 0.4.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue