Bump faker from 2.10.2 to 2.11.0 (#6868)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.10.2 to 2.11.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.10.2...v2.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
a06a8774d4
commit
c64e201c1c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -129,7 +129,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.1" # help to kill N+1 queries and unused eager loading
|
||||
gem "capybara", "~> 3.31" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "faker", "~> 2.10" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "faker", "~> 2.11" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "parallel_tests", "~> 2.32" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
|
||||
gem "pry-byebug", "~> 3.8" # 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+
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@ GEM
|
|||
factory_bot_rails (5.1.1)
|
||||
factory_bot (~> 5.1.0)
|
||||
railties (>= 4.2.0)
|
||||
faker (2.10.2)
|
||||
faker (2.11.0)
|
||||
i18n (>= 1.6, < 2)
|
||||
faraday (0.17.3)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
|
|
@ -904,7 +904,7 @@ DEPENDENCIES
|
|||
erb_lint (~> 0.0.31)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 5.1)
|
||||
faker (~> 2.10)
|
||||
faker (~> 2.11)
|
||||
fast_jsonapi (~> 1.5)
|
||||
fastly (~> 1.15)
|
||||
fastly-rails (~> 0.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue