Skip to content

Commit

Permalink
Deleted require:false
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniaGovorun committed Dec 1, 2024
1 parent 44f9e21 commit 793e8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ group :development, :test, :ci do
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "standard", "~> 1.0", require: false
gem "rubocop-factory_bot", require: false
gem "rubocop-capybara", require: false
gem "rubocop-factory_bot"
gem "rubocop-capybara"
end

group :development do
Expand Down

0 comments on commit 793e8c8

Please sign in to comment.