diff --git a/Gemfile b/Gemfile index 304f800..e3c1938 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "devise", "~> 4.9" gem "annotate", "~> 3.2" gem "progressbar", "~> 1.13" gem "dotenv-rails", "~> 2.8", ">= 2.8.1" -gem "factory_bot_rails", "~> 6.2" +gem "factory_bot_rails", "~> 6.5" gem "faker", "~> 3.1", ">= 3.1.1" gem "avo-kanban", source: "https://packager.dev/avo-hq/" diff --git a/Gemfile.lock b/Gemfile.lock index ab45e68..1f08610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -153,7 +153,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) date (3.4.1) debug (1.9.2) @@ -173,11 +173,11 @@ GEM drb (2.2.3) erb (5.0.2) erubi (1.13.1) - factory_bot (6.5.0) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) - railties (>= 5.0.0) + factory_bot (6.5.5) + activesupport (>= 6.1.0) + factory_bot_rails (6.5.1) + factory_bot (~> 6.5) + railties (>= 6.1.0) faker (3.5.1) i18n (>= 1.8.11, < 2) globalid (1.2.1) @@ -450,7 +450,7 @@ DEPENDENCIES debug devise (~> 4.9) dotenv-rails (~> 2.8, >= 2.8.1) - factory_bot_rails (~> 6.2) + factory_bot_rails (~> 6.5) faker (~> 3.1, >= 3.1.1) importmap-rails jbuilder