Bump faker from 2.21.0 to 2.22.0 (#18239)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.21.0 to 2.22.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.21.0...v2.22.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... 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
74e44aeb61
commit
dad60b425d
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -139,7 +139,7 @@ group :development, :test do
|
|||
gem "cypress-rails", "~> 0.5" # For end to end tests (E2E)
|
||||
gem "debug", ">= 1.0.0" # Provide a debug with step capabilities
|
||||
gem "dotenv-rails", "~> 2.8.1" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.21" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "faker", "~> 2.22" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 3.3.1" # Help parallelize Ruby spec builds
|
||||
gem "pry", "~> 0.14" # An IRB alternative and runtime developer console
|
||||
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ GEM
|
|||
factory_bot_rails (6.2.0)
|
||||
factory_bot (~> 6.2.0)
|
||||
railties (>= 5.0.0)
|
||||
faker (2.21.0)
|
||||
faker (2.22.0)
|
||||
i18n (>= 1.8.11, < 2)
|
||||
fakeredis (0.8.0)
|
||||
redis (~> 4.1)
|
||||
|
|
@ -993,7 +993,7 @@ DEPENDENCIES
|
|||
erb_lint (~> 0.0.37)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 6.2)
|
||||
faker (~> 2.21)
|
||||
faker (~> 2.22)
|
||||
fakeredis (~> 0.8.0)
|
||||
fastimage (~> 2.2)
|
||||
fastly (~> 3.0)
|
||||
|
|
|
|||
BIN
vendor/cache/faker-2.21.0.gem
vendored
BIN
vendor/cache/faker-2.21.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/faker-2.22.0.gem
vendored
Normal file
BIN
vendor/cache/faker-2.22.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue