Skip to content

Commit c22e411

Browse files
chore(deps): update dependency factory_bot_rails to '< 6.5'
1 parent 16afaf5 commit c22e411

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)