diff --git a/Gemfile b/Gemfile index 9108f673cd..7fa0c91099 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ end group :test do gem 'capybara' gem 'factory_bot', '>= 6.4.1' - gem 'factory_bot_rails', '>= 6.3.0' + gem 'factory_bot_rails', '>= 6.4.2' gem 'faker' gem 'rspec-rails', '>= 6.0.4' gem 'selenium-webdriver' diff --git a/Gemfile.lock b/Gemfile.lock index 3377223f90..745c0e38c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,9 +158,9 @@ GEM drb (2.2.0) ruby2_keywords erubi (1.12.0) - factory_bot (6.4.1) + factory_bot (6.4.2) activesupport (>= 5.0.0) - factory_bot_rails (6.4.0) + factory_bot_rails (6.4.2) factory_bot (~> 6.4) railties (>= 5.0.0) faker (3.1.1) @@ -506,7 +506,7 @@ DEPENDENCIES debug dotenv-rails factory_bot (>= 6.4.1) - factory_bot_rails (>= 6.3.0) + factory_bot_rails (>= 6.4.2) faker google-cloud-storage (~> 1.44) hcaptcha @@ -540,3 +540,8 @@ DEPENDENCIES webdrivers webmock +RUBY VERSION + ruby 3.0.0p0 + +BUNDLED WITH + 2.2.3