Skip to content

Commit

Permalink
Build(deps-dev): Bump factory_bot_rails from 6.4.2 to 6.4.3
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.2 to 6.4.3.
- [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.2...v6.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent f458e91 commit 98d88b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ end

group :test, :development do
gem 'bullet', '~> 7.1.4'
gem 'factory_bot_rails', '~> 6.4.2'
gem 'factory_bot_rails', '~> 6.4.3'
gem 'oink', '~> 0.10.1'
gem 'rspec-activemodel-mocks', '~> 1.2.0'
gem 'rspec-rails', '~> 6.1.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ GEM
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.7.0)
factory_bot (6.4.2)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.2)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
fancybox-rails (0.3.1)
Expand Down Expand Up @@ -585,7 +585,7 @@ DEPENDENCIES
dalli (~> 3.2.6)
excel_analyzer!
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.4.2)
factory_bot_rails (~> 6.4.3)
fancybox-rails (~> 0.3.0)
fast_gettext (~> 2.3.0)
fivemat (~> 1.3.7)
Expand Down

0 comments on commit 98d88b5

Please sign in to comment.