revert requiring the gem to work as before

This commit is contained in:
Florian Schwab 2016-09-19 22:00:32 +02:00
parent 468750c240
commit 4b1a0f7ba7
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,8 @@
## Unreleased ## Unreleased
### Feature ### Feature
- add support for `rails dbconsole` - add support for `rails dbconsole`
### Fixed
- revert unintentional change when the gem is required
## 2.0.0 (2016-09-16) ## 2.0.0 (2016-09-16)
### Changed ### Changed

View File

@ -15,7 +15,7 @@ Remote rails console and dbconsole for capistrano.
Add this line to your application's Gemfile: Add this line to your application's Gemfile:
```ruby ```ruby
gem 'capistrano-rails-console' gem 'capistrano-rails-console', require: false
``` ```
And then execute: And then execute:

View File

@ -1 +0,0 @@
require 'capistrano/rails/console'