Created
September 12, 2011 16:54
-
-
Save elarkin/1211749 to your computer and use it in GitHub Desktop.
Bundler silently drops dependencies
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 :rubygems | |
gem "chronic", "0.2.3" | |
gem "main", "4.7.1" |
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
GEM | |
remote: http://rubygems.org/ | |
specs: | |
chronic (0.2.3) | |
hoe (>= 1.2.1) | |
hoe (2.12.3) | |
rake (~> 0.8) | |
main (4.7.1) | |
rake (0.9.2) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
chronic (= 0.2.3) | |
main (= 4.7.1) |
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
Settings are listed in order of priority. The top value will be used. |
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
rvm 1.6.32 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/] | |
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0], MBARI 0x6770, Ruby Enterprise Edition 2011.03 | |
Bundler version 1.0.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment