Skip to content

Instantly share code, notes, and snippets.

@tmaeda
Created October 13, 2012 05:39
Show Gist options
  • Save tmaeda/3883374 to your computer and use it in GitHub Desktop.
Save tmaeda/3883374 to your computer and use it in GitHub Desktop.
# とりあえず今のリスト
macair:test tmaeda$ milk list
bundle-milkode-1.0.0
nested_scaffold-0.2.1
*milkode* : 2 packages, 79 records in /Users/tmaeda/.milkode/db/milkode.db.
# rails を一旦uninstallしてみる
macair:test tmaeda$ gem uninstall rails
You have requested to uninstall the gem:
rails-3.2.8
carrierwave-0.6.2 depends on [rails (>= 3.2.0)]
nested_scaffold-0.2.1 depends on [rails (~> 3.2.2)]
sorcery-0.7.13 depends on [rails (>= 3.0.0)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] y
Successfully uninstalled rails-3.2.8
Not found package '/Users/tmaeda/.rvm/gems/ruby-1.9.3-p194@test/gems/rails-3.2.8'.
# 実行
macair:test tmaeda$ bundle-milkode
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.8)
Using builder (3.0.0)
Using activemodel (3.2.8)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.8)
Using mime-types (1.19)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.8)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.8)
Using activeresource (3.2.8)
Using bcrypt-ruby (3.0.1)
Using bitfields (0.4.1)
Using carrierwave (0.6.2)
Using chunky_png (1.2.6)
Using coffee-script-source (1.3.3)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.7.5)
Using rdoc (3.12)
Using thor (0.16.0)
Using railties (3.2.8)
Using coffee-rails (3.2.2)
Using columnize (0.3.6)
Using fssm (0.2.9)
Using sass (3.2.1)
Using compass (0.12.2)
Using compass-rails (1.0.3)
Using daemons (1.1.9)
Using debugger-ruby_core_source (1.1.3)
Using debugger-linecache (1.1.2)
Using debugger (1.2.0)
Using diff-lcs (1.1.3)
Using eventmachine (0.12.10)
Using multipart-post (1.1.5)
Using faraday (0.8.4)
Using httpauth (0.1)
Using jquery-rails (2.1.1)
Using libv8 (3.3.10.4)
Using mysql2 (0.3.11)
Using bundler (1.1.5)
Installing rails (3.2.8) # ← Rails は増えたけど...
Using nested_scaffold (0.2.1)
Using oauth (0.4.6)
Using oauth2 (0.6.1)
Using rmagick (2.13.1)
Using rspec-core (2.11.1)
Using rspec-expectations (2.11.2)
Using rspec-mocks (2.11.2)
Using rspec (2.11.0)
Using rspec-rails (2.11.0)
Using sass-rails (3.2.5)
Using sorcery (0.7.13)
Using therubyracer (0.10.2)
Using thin (1.4.1)
Using uglifier (1.2.7)
Using will_paginate (3.0.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
/Users/tmaeda/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- milkode/cli (LoadError)
from /Users/tmaeda/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/tmaeda/.rvm/gems/ruby-1.9.3-p194@test/gems/milkode-0.9.3/bin/milk:7:in `<main>'
# ↑なんかエラーする
macair:test tmaeda$ milk list
bundle-milkode-1.0.0
nested_scaffold-0.2.1
*milkode* : 2 packages, 79 records in /Users/tmaeda/.milkode/db/milkode.db.
# ↑railsが増えてない
# ちなみに今のgem list
macair:test tmaeda$ gem list
*** LOCAL GEMS ***
actionmailer (3.2.8)
actionpack (3.2.8)
activemodel (3.2.8)
activerecord (3.2.8)
activeresource (3.2.8)
activesupport (3.2.8)
addressable (2.3.2)
archive-zip (0.5.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bitfields (0.4.1)
builder (3.0.0)
bundle-milkode (1.0.0)
bundler (1.1.5)
carrierwave (0.6.2)
chunky_png (1.2.6)
coderay (1.0.8)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.3.3)
columnize (0.3.6)
compass (0.12.2)
compass-rails (1.0.3)
daemons (1.1.9)
debugger (1.2.0)
debugger-linecache (1.1.2)
debugger-ruby_core_source (1.1.3)
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
faraday (0.8.4)
fssm (0.2.9)
gem-milkode (1.0.2)
haml (3.1.7)
highline (1.6.15)
hike (1.2.1)
httpauth (0.1)
i18n (0.6.0)
io-like (0.3.0)
journey (1.0.4)
jquery-rails (2.1.1)
json (1.7.5, 1.6.5)
launchy (2.1.2)
libv8 (3.3.10.4 x86_64-darwin-11)
mail (2.4.4)
milkode (0.9.3, 0.6.3)
mime-types (1.19)
multi_json (1.3.6)
multipart-post (1.1.5)
mysql2 (0.3.11)
nested_scaffold (0.2.1)
oauth (0.4.6)
oauth2 (0.6.1)
pkg-config (1.1.4)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-protection (1.2.0)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.8)
railties (3.2.8)
rake (0.9.2.2)
rdoc (3.12)
rmagick (2.13.1)
rroonga (2.0.5)
rspec (2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
rspec-mocks (2.11.2)
rspec-rails (2.11.0)
sass (3.2.1)
sass-rails (3.2.5)
sinatra (1.3.3)
sorcery (0.7.13)
sprockets (2.1.3)
sqlite3 (1.3.6)
termcolor (1.2.2)
therubyracer (0.10.2)
thin (1.4.1)
thor (0.16.0, 0.15.4)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33)
uglifier (1.2.7)
will_paginate (3.0.3)
macair:test tmaeda$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment