Skip to content

Commit

Permalink
Bump factory_bot and factory_bot_rails
Browse files Browse the repository at this point in the history
Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) and [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails). These dependencies needed to be updated together.

Updates `factory_bot` from 6.2.1 to 6.4.6
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.2.1...v6.4.6)

Updates `factory_bot_rails` from 6.2.0 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.2.0...v6.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 9ee8107 commit b9a1870
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ 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', '~> 6.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'factory_bot', '~> 6.4'
gem 'listen'
gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console
gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
builder (3.2.4)
chronic (0.10.2)
colorize (0.8.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.2.5)
console (1.13.1)
fiber-local
Expand Down Expand Up @@ -182,10 +182,10 @@ GEM
et-orbi (1.2.7)
tzinfo
execjs (2.8.1)
factory_bot (6.2.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
fast_blank (1.0.1)
ffi (1.15.5)
Expand Down Expand Up @@ -279,7 +279,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.15.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -505,8 +505,8 @@ DEPENDENCIES
devise-async (~> 1.0)
dotenv-rails (~> 2.8)
erb_lint
factory_bot (~> 6.2)
factory_bot_rails (~> 6.2)
factory_bot (~> 6.4)
factory_bot_rails (~> 6.4)
fast_blank
good_job (~> 3.21)
hamster (~> 3.0)
Expand Down

0 comments on commit b9a1870

Please sign in to comment.