From 89e0c23cde632eeebfda3e0d5e388a3d3d3bd2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 05:01:17 +0000 Subject: [PATCH] Bump faker from 2.13.0 to 2.17.0 Bumps [faker](https://github.com/faker-ruby/faker) from 2.13.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.13.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 8909f7b..efe3db9 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jbuilder', '2.10.0' # Use postgresql as the database for Active Record gem 'pg', '1.2.3' -gem 'faker', '2.13.0' +gem 'faker', '2.17.0' gem 'will_paginate', '3.3.0' gem 'bootstrap-will_paginate', '1.0.0' gem 'omniauth-google-oauth2', '0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index fd35830..c04ff56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,11 +55,11 @@ GEM json simplecov coderay (1.1.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) docile (1.3.2) erubi (1.9.0) - faker (2.13.0) + faker (2.17.0) i18n (>= 1.6, < 2) faraday (1.0.0) multipart-post (>= 1.2, < 3) @@ -81,7 +81,7 @@ GEM guard-compat (~> 1.2) minitest (>= 3.0) hashie (4.1.0) - i18n (1.8.3) + i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -219,7 +219,7 @@ DEPENDENCIES bootstrap-will_paginate (= 1.0.0) byebug (= 11.1.3) codecov - faker (= 2.13.0) + faker (= 2.17.0) guard (= 2.16.2) guard-minitest (= 2.4.6) jbuilder (= 2.10.0)