Skip to content

Commit

Permalink
Bump factory_bot from 6.2.1 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.2.1 to 6.5.0.
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.2.1...v6.5.0)

---
updated-dependencies:
- dependency-name: factory_bot
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 571d92f commit e993496
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,28 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.1)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
Expand All @@ -49,14 +61,15 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
equatable (0.5.0)
factory_bot (6.2.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.6.3)
logger (1.6.2)
method_source (1.0.0)
minitest (5.25.4)
neatjson (0.10.5)
Expand Down Expand Up @@ -116,6 +129,7 @@ GEM
rubocop (~> 1.19)
ruby-progressbar (1.13.0)
rugged (1.7.2)
securerandom (0.4.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit e993496

Please sign in to comment.