diff --git a/Gemfile b/Gemfile index 206a769045..d943130b78 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ gem 'rubyzip', '~> 2.3.2' gem 'dalli', '~> 3.2.8' # Generate 'random' values like usernames, emails, ... -gem 'faker', '~> 3.4.2' +gem 'faker', '~> 3.5.1' # Profiling gem 'flamegraph', '~> 0.9.5' diff --git a/Gemfile.lock b/Gemfile.lock index bc93cc6cf4..bc1858dac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.2) + faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (2.12.0) faraday-net_http (>= 2.0, < 3.4) @@ -589,7 +589,7 @@ DEPENDENCIES ed25519 exception_notification (~> 4.5.0) factory_bot_rails (~> 6.4.3) - faker (~> 3.4.2) + faker (~> 3.5.1) flamegraph (~> 0.9.5) has_scope (~> 0.8.2) hcaptcha (~> 7.1.0)