diff --git a/Gemfile b/Gemfile index 5b9b81b..58f6bce 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ group :development, :test, :staging do # easily generate fake data: names, addresses, phone numbers, etc. # Read more: https://github.com/stympy/faker - gem 'faker', '~> 2.22' + gem 'faker', '~> 3.1' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..c6c70c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM rails (>= 5.2, < 7.1) code_analyzer (0.5.5) sexp_processor - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) connection_pool (2.2.5) crass (1.0.6) cssbundling-rails (1.1.1) @@ -160,7 +160,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.22.0) + faker (3.1.1) i18n (>= 1.8.11, < 2) faraday (2.5.2) faraday-net_http (>= 2.0, < 3.1) @@ -476,7 +476,7 @@ DEPENDENCIES discard (~> 1.2) erb_lint (~> 0.1.3) factory_bot_rails (~> 6.2) - faker (~> 2.22) + faker (~> 3.1) friendly_id (~> 5.4, >= 5.4.2) haikunator (~> 1.1, >= 1.1.1) image_processing (~> 1.12)