diff --git a/Gemfile b/Gemfile index 966ff8de..fc70de09 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ end group :development, :test do gem 'factory_bot_rails', '~> 6.2' - gem 'faker', '~> 2.18' + gem 'faker', '~> 2.19' # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index 2acbe25d..a08fc103 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.18.0) + faker (2.19.0) i18n (>= 1.6, < 2) ffi (1.15.3) globalid (0.5.2) @@ -236,7 +236,7 @@ DEPENDENCIES delayed_cron_job (~> 0.7) delayed_job_active_record (~> 4.1) factory_bot_rails (~> 6.2) - faker (~> 2.18) + faker (~> 2.19) has_scope (~> 0.8) image_processing (~> 1.12.1) listen (>= 3.1.5, < 3.8)