diff --git a/Gemfile b/Gemfile index 311eea5..61a84f5 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :development, :test do gem 'bullet', '~> 7.0.2' gem 'byebug', '>= 11.0.1', platforms: %i[mri mingw x64_mingw] gem 'factory_bot_rails', '~> 6.2.0' - gem 'faker', '~> 2.21.0' + gem 'faker', '~> 3.1.1' gem 'rspec-rails', '~> 5.1.2' end diff --git a/Gemfile.lock b/Gemfile.lock index fd6d938..5a54368 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM uniform_notifier (~> 1.11) byebug (11.1.3) chartkick (4.2.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) connection_pool (2.2.5) crack (0.4.5) rexml @@ -123,7 +123,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.21.0) + faker (3.1.1) i18n (>= 1.8.11, < 2) ffi (1.15.5) formtastic (4.0.0) @@ -137,7 +137,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) inherited_resources (1.13.1) actionpack (>= 5.2, < 7.1) @@ -368,7 +368,7 @@ DEPENDENCIES devise_token_auth (~> 1.2.0) dotenv-rails (~> 2.7.6) factory_bot_rails (~> 6.2.0) - faker (~> 2.21.0) + faker (~> 3.1.1) groupdate (~> 6.1.0) jb (~> 0.8.0) letter_opener (~> 1.8.1)