File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ group :test do
97
97
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
98
98
gem 'capybara'
99
99
gem 'database_cleaner-active_record'
100
- gem 'factory_bot_rails'
100
+ gem 'factory_bot_rails' , '< 6.4'
101
101
gem 'faker'
102
102
gem 'shoulda-matchers'
103
103
# RSpec matchers for JSON API.
Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ GEM
130
130
concurrent-ruby (~> 1.0 )
131
131
zeitwerk (~> 2.6 )
132
132
erubi (1.12.0 )
133
- factory_bot (6.4.0 )
133
+ factory_bot (6.2.1 )
134
134
activesupport (>= 5.0.0 )
135
- factory_bot_rails (6.4 .0 )
136
- factory_bot (~> 6.4 )
135
+ factory_bot_rails (6.2 .0 )
136
+ factory_bot (~> 6.2.0 )
137
137
railties (>= 5.0.0 )
138
138
faker (3.2.2 )
139
139
i18n (>= 1.8.11 , < 2 )
@@ -399,7 +399,7 @@ DEPENDENCIES
399
399
devise
400
400
devise-jwt
401
401
dotenv-rails
402
- factory_bot_rails
402
+ factory_bot_rails ( < 6.4 )
403
403
faker
404
404
fasterer
405
405
has_scope
You can’t perform that action at this time.
0 commit comments