Bump faker from 2.14.0 to 2.15.1 (#11666)
* Bump faker from 2.14.0 to 2.15.1 Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.15.1. - [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.14.0...v2.15.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump faker from 2.14.0 to 2.15.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
644f8e29b2
commit
e804c511ee
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -136,7 +136,7 @@ group :development, :test do
|
|||
gem "bullet", "~> 6.1" # help to kill N+1 queries and unused eager loading
|
||||
gem "capybara", "~> 3.33" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.14" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 2.9.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", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ GEM
|
|||
factory_bot_rails (6.1.0)
|
||||
factory_bot (~> 6.1.0)
|
||||
railties (>= 5.0.0)
|
||||
faker (2.14.0)
|
||||
faker (2.15.1)
|
||||
i18n (>= 1.6, < 2)
|
||||
faraday (1.1.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
|
|
@ -876,7 +876,7 @@ DEPENDENCIES
|
|||
erb_lint (~> 0.0.34)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 6.1)
|
||||
faker (~> 2.14)
|
||||
faker (~> 2.15)
|
||||
fastly (~> 2.5)
|
||||
feedjira (~> 3.1)
|
||||
field_test (~> 0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/faker-2.14.0.gem
vendored
BIN
vendor/cache/faker-2.14.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/faker-2.15.1.gem
vendored
Normal file
BIN
vendor/cache/faker-2.15.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue