Skip to content

Commit

Permalink
Merge pull request #859 from ShockwaveNN/patch-1
Browse files Browse the repository at this point in the history
Do not require gem in Gemspec
  • Loading branch information
bquorning committed Jan 15, 2020
2 parents 376e30c + af36c88 commit e2fbc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem install rubocop-rspec
or if you use bundler put this in your `Gemfile`

```
gem 'rubocop-rspec'
gem 'rubocop-rspec', require: false
```

## Usage
Expand Down

0 comments on commit e2fbc21

Please sign in to comment.