Last active
August 8, 2018 05:54
-
-
Save hungmi/ae13db52cce95e2f3d9b37e81519072d to your computer and use it in GitHub Desktop.
Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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