Skip to content

Commit 3fd074e

Browse files
committed
Require false for rubocop
1 parent 647b8a1 commit 3fd074e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44
ruby '3.2.2'
55

66
gem 'rspec', '~> 3.12'
7-
gem 'rubocop', '~> 1.51'
8-
gem 'rubocop-rspec', '~> 2.2'
7+
gem 'rubocop', '~> 1.51', require: false
8+
gem 'rubocop-rspec', '~> 2.2', require: false

0 commit comments

Comments
 (0)