Skip to content

Commit

Permalink
Build(deps-dev): 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 20, 2023
1 parent 1070b65 commit b8e3c5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ end

group :test, :development do
gem 'bullet', '~> 7.1.3'
gem 'factory_bot_rails', '~> 6.2.0'
gem 'factory_bot_rails', '~> 6.4.0'
gem 'oink', '~> 0.10.1'
gem 'rspec-activemodel-mocks', '~> 1.1.0'
gem 'rspec-rails', '~> 6.0.3'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ GEM
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.7.0)
factory_bot (6.2.0)
factory_bot (6.4.0)
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)
fancybox-rails (0.3.1)
railties (>= 3.1.0)
Expand Down Expand Up @@ -300,7 +300,7 @@ GEM
libv8-node (18.16.0.0-x86_64-darwin)
libv8-node (18.16.0.0-x86_64-linux)
locale (2.1.3)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mahoro (0.5)
Expand All @@ -319,7 +319,7 @@ GEM
mime-types-data (3.2023.0808)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.20.0)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -516,7 +516,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thor (1.3.0)
tilt (2.0.10)
timeout (0.4.0)
trailblazer-option (0.1.2)
Expand Down Expand Up @@ -551,7 +551,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)
zip_tricks (5.6.0)

PLATFORMS
Expand All @@ -577,7 +577,7 @@ DEPENDENCIES
charlock_holmes (~> 0.7.7)
dalli (~> 3.2.6)
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.2.0)
factory_bot_rails (~> 6.4.0)
fancybox-rails (~> 0.3.0)
fast_gettext (~> 2.3.0)
fivemat (~> 1.3.7)
Expand Down

0 comments on commit b8e3c5d

Please sign in to comment.