Bump shoulda-matchers
This commit is contained in:
parent
c44ca18e8f
commit
2a0cb17f48
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -290,9 +290,9 @@ group :test do
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.8.0"
|
gem "factory_girl_rails", "4.8.0"
|
||||||
|
gem "shoulda-matchers", "3.1.2"
|
||||||
gem "timecop", "0.9.1"
|
gem "timecop", "0.9.1"
|
||||||
gem "webmock", "3.0.1", require: false
|
gem "webmock", "3.0.1", require: false
|
||||||
gem "shoulda-matchers", "3.1.1"
|
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.0"
|
gem "diaspora_federation-test", "0.2.0"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -631,7 +631,7 @@ GEM
|
||||||
useragent
|
useragent
|
||||||
securecompare (1.0.0)
|
securecompare (1.0.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (3.1.1)
|
shoulda-matchers (3.1.2)
|
||||||
activesupport (>= 4.0.0)
|
activesupport (>= 4.0.0)
|
||||||
sidekiq (4.2.10)
|
sidekiq (4.2.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
@ -872,7 +872,7 @@ DEPENDENCIES
|
||||||
rubyzip (= 1.2.1)
|
rubyzip (= 1.2.1)
|
||||||
sass-rails (= 5.0.6)
|
sass-rails (= 5.0.6)
|
||||||
secure_headers (= 3.6.7)
|
secure_headers (= 3.6.7)
|
||||||
shoulda-matchers (= 3.1.1)
|
shoulda-matchers (= 3.1.2)
|
||||||
sidekiq (= 4.2.10)
|
sidekiq (= 4.2.10)
|
||||||
sidekiq-cron (= 0.6.3)
|
sidekiq-cron (= 0.6.3)
|
||||||
simple_captcha2 (= 0.4.3)
|
simple_captcha2 (= 0.4.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue