Skip to content

Instantly share code, notes, and snippets.

@dholdren
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dholdren/8a6de8541e538181fb8f to your computer and use it in GitHub Desktop.
Save dholdren/8a6de8541e538181fb8f to your computer and use it in GitHub Desktop.
gemset_empty_bug
source 'https://rubygems.org'
ruby '2.1.5'
gem 'rails'
gem 'spree', github: 'spree/spree', branch: '2-4-stable'
bundle install
ls `rvm gemset dir`/gems #rails and dependencies
ls `rvm gemset dir`/bundler/gems #spree
rvm gemset empty
ls `rvm gemset dir`/gems #empty
ls `rvm gemset dir`/bundler/gems #still has 'git' gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment