Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.2.0 to 6.4.2
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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent e937f48 commit df77480
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "devise", "~> 4.9"
gem "devise-async", "~> 1.0"
gem "dotenv-rails", "~> 2.8"
gem "dx-grid", "~> 1.0"
gem "factory_bot_rails", "~> 6.2" # To be able to generate sample data in staging (which is production).
gem "factory_bot_rails", "~> 6.4" # To be able to generate sample data in staging (which is production).
gem "faker", "~> 3.2" # To be able to generate sample data in staging (which is production).
gem "geocoder", "~> 1.8"
gem "importmap-rails", "~> 1.2" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
dx-grid (1.0.0)
erubi (1.12.0)
factory_bot (6.2.1)
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.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
Expand All @@ -154,7 +154,7 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.8.3)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand All @@ -175,7 +175,7 @@ GEM
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -188,7 +188,7 @@ GEM
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.7.2)
mutex_m (0.1.2)
mutex_m (0.2.0)
nested_form (0.3.2)
net-imap (0.4.2)
date
Expand All @@ -200,7 +200,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.23.0)
Expand All @@ -218,7 +218,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -269,10 +269,10 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
rbzip2 (0.3.0)
rdoc (6.5.0)
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.8.2)
reline (0.3.9)
reline (0.4.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -361,7 +361,7 @@ GEM
rubocop-performance (~> 1.19.1)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
stringio (3.0.9)
tailwindcss-rails (2.0.32-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
devise-async (~> 1.0)
dotenv-rails (~> 2.8)
dx-grid (~> 1.0)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
faker (~> 3.2)
geocoder (~> 1.8)
importmap-rails (~> 1.2)
Expand Down

0 comments on commit df77480

Please sign in to comment.