Skip to content

Commit e79268e

Browse files
committed
Use specific branch of factory_bot_rails to fix Authentication generator
- This should be merged by end of week (thoughtbot/factory_bot_rails#519 (comment))
1 parent 689e8a4 commit e79268e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ group :development, :test do
5151

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

5656
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
5757
gem "rubocop-rails-omakase", require: false

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/jeromedalbert/factory_bot_rails.git
3+
revision: aa219dc99a23a4699a5691e98ec33fa8e11f1928
4+
ref: aa219dc99a23a4699a5691e98ec33fa8e11f1928
5+
specs:
6+
factory_bot_rails (6.4.4)
7+
factory_bot (~> 6.5)
8+
railties (>= 5.0.0)
9+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -99,9 +108,6 @@ GEM
99108
tzinfo
100109
factory_bot (6.5.1)
101110
activesupport (>= 6.1.0)
102-
factory_bot_rails (6.4.4)
103-
factory_bot (~> 6.5)
104-
railties (>= 5.0.0)
105111
fugit (1.11.1)
106112
et-orbi (~> 1, >= 1.2.11)
107113
raabro (~> 1.4)
@@ -369,7 +375,7 @@ DEPENDENCIES
369375
bootsnap
370376
brakeman
371377
debug
372-
factory_bot_rails (~> 6.4, >= 6.4.4)
378+
factory_bot_rails!
373379
importmap-rails
374380
jbuilder
375381
kamal

0 commit comments

Comments
 (0)