Skip to content

Commit

Permalink
Bump factory_bot_rails in the ruby-minor-development group
Browse files Browse the repository at this point in the history
Bumps the ruby-minor-development group with 1 update: [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails).


Updates `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
  dependency-group: ruby-minor-development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a9b4b1a commit 2fd24b8
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 @@ -58,7 +58,7 @@ group :development, :ci, :test do
gem 'rspec-rails', '~> 4.1.2'
gem 'rspec', '~> 3.13.0'
gem 'rspec-json_expectations', '~> 2'
gem 'factory_bot_rails', '~> 6.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'factory_bot', '~> 6.5'
gem 'listen'
gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ GEM
execjs (2.8.1)
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)
fast_blank (1.0.1)
ffi (1.17.0)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -520,7 +520,7 @@ DEPENDENCIES
dotenv-rails (~> 2.8)
erb_lint
factory_bot (~> 6.5)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
fast_blank
good_job (~> 3.99)
hamster (~> 3.0)
Expand Down

0 comments on commit 2fd24b8

Please sign in to comment.