diff --git a/Gemfile b/Gemfile index 0e4b2fa..568e958 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do # testing gem "capybara" - gem "factory_bot_rails", "~> 6.4.2" + gem "factory_bot_rails", "~> 6.4.4" gem "ffaker" gem "rspec-rails" gem "selenium-webdriver" diff --git a/Gemfile.lock b/Gemfile.lock index 83a44f5..896a60b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,26 +104,26 @@ GEM erubi (1.13.0) factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) ffaker (2.23.0) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -164,7 +164,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -284,14 +284,14 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webrick (1.8.1) + webrick (1.8.2) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS x86_64-linux @@ -302,7 +302,7 @@ DEPENDENCIES brakeman capybara debug - factory_bot_rails (~> 6.4.2) + factory_bot_rails (~> 6.4.4) ffaker importmap-rails pg (~> 1.1)