Bump factory_girl_rails
This commit is contained in:
parent
408461d186
commit
2b1da9463a
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -286,7 +286,7 @@ group :test do
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.7.0"
|
gem "factory_girl_rails", "4.8.0"
|
||||||
gem "timecop", "0.8.1"
|
gem "timecop", "0.8.1"
|
||||||
gem "webmock", "2.3.2", require: false
|
gem "webmock", "2.3.2", require: false
|
||||||
gem "shoulda-matchers", "3.1.1"
|
gem "shoulda-matchers", "3.1.1"
|
||||||
|
|
|
||||||
|
|
@ -203,10 +203,10 @@ GEM
|
||||||
sigar (~> 0.7.3)
|
sigar (~> 0.7.3)
|
||||||
state_machines
|
state_machines
|
||||||
thor
|
thor
|
||||||
factory_girl (4.7.0)
|
factory_girl (4.8.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.7.0)
|
factory_girl_rails (4.8.0)
|
||||||
factory_girl (~> 4.7.0)
|
factory_girl (~> 4.8.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
faraday (0.9.2)
|
faraday (0.9.2)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
|
|
@ -810,7 +810,7 @@ DEPENDENCIES
|
||||||
diaspora_federation-test (= 0.1.7)
|
diaspora_federation-test (= 0.1.7)
|
||||||
entypo-rails (= 3.0.0.pre.rc2)
|
entypo-rails (= 3.0.0.pre.rc2)
|
||||||
eye (= 0.9.1)
|
eye (= 0.9.1)
|
||||||
factory_girl_rails (= 4.7.0)
|
factory_girl_rails (= 4.8.0)
|
||||||
faraday (= 0.9.2)
|
faraday (= 0.9.2)
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
faraday_middleware (= 0.10.0)
|
faraday_middleware (= 0.10.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue