Skip to content

Commit 30a1f39

Browse files
committed
Add require: false to example code in README
Follow up of rubocop/rubocop-rspec#859. This PR adds `require: false` to example code in README.
1 parent 92c3c6f commit 30a1f39

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
@@ -18,7 +18,7 @@ gem install rubocop-rails
1818
or if you use bundler put this in your `Gemfile`
1919

2020
```ruby
21-
gem 'rubocop-rails'
21+
gem 'rubocop-rails', require: false
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)