Skip to content

Commit

Permalink
README.md: Removed 'require' in Gemfile
Browse files Browse the repository at this point in the history
This is not typically needed. I think we can remove it.

(If you disagree, feel free to submit a PR and explain why you think it's needed.)
  • Loading branch information
perlun committed Mar 16, 2018
1 parent f79e641 commit 12f9d5e
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 @@ -114,7 +114,7 @@ gem install rack-test
Or via Bundler:

```
gem 'rack-test', require: 'rack/test'
gem 'rack-test'
```

Or to install unreleased version via Bundler:
Expand Down

0 comments on commit 12f9d5e

Please sign in to comment.