From 4854db4f9a6fefeb67778c7a92dbcd18dbf7b19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:45:06 +0000 Subject: [PATCH] Bump faker from 2.14.0 to 2.18.0 Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.18.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.18.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index fb59e50..d6b5267 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.18' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index f4e64ac..9c1b617 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,11 +72,11 @@ 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) erubi (1.9.0) erubis (2.7.0) - faker (2.14.0) + faker (2.18.0) i18n (>= 1.6, < 2) ffi (1.13.1) globalid (0.4.2) @@ -95,7 +95,7 @@ GEM haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - i18n (1.8.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) @@ -110,7 +110,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -224,7 +226,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara - faker (~> 2.14) + faker (~> 2.18) haml (~> 5.2.1) haml-rails (~> 2.0) jbuilder (~> 2.10)