From 13a5a5a85e1fa03cc2e06564bc069d64ffdcba4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 03:00:06 +0000 Subject: [PATCH] Bump faker from 1.8.7 to 2.18.0 Bumps [faker](https://github.com/faker-ruby/faker) from 1.8.7 to 2.18.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/v1.8.7...v2.18.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9d03141da..c24247e61 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :development, :test do gem "byebug", "~> 11.1.3" gem "database_cleaner", "~> 2.0.1" gem "factory_bot_rails", "~> 6.2.0" - gem "faker", "~> 2.0.0" + gem "faker", "~> 2.18.0" gem "i18n-tasks", "~> 0.9.34" gem "knapsack_pro", "~> 3.0.0" gem "launchy", "~> 2.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index ba90fe50d..38d605a41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,8 +235,8 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.0) - i18n (>= 0.7) + faker (2.18.0) + i18n (>= 1.6, < 2) faraday (1.7.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -733,7 +733,7 @@ DEPENDENCIES email_spec (~> 2.2.0) erb_lint (~> 0.0.37) factory_bot_rails (~> 6.2.0) - faker (~> 2.0.0) + faker (~> 2.18.0) font-awesome-sass (~> 5.15.1) foundation-rails (~> 6.6.2.0) foundation_rails_helper (~> 4.0.0)