diff --git a/Gemfile b/Gemfile index 84047bd..7f89174 100644 --- a/Gemfile +++ b/Gemfile @@ -122,3 +122,11 @@ # API # gem 'swagger-docs' + +# ======================================================================================= +# DMPTool specific configuration (DO NOT contribute back to the DMPRoadmap/roadmap repo) +# ======================================================================================= +gem 'capistrano' +gem 'capistrano-bundler' +gem 'capistrano-passenger' +gem 'capistrano-rails' \ No newline at end of file