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.5
- [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.5)

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 Jan 8, 2024
1 parent 539bf1d commit 150097b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.12.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
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
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.5)
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.0)
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 150097b

Please sign in to comment.