Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.2.0 to 6.4.2
Browse files Browse the repository at this point in the history
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.2.0 to 6.4.2.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.2.0...v6.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2023
1 parent a08448b commit 1b46ef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

group :development, :test do
gem 'debug', '~> 1.8'
gem 'factory_bot_rails', '~> 6.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.2'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ GEM
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
factory_bot (6.2.0)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
Expand All @@ -136,7 +136,7 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
Expand Down Expand Up @@ -287,7 +287,7 @@ DEPENDENCIES
bootsnap (~> 1.17.0)
codecov (~> 0.6.0)
debug (~> 1.8)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
faker (~> 3.2)
good_job (~> 3.21)
has_scope (~> 0.8)
Expand Down

0 comments on commit 1b46ef1

Please sign in to comment.