From b796fe4b5a8ede3b900dd5a943407261cef839ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 10:31:10 +0000 Subject: [PATCH] Bump faker from 2.14.0 to 2.15.1 Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.15.1. - [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.14.0...v2.15.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f34d7e9..89c37f7 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Use faker for db seed - gem 'faker', '~> 2.14' + gem 'faker', '~> 2.15' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index d8fb389..4eae3fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM crass (1.0.6) erubi (1.9.0) erubis (2.7.0) - faker (2.14.0) + faker (2.15.1) i18n (>= 1.6, < 2) ffi (1.13.1) globalid (0.4.2) @@ -224,7 +224,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara - faker (~> 2.14) + faker (~> 2.15) haml (~> 5.2.0) haml-rails (~> 2.0) jbuilder (~> 2.10)