Skip to content

Commit e2fbc21

Browse files
authored
Merge pull request #859 from ShockwaveNN/patch-1
Do not require gem in Gemspec
2 parents 376e30c + af36c88 commit e2fbc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)