[deploy] Bump factory_bot_rails from 5.2.0 to 6.0.0 (#8802)
* Bump factory_bot_rails from 5.2.0 to 6.0.0 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump factory_bot_rails from 5.2.0 to 6.0.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
b03cd5e515
commit
7447353e92
6 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -149,7 +149,7 @@ end
|
|||
group :test do
|
||||
gem "approvals", "~> 0.0" # A library to make it easier to do golden-master style testing in Ruby
|
||||
gem "exifr", ">= 1.3.6" # EXIF Reader is a module to read EXIF from JPEG and TIFF images
|
||||
gem "factory_bot_rails", "~> 5.2" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies
|
||||
gem "factory_bot_rails", "~> 6.0" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies
|
||||
gem "launchy", "~> 2.5" # Launchy is helper class for launching cross-platform applications in a fire and forget manner.
|
||||
gem "percy-capybara", "~> 4.2.0" # A tool for visual testing
|
||||
gem "pundit-matchers", "~> 1.6" # A set of RSpec matchers for testing Pundit authorisation policies
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -314,11 +314,11 @@ GEM
|
|||
excon (0.73.0)
|
||||
execjs (2.7.0)
|
||||
exifr (1.3.6)
|
||||
factory_bot (5.2.0)
|
||||
activesupport (>= 4.2.0)
|
||||
factory_bot_rails (5.2.0)
|
||||
factory_bot (~> 5.2.0)
|
||||
railties (>= 4.2.0)
|
||||
factory_bot (6.0.2)
|
||||
activesupport (>= 5.0.0)
|
||||
factory_bot_rails (6.0.0)
|
||||
factory_bot (~> 6.0.0)
|
||||
railties (>= 5.0.0)
|
||||
faker (2.12.0)
|
||||
i18n (>= 1.6, < 2)
|
||||
faraday (1.0.1)
|
||||
|
|
@ -915,7 +915,7 @@ DEPENDENCIES
|
|||
envied (~> 0.9)
|
||||
erb_lint (~> 0.0.33)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 5.2)
|
||||
factory_bot_rails (~> 6.0)
|
||||
faker (~> 2.12)
|
||||
faraday-http-cache (~> 2.2)
|
||||
fast_jsonapi (~> 1.5)
|
||||
|
|
|
|||
BIN
vendor/cache/factory_bot-5.2.0.gem
vendored
BIN
vendor/cache/factory_bot-5.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/factory_bot-6.0.2.gem
vendored
Normal file
BIN
vendor/cache/factory_bot-6.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/factory_bot_rails-5.2.0.gem
vendored
BIN
vendor/cache/factory_bot_rails-5.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/factory_bot_rails-6.0.0.gem
vendored
Normal file
BIN
vendor/cache/factory_bot_rails-6.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue