Skip to content

Instantly share code, notes, and snippets.

@michaeldever
Last active July 25, 2017 11:13
Show Gist options
  • Save michaeldever/1b2b9e29dc041a6ad3896616615f9fde to your computer and use it in GitHub Desktop.
Save michaeldever/1b2b9e29dc041a6ad3896616615f9fde to your computer and use it in GitHub Desktop.
Gemstash Gemfile
source "https://rubygems.org"
ruby "2.3.4"
group :development do
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-rvm'
end
gem 'gemstash', github: 'bundler/gemstash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment