update factory_girl_rails to 4.9.0

This commit is contained in:
Jonne Haß 2020-03-20 13:00:55 +01:00
parent b54679a634
commit 51e7eae2c3
2 changed files with 5 additions and 5 deletions

View file

@ -291,7 +291,7 @@ group :test do
# General helpers # General helpers
gem "factory_girl_rails", "4.8.0" gem "factory_girl_rails", "4.9.0"
gem "shoulda-matchers", "4.0.1" gem "shoulda-matchers", "4.0.1"
gem "timecop", "0.9.1" gem "timecop", "0.9.1"
gem "webmock", "3.6.0", require: false gem "webmock", "3.6.0", require: false

View file

@ -225,10 +225,10 @@ GEM
state_machines state_machines
thor thor
fabrication (2.20.2) fabrication (2.20.2)
factory_girl (4.8.0) factory_girl (4.9.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
factory_girl_rails (4.8.0) factory_girl_rails (4.9.0)
factory_girl (~> 4.8.0) factory_girl (~> 4.9.0)
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.15.4) faraday (0.15.4)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
@ -814,7 +814,7 @@ DEPENDENCIES
diaspora_federation-test (= 0.2.6) diaspora_federation-test (= 0.2.6)
entypo-rails (= 3.0.0) entypo-rails (= 3.0.0)
eye (= 0.10.0) eye (= 0.10.0)
factory_girl_rails (= 4.8.0) factory_girl_rails (= 4.9.0)
faraday (= 0.15.4) faraday (= 0.15.4)
faraday-cookie_jar (= 0.0.6) faraday-cookie_jar (= 0.0.6)
faraday_middleware (= 0.13.1) faraday_middleware (= 0.13.1)