diff --git a/api/Gemfile b/api/Gemfile index 8f5471ec6..8f5ec9d8b 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -49,7 +49,7 @@ group :development, :test do gem 'factory_bot_rails', '~> 6.4.3' # Faker for generating test data - gem 'faker', '~> 3.4.1' + gem 'faker', '~> 3.5.1' # Stubbing and mocking gem 'mocha', '~> 2.4.5' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index c72a916d4..8cf259f81 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -119,7 +119,7 @@ GEM daemons (~> 1.3) case_transform (0.2) activesupport - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) daemons (1.4.1) @@ -144,11 +144,11 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.1) + faker (3.5.1) i18n (>= 1.8.11, < 2) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.13.2) @@ -319,7 +319,7 @@ DEPENDENCIES docker-api (~> 2.2.0) ed25519 factory_bot_rails (~> 6.4.3) - faker (~> 3.4.1) + faker (~> 3.5.1) mocha (~> 2.4.5) mysql2 (~> 0.5, >= 0.5.6) puma (~> 6.4, >= 6.4.2)