From 6b59c6e084ceafb12b44f3db216f903696f62e12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 01:55:09 +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-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e896045..83bef6d 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development, :test do gem 'rails-controller-testing', '~> 1.0' gem 'rspec-rails', '~> 4.0' gem 'factory_bot_rails', '~> 6.1' - gem 'faker', '~> 2.13' + gem 'faker', '~> 2.17' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index bc42ed6..814c873 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crass (1.0.6) database_cleaner (1.8.5) diff-lcs (1.4.4) @@ -87,14 +87,14 @@ GEM factory_bot_rails (6.1.0) factory_bot (~> 6.1.0) railties (>= 5.0.0) - faker (2.13.0) + faker (2.17.0) i18n (>= 1.6, < 2) ffi (1.13.1) figaro (1.2.0) thor (>= 0.14.0, < 2) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -252,7 +252,7 @@ DEPENDENCIES capybara (~> 3.33) database_cleaner (~> 1.8, >= 1.8.5) factory_bot_rails (~> 6.1) - faker (~> 2.13) + faker (~> 2.17) figaro (~> 1.1, >= 1.1.1) jbuilder (~> 2.9, >= 2.9.1) listen (~> 3.2, >= 3.2.1)