Skip to content

Commit

Permalink
Bump factory_bot from 6.4.5 to 6.4.6
Browse files Browse the repository at this point in the history
Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.4.5 to 6.4.6.
- [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.4.5...v6.4.6)

---
updated-dependencies:
- dependency-name: factory_bot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 12c92c1 commit ea8abbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rubocop', '~> 1.50', '>= 1.50.2'
gem 'rubocop-performance', '~> 1.19'
gem 'rubocop-rspec', '~> 2.23'

gem 'factory_bot', '~> 6.3'
gem 'factory_bot', '~> 6.4'
gem 'ffaker', '~> 2.21'
gem 'pry-byebug', '~> 3.9'
gem 'reek', '~> 6.1', '>= 6.1.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
factory_bot (6.4.5)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
ffaker (2.23.0)
i18n (1.14.1)
Expand Down Expand Up @@ -155,7 +155,7 @@ PLATFORMS
DEPENDENCIES
dotenv (~> 2.8, >= 2.8.1)
dsu!
factory_bot (~> 6.3)
factory_bot (~> 6.4)
ffaker (~> 2.21)
pry-byebug (~> 3.9)
rake (~> 13.0)
Expand Down

0 comments on commit ea8abbc

Please sign in to comment.