Skip to content

Commit

Permalink
chore(deps): update dependency factory_bot_rails to '< 6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 24833f3 commit 3093660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem 'capybara'
gem 'database_cleaner-active_record'
gem 'factory_bot_rails', '< 6.4'
gem 'factory_bot_rails', '< 6.5'
gem 'faker'
gem 'shoulda-matchers'
# RSpec matchers for JSON API.
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ GEM
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
erubi (1.12.0)
factory_bot (6.2.1)
factory_bot (6.4.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -199,6 +199,8 @@ GEM
nio4r (2.6.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
Expand Down Expand Up @@ -385,7 +387,6 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -399,7 +400,7 @@ DEPENDENCIES
devise
devise-jwt
dotenv-rails
factory_bot_rails (< 6.4)
factory_bot_rails (< 6.5)
faker
fasterer
has_scope
Expand Down

0 comments on commit 3093660

Please sign in to comment.