From f593787c04ec78b863a01ef308a13eeb5ad925dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 15:59:09 -0400 Subject: [PATCH] Bump faker from 2.5.0 to 2.6.0 (#4422) [ci skip] Bumps [faker](https://github.com/faker-ruby/faker) from 2.5.0 to 2.6.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.5.0...v2.6.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 ab4311f67..e64aaa9e4 100644 --- a/Gemfile +++ b/Gemfile @@ -125,7 +125,7 @@ group :development, :test do gem "awesome_print", "~> 1.8" # Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure gem "bullet", "~> 6.0" # help to kill N+1 queries and unused eager loading gem "capybara", "~> 3.29" # Capybara is an integration testing tool for rack based web applications - gem "faker", "~> 2.5" # A library for generating fake data such as names, addresses, and phone numbers + gem "faker", "~> 2.6" # A library for generating fake data such as names, addresses, and phone numbers gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 3.9" # rspec-rails is a testing framework for Rails 3+ diff --git a/Gemfile.lock b/Gemfile.lock index 30f38ea9a..ecc06edea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,8 +318,8 @@ GEM factory_bot_rails (4.11.1) factory_bot (~> 4.11.1) railties (>= 3.0.0) - faker (2.5.0) - i18n (~> 1.6.0) + faker (2.6.0) + i18n (>= 1.6, < 1.8) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) @@ -423,7 +423,7 @@ GEM mime-types (~> 3.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.6.0) + i18n (1.7.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.9.3) @@ -895,7 +895,7 @@ DEPENDENCIES envied (~> 0.9) erb_lint (~> 0.0) factory_bot_rails (~> 4.11) - faker (~> 2.5) + faker (~> 2.6) fast_jsonapi (~> 1.5) fastly (~> 1.15) fastly-rails (~> 0.8)