Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.2.0 to 6.4.0
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.0.
- [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.0)

---
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 18, 2023
1 parent 6516e59 commit 2d61d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
12 changes: 6 additions & 6 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.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
json (2.6.3)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -169,7 +169,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
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 2d61d03

Please sign in to comment.