Skip to content

Instantly share code, notes, and snippets.

@hone
Created December 29, 2009 18:43
Show Gist options
  • Select an option

  • Save hone/265483 to your computer and use it in GitHub Desktop.

Select an option

Save hone/265483 to your computer and use it in GitHub Desktop.
hone@hone-x200:~/Projects/oib/rails_bundler$ ruby script/console
Loading development environment (Rails 2.3.5)
>> Hash['foo', 'foo']
=> {"foo"=>nil}
>> exit
hone@hone-x200:~/Projects/oib/rails_bundler$ gem bundle
Calculating dependencies...
Updating source: http://gems.github.com
Updating source: http://gems.rubyforge.org
Installing xml-simple (1.0.12)
Installing mime-types (1.16)
Installing aws-s3 (0.6.2)
Deleting gem: yard (0.5.2)
Deleting bin file: yardoc
Deleting bin file: yri
Deleting bin file: yard-graph
Done.
hone@hone-x200:~/Projects/oib/rails_bundler$ ruby script/console
Loading development environment (Rails 2.3.5)
>> Hash['foo', 'foo']
=> {"foo"=>"foo"}
>> exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment