Skip to content

Commit

Permalink
Merge pull request #30 from pocke/require-false
Browse files Browse the repository at this point in the history
Add `require: false` to example code in README
  • Loading branch information
pocke authored Jan 13, 2020
2 parents 80f3fe9 + 9fa8546 commit 285e76d
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 @@ -10,7 +10,7 @@ A [RuboCop](https://github.com/rubocop-hq/rubocop) plugin for Rake.
Add this line to your application's Gemfile:

```ruby
gem 'rubocop-rake'
gem 'rubocop-rake', require: false
```

And then execute:
Expand Down

0 comments on commit 285e76d

Please sign in to comment.