From b6d39410ff1204cccb131b8b38b0c32a88f72ffe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 04:50:11 +0000 Subject: [PATCH] Bump faker from 2.12.0 to 2.13.0 Bumps [faker](https://github.com/faker-ruby/faker) from 2.12.0 to 2.13.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.12.0...v2.13.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a6cea48c..62339f0b 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'newrelic_rpm', '~> 6.11' group :development, :test do gem 'byebug', '~> 11.1', platforms: %i[mri mingw x64_mingw] gem 'factory_bot_rails', '~> 6.0' - gem 'faker', '~> 2.12' + gem 'faker', '~> 2.13' gem 'pry', '~> 0.13.1' gem 'pry-byebug', '~> 3.9' gem 'pry-rails', '~> 0.3.9' diff --git a/Gemfile.lock b/Gemfile.lock index 3603022b..5d0c52a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM factory_bot_rails (6.0.0) factory_bot (~> 6.0.0) railties (>= 5.0.0) - faker (2.12.0) + faker (2.13.0) i18n (>= 1.6, < 2) ffi (1.12.2) globalid (0.4.2) @@ -296,7 +296,7 @@ DEPENDENCIES coveralls_reborn (~> 0.16.0) email_spec (~> 2.2) factory_bot_rails (~> 6.0) - faker (~> 2.12) + faker (~> 2.13) listen (>= 3.0.5, < 3.3) newrelic_rpm (~> 6.11) pg (~> 1.2)