From 69d77d9f2f3c51d8a3496a1d1249a1aa59219c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 05:01:53 +0000 Subject: [PATCH] Bump faker from 2.14.0 to 2.17.0 Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.17.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.14.0...v2.17.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index dee7444..ce7a12b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" do end group :test do - gem "faker", "~> 2.14" + gem "faker", "~> 2.17" end gem "acts_as_paranoid", "~> 0.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5132c83..939bdfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,16 +16,16 @@ GEM activerecord (>= 5.2, < 7.0) activesupport (>= 5.2, < 7.0) ast (2.4.1) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) diff-lcs (1.4.4) epb-auth-tools (1.0.5) jwt (~> 2.2) oauth2 (~> 1.4) - faker (2.14.0) + faker (2.17.0) i18n (>= 1.6, < 2) faraday (1.0.1) multipart-post (>= 1.2, < 3) - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) jwt (2.2.2) macaddr (1.7.2) @@ -125,7 +125,7 @@ PLATFORMS DEPENDENCIES acts_as_paranoid (~> 0.7.0)! epb-auth-tools (~> 1.0)! - faker (~> 2.14)! + faker (~> 2.17)! jwt (~> 2.2)! multi_json (~> 1.15)! oauth2 (~> 1.4)!