File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ group :development, :test do
51
51
52
52
# Gems for test suite
53
53
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"
55
55
56
56
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
57
57
gem "rubocop-rails-omakase" , require : false
Original file line number Diff line number Diff line change
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
+
1
10
GEM
2
11
remote: https://rubygems.org/
3
12
specs:
99
108
tzinfo
100
109
factory_bot (6.5.1 )
101
110
activesupport (>= 6.1.0 )
102
- factory_bot_rails (6.4.4 )
103
- factory_bot (~> 6.5 )
104
- railties (>= 5.0.0 )
105
111
fugit (1.11.1 )
106
112
et-orbi (~> 1 , >= 1.2.11 )
107
113
raabro (~> 1.4 )
@@ -369,7 +375,7 @@ DEPENDENCIES
369
375
bootsnap
370
376
brakeman
371
377
debug
372
- factory_bot_rails ( ~> 6.4 , >= 6.4.4 )
378
+ factory_bot_rails !
373
379
importmap-rails
374
380
jbuilder
375
381
kamal
You can’t perform that action at this time.
0 commit comments