From 3891798c21a0edeb0514e5e1c38325f91d98a8b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:50:33 +0000 Subject: [PATCH] Bump faker from 1.7.3 to 2.18.0 Bumps [faker](https://github.com/faker-ruby/faker) from 1.7.3 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/v1.7.3...v2.18.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4a7bb280..48f6bcc2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'bcrypt', '3.1.11' gem 'bootstrap-sass', '>= 3.4.1' gem 'bootstrap-will_paginate', '1.0.0' gem 'carrierwave', '1.1.0' -gem 'faker', '1.7.3' +gem 'faker', '2.18.0' gem 'fog', '1.40.0' gem 'mini_magick', '4.9.4' gem 'rails', '5.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index ff2edb71..55d073e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,14 +69,14 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) crass (1.0.4) dry-inflector (0.1.2) erubi (1.8.0) excon (0.64.0) execjs (2.7.0) - faker (1.7.3) - i18n (~> 0.5) + faker (2.18.0) + i18n (>= 1.6, < 2) ffi (1.11.1) fission (0.5.0) CFPropertyList (~> 2.2) @@ -234,7 +234,7 @@ GEM guard-minitest (2.4.4) guard-compat (~> 1.2) minitest (>= 3.0) - i18n (0.9.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jaro_winkler (1.5.4) @@ -263,7 +263,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.4) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -415,7 +417,7 @@ DEPENDENCIES byebug (= 9.0.6) carrierwave (= 1.1.0) coffee-rails (= 4.2.2) - faker (= 1.7.3) + faker (= 2.18.0) fog (= 1.40.0) guard (= 2.13.0) guard-minitest (= 2.4.4)