Cap Setup
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -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]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user