Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af36c88

Browse files
authored
Do not require gem in Gemspec
Since rubocop and its extension used only in development in command line Fix rubocop#857
1 parent 376e30c commit af36c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem install rubocop-rspec
2020
or if you use bundler put this in your `Gemfile`
2121

2222
```
23-
gem 'rubocop-rspec'
23+
gem 'rubocop-rspec', require: false
2424
```
2525

2626
## Usage

0 commit comments

Comments
 (0)