Skip to content

Instantly share code, notes, and snippets.

@hungmi
Last active August 8, 2018 05:54
Show Gist options
  • Save hungmi/ae13db52cce95e2f3d9b37e81519072d to your computer and use it in GitHub Desktop.
Save hungmi/ae13db52cce95e2f3d9b37e81519072d to your computer and use it in GitHub Desktop.
Gemfile
...
group :development do
gem 'capistrano', require: false
gem 'capistrano-rbenv', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-bundler', require: false
gem 'capistrano3-puma', require: false
gem 'capistrano-sidekiq', require: false
end
gem ‘puma’
gem ‘figaro’
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment