Bump faker from 2.16.0 to 2.17.0 (#13058)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.16.0 to 2.17.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.16.0...v2.17.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ab31f624f
commit
50e89e4804
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -145,7 +145,7 @@ group :development, :test do
|
|||
gem "capybara", "~> 3.35.3" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "cypress-rails", "~> 0.4.2" # For end to end tests (E2E)
|
||||
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.16" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "faker", "~> 2.17" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
|
||||
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ GEM
|
|||
factory_bot_rails (6.1.0)
|
||||
factory_bot (~> 6.1.0)
|
||||
railties (>= 5.0.0)
|
||||
faker (2.16.0)
|
||||
faker (2.17.0)
|
||||
i18n (>= 1.6, < 2)
|
||||
faraday (1.3.0)
|
||||
faraday-net_http (~> 1.0)
|
||||
|
|
@ -917,7 +917,7 @@ DEPENDENCIES
|
|||
erb_lint!
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 6.1)
|
||||
faker (~> 2.16)
|
||||
faker (~> 2.17)
|
||||
fastly (~> 3.0)
|
||||
feedjira (~> 3.1)
|
||||
field_test (~> 0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/faker-2.16.0.gem
vendored
BIN
vendor/cache/faker-2.16.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/faker-2.17.0.gem
vendored
Normal file
BIN
vendor/cache/faker-2.17.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue