Skip to content

Commit

Permalink
Use specific branch of factory_bot_rails to fix Authentication generator
Browse files Browse the repository at this point in the history
- This should be merged by end of week (thoughtbot/factory_bot_rails#519 (comment))
  • Loading branch information
brentdodell committed Feb 5, 2025
1 parent 689e8a4 commit e79268e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ group :development, :test do

# Gems for test suite
gem 'rspec-rails', '~> 7.1'
gem 'factory_bot_rails', '~> 6.4', '>= 6.4.4'
gem "factory_bot_rails", github: "jeromedalbert/factory_bot_rails", ref: "aa219dc99a23a4699a5691e98ec33fa8e11f1928"

# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/jeromedalbert/factory_bot_rails.git
revision: aa219dc99a23a4699a5691e98ec33fa8e11f1928
ref: aa219dc99a23a4699a5691e98ec33fa8e11f1928
specs:
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -99,9 +108,6 @@ GEM
tzinfo
factory_bot (6.5.1)
activesupport (>= 6.1.0)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
Expand Down Expand Up @@ -369,7 +375,7 @@ DEPENDENCIES
bootsnap
brakeman
debug
factory_bot_rails (~> 6.4, >= 6.4.4)
factory_bot_rails!
importmap-rails
jbuilder
kamal
Expand Down

0 comments on commit e79268e

Please sign in to comment.