diff --git a/Gemfile b/Gemfile index 5d7e3bafc..945fe6ad8 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.3" # A library for generating fake data such as names, addresses, and phone numbers + gem "faker", "~> 2.4" # 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.8" # rspec-rails is a testing framework for Rails 3+ diff --git a/Gemfile.lock b/Gemfile.lock index 8482966d9..ef323b91a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM factory_bot_rails (4.11.1) factory_bot (~> 4.11.1) railties (>= 3.0.0) - faker (2.3.0) + faker (2.4.0) i18n (~> 1.6.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) @@ -896,7 +896,7 @@ DEPENDENCIES envied (~> 0.9) erb_lint (~> 0.0) factory_bot_rails (~> 4.11) - faker (~> 2.3) + faker (~> 2.4) fast_jsonapi (~> 1.5) fastly (~> 1.15) fastly-rails (~> 0.8)