From 487274c12857488070e3da010fad5181bb67cac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:20:37 +0000 Subject: [PATCH] Bump faker from 2.13.0 to 2.22.0 Bumps [faker](https://github.com/faker-ruby/faker) from 2.13.0 to 2.22.0. - [Release notes](https://github.com/faker-ruby/faker/releases) - [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/faker-ruby/faker/compare/v2.13.0...v2.22.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e8067006be..2cafeb48fb 100644 --- a/Gemfile +++ b/Gemfile @@ -122,7 +122,7 @@ end group :test do gem 'capybara', '~> 3.33' gem 'climate_control', '~> 0.2' - gem 'faker', '~> 2.13' + gem 'faker', '~> 2.22' gem 'microformats', '~> 4.2' gem 'rails-controller-testing', '~> 1.0' gem 'rspec-sidekiq', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 825146d2c4..28ae8e1775 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GIT ref: e65246bea49374566a9dbaead59fdb35b46b086d specs: hcaptcha (6.0.1) + json GIT remote: https://github.com/ianheggie/health_check @@ -226,8 +227,8 @@ GEM tzinfo excon (0.75.0) fabrication (2.21.1) - faker (2.13.0) - i18n (>= 1.6, < 2) + faker (2.22.0) + i18n (>= 1.8.11, < 2) faraday (1.0.1) multipart-post (>= 1.2, < 3) fast_blank (1.0.0) @@ -288,7 +289,7 @@ GEM httplog (1.4.3) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.31) activesupport (>= 4.0.2) @@ -704,7 +705,7 @@ DEPENDENCIES e2mmap (~> 0.1.0) ed25519 (~> 1.2) fabrication (~> 2.21) - faker (~> 2.13) + faker (~> 2.22) fast_blank (~> 1.0) fastimage fog-core (<= 2.1.0) -- GitLab