Created
February 15, 2017 15:51
-
-
Save devigned/e2625c3395b5669f956f2b2aa10c096b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group :development do | |
gem 'capistrano', require: false | |
gem 'capistrano-rvm', require: false | |
gem 'capistrano-rails', require: false | |
gem 'capistrano-bundler', require: false | |
gem 'capistrano3-puma', require: false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment