Skip to content

Commit

Permalink
Merge pull request #219 from capistrano/require-false
Browse files Browse the repository at this point in the history
Recommend `require: false` in Gemfile
  • Loading branch information
will-in-wi committed Feb 1, 2018
2 parents 4a1e355 + d9afe6e commit 4cf4d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Rails specific tasks for Capistrano v3:

## Installation

Add these lines to your application's Gemfile:
Add these Capistrano gems to your application's Gemfile using `require: false`:

```ruby
group :development do
gem 'capistrano', '~> 3.6'
gem 'capistrano-rails', '~> 1.3'
gem "capistrano", "~> 3.10", require: false
gem "capistrano-rails", "~> 1.3", require: false
end
```

Expand Down

0 comments on commit 4cf4d83

Please sign in to comment.