Last active
August 29, 2015 14:19
-
-
Save dholdren/8a6de8541e538181fb8f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
gemset_empty_bug |
This file contains hidden or 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
2.1.5 |
This file contains hidden or 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
source 'https://rubygems.org' | |
ruby '2.1.5' | |
gem 'rails' | |
gem 'spree', github: 'spree/spree', branch: '2-4-stable' |
This file contains hidden or 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
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