Bump factory_bot for ruby 3 support
This commit is contained in:
parent
111b3cdc8e
commit
93c69c4d42
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -240,7 +240,7 @@ group :test do
|
||||||
|
|
||||||
# General helpers
|
# General helpers
|
||||||
|
|
||||||
gem "factory_bot_rails", "6.1.0"
|
gem "factory_bot_rails", "6.2.0"
|
||||||
gem "shoulda-matchers", "4.5.1"
|
gem "shoulda-matchers", "4.5.1"
|
||||||
gem "timecop", "0.9.5"
|
gem "timecop", "0.9.5"
|
||||||
gem "webmock", "3.14.0", require: false
|
gem "webmock", "3.14.0", require: false
|
||||||
|
|
|
||||||
|
|
@ -247,10 +247,10 @@ GEM
|
||||||
state_machines
|
state_machines
|
||||||
thor
|
thor
|
||||||
fabrication (2.29.0)
|
fabrication (2.29.0)
|
||||||
factory_bot (6.1.0)
|
factory_bot (6.2.1)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
factory_bot_rails (6.1.0)
|
factory_bot_rails (6.2.0)
|
||||||
factory_bot (~> 6.1.0)
|
factory_bot (~> 6.2.0)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faraday (1.10.0)
|
faraday (1.10.0)
|
||||||
faraday-em_http (~> 1.0)
|
faraday-em_http (~> 1.0)
|
||||||
|
|
@ -804,7 +804,7 @@ DEPENDENCIES
|
||||||
diaspora_federation-rails (= 1.0.0)
|
diaspora_federation-rails (= 1.0.0)
|
||||||
diaspora_federation-test (= 1.0.0)
|
diaspora_federation-test (= 1.0.0)
|
||||||
eye (= 0.10.0)
|
eye (= 0.10.0)
|
||||||
factory_bot_rails (= 6.1.0)
|
factory_bot_rails (= 6.2.0)
|
||||||
faraday (= 1.10.0)
|
faraday (= 1.10.0)
|
||||||
faraday-cookie_jar (= 0.0.7)
|
faraday-cookie_jar (= 0.0.7)
|
||||||
faraday-follow_redirects (= 0.3.0)
|
faraday-follow_redirects (= 0.3.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue