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
9797 # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
9898 gem 'capybara'
9999 gem 'database_cleaner-active_record'
100- gem 'factory_bot_rails' , '< 6.4 '
100+ gem 'factory_bot_rails' , '< 6.5 '
101101 gem 'faker'
102102 gem 'shoulda-matchers'
103103 # RSpec matchers for JSON API.
Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ GEM
129129 concurrent-ruby (~> 1.0 )
130130 zeitwerk (~> 2.6 )
131131 erubi (1.12.0 )
132- factory_bot (6.2.1 )
132+ factory_bot (6.4.0 )
133133 activesupport (>= 5.0.0 )
134- factory_bot_rails (6.2 .0 )
135- factory_bot (~> 6.2.0 )
134+ factory_bot_rails (6.4 .0 )
135+ factory_bot (~> 6.4 )
136136 railties (>= 5.0.0 )
137137 faker (3.2.2 )
138138 i18n (>= 1.8.11 , < 2 )
@@ -398,7 +398,7 @@ DEPENDENCIES
398398 devise
399399 devise-jwt
400400 dotenv-rails
401- factory_bot_rails (< 6.4 )
401+ factory_bot_rails (< 6.5 )
402402 faker
403403 fasterer
404404 has_scope
You can’t perform that action at this time.
0 commit comments