Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.2.0 to 6.4.2 (#489)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 675fbb5 commit 7c436aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group :development do
end

group :test do
gem 'factory_bot_rails', '~> 6.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'shoulda-matchers', '~> 5.3'
gem 'simplecov'
gem 'simplecov-console', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.12.0)
factory_bot (6.2.1)
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)
ffi (1.15.5)
formatador (1.1.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ DEPENDENCIES
bootsnap (>= 1.1.0)
byebug
dotenv-rails
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
guard-rspec
jwt
listen
Expand Down

0 comments on commit 7c436aa

Please sign in to comment.