Add capistrano to development environment
This commit is contained in:
parent
404d2050d3
commit
a2a85e8549
5 changed files with 62 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -78,6 +78,11 @@ group :development do
|
|||
gem 'letter_opener_web'
|
||||
gem 'bullet'
|
||||
gem 'active_record_query_trace'
|
||||
|
||||
gem 'capistrano'
|
||||
gem 'capistrano-rails'
|
||||
gem 'capistrano-rbenv'
|
||||
gem 'capistrano-yarn'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue