Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.4.3 to 6.4.4
Browse files Browse the repository at this point in the history
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.3 to 6.4.4.
- [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.4.3...v6.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and imustafin committed Nov 23, 2024
1 parent 2ffc52c commit 2541bd0
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, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]

gem 'rspec-rails', '~> 7.0'
gem 'factory_bot_rails', '~> 6.4', '>= 6.4.3'
gem 'factory_bot_rails', '~> 6.4'
gem 'test-prof', '~> 1.4'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ GEM
erubi (1.13.0)
erubis (2.7.0)
excon (1.2.1)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
Expand Down Expand Up @@ -314,7 +314,7 @@ DEPENDENCIES
byebug
chartkick (~> 5.1)
crawler_detect (~> 1.2)
factory_bot_rails (~> 6.4, >= 6.4.3)
factory_bot_rails (~> 6.4)
heroicon (~> 1.0.0)
image_processing (~> 1.13)
importmap-rails (~> 2.0)
Expand Down

0 comments on commit 2541bd0

Please sign in to comment.