Cap Setup

This commit is contained in:
julian
2017-02-23 21:54:19 +06:30
parent 93085271a9
commit cc498d71c2
7 changed files with 228 additions and 3 deletions

View File

@@ -45,6 +45,12 @@ gem 'bootstrap-multiselect-rails'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano-rbenv'
end
group :development do
@@ -58,3 +64,5 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]