Skip to content

Instantly share code, notes, and snippets.

@elarkin
Created September 12, 2011 16:54
Show Gist options
  • Save elarkin/1211749 to your computer and use it in GitHub Desktop.
Save elarkin/1211749 to your computer and use it in GitHub Desktop.
Bundler silently drops dependencies
source :rubygems
gem "chronic", "0.2.3"
gem "main", "4.7.1"
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)
Settings are listed in order of priority. The top value will be used.
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