Skip to content

Commit 0ef0abe

Browse files
chore(deps): update dependency factory_bot_rails to '< 6.5'
1 parent fc2ec93 commit 0ef0abe

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ GEM
130130
concurrent-ruby (~> 1.0)
131131
zeitwerk (~> 2.6)
132132
erubi (1.12.0)
133-
factory_bot (6.2.1)
133+
factory_bot (6.4.0)
134134
activesupport (>= 5.0.0)
135-
factory_bot_rails (6.2.0)
136-
factory_bot (~> 6.2.0)
135+
factory_bot_rails (6.4.0)
136+
factory_bot (~> 6.4)
137137
railties (>= 5.0.0)
138138
faker (3.2.2)
139139
i18n (>= 1.8.11, < 2)
@@ -199,6 +199,8 @@ GEM
199199
nio4r (2.6.0)
200200
nokogiri (1.15.5-arm64-darwin)
201201
racc (~> 1.4)
202+
nokogiri (1.15.5-x86_64-linux)
203+
racc (~> 1.4)
202204
orm_adapter (0.5.0)
203205
overcommit (0.60.0)
204206
childprocess (>= 0.6.3, < 5)
@@ -385,7 +387,6 @@ GEM
385387
PLATFORMS
386388
arm64-darwin-21
387389
arm64-darwin-22
388-
ruby
389390
x86_64-linux
390391

391392
DEPENDENCIES
@@ -399,7 +400,7 @@ DEPENDENCIES
399400
devise
400401
devise-jwt
401402
dotenv-rails
402-
factory_bot_rails (< 6.4)
403+
factory_bot_rails (< 6.5)
403404
faker
404405
fasterer
405406
has_scope

0 commit comments

Comments
 (0)