Bump factory_bot_rails from 6.4.3 to 6.4.4
Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
03d8d9e96d
commit
bdc2fb0fbc
2
Gemfile
2
Gemfile
@@ -67,7 +67,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6"
|
|||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem "debug", "~> 1.9.2"
|
gem "debug", "~> 1.9.2"
|
||||||
gem "factory_bot_rails", "~> 6.4.3"
|
gem "factory_bot_rails", "~> 6.4.4"
|
||||||
gem "faker", "~> 3.4.2"
|
gem "faker", "~> 3.4.2"
|
||||||
gem "i18n-tasks", "~> 0.9.37"
|
gem "i18n-tasks", "~> 0.9.37"
|
||||||
gem "knapsack_pro", "~> 7.8.0"
|
gem "knapsack_pro", "~> 7.8.0"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -217,10 +217,10 @@ GEM
|
|||||||
json
|
json
|
||||||
exiftool_vendored (12.97.0)
|
exiftool_vendored (12.97.0)
|
||||||
exiftool (>= 0.7.0)
|
exiftool (>= 0.7.0)
|
||||||
factory_bot (6.4.6)
|
factory_bot (6.5.1)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 6.1.0)
|
||||||
factory_bot_rails (6.4.3)
|
factory_bot_rails (6.4.4)
|
||||||
factory_bot (~> 6.4)
|
factory_bot (~> 6.5)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faker (3.4.2)
|
faker (3.4.2)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
@@ -472,7 +472,7 @@ GEM
|
|||||||
puma (5.6.9)
|
puma (5.6.9)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.10)
|
rack (2.2.11)
|
||||||
rack-accept (0.4.5)
|
rack-accept (0.4.5)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (3.2.0)
|
rack-protection (3.2.0)
|
||||||
@@ -706,7 +706,7 @@ GEM
|
|||||||
wkhtmltopdf-binary (0.12.6.8)
|
wkhtmltopdf-binary (0.12.6.8)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.7.1)
|
zeitwerk (2.7.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@@ -742,7 +742,7 @@ DEPENDENCIES
|
|||||||
email_spec (~> 2.3.0)
|
email_spec (~> 2.3.0)
|
||||||
erb_lint (~> 0.9.0)
|
erb_lint (~> 0.9.0)
|
||||||
exiftool_vendored (~> 12.97.0)
|
exiftool_vendored (~> 12.97.0)
|
||||||
factory_bot_rails (~> 6.4.3)
|
factory_bot_rails (~> 6.4.4)
|
||||||
faker (~> 3.4.2)
|
faker (~> 3.4.2)
|
||||||
faraday-retry (~> 2.2.1)
|
faraday-retry (~> 2.2.1)
|
||||||
file_validators (~> 3.0.0)
|
file_validators (~> 3.0.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user