Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent ff77086 commit a2ca497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
group :development, :test do
gem "pry-byebug", "~> 3.10"
gem "toxiproxy", "~> 2.0"
gem "factory_bot_rails", "~> 6.2"
gem "factory_bot_rails", "~> 6.4"
gem "dotenv-rails", "~> 2.8"

gem "brakeman", "~> 6.0", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ GEM
et-orbi (1.2.7)
tzinfo
execjs (2.9.1)
factory_bot (6.2.0)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.7.12)
base64
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -719,7 +719,7 @@ DEPENDENCIES
derailed_benchmarks (~> 2.1)
dogstatsd-ruby (~> 5.5)
dotenv-rails (~> 2.8)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
faraday (~> 2.7)
faraday_middleware-aws-sigv4 (~> 1.0)
good_job (~> 3.21)
Expand Down

0 comments on commit a2ca497

Please sign in to comment.