diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 4472f3306..6fd86ec48 100644 --- a/Gemfile +++ b/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 |