Skip to content

Instantly share code, notes, and snippets.

@agenteo
Created May 18, 2010 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agenteo/404489 to your computer and use it in GitHub Desktop.
Save agenteo/404489 to your computer and use it in GitHub Desktop.
arbon:cos enricoant$ gem install rack -v 1.0.1
/Users/enricoant/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:254: warning: getc is obsolete; use STDIN.getc instead
^CERROR: Interrupted
carbon:cos enricoant$ history | grep rack
135 gem list rack
139 gem install rack -v 1.0.1
145 gem install rack
146 history | grep rack
147 gem install rack -v 1.0.1
149 gem install rack -v 1.0.1
160 gem install rack -v 1.0.1
161 history | grep rack
carbon:cos enricoant$ history | grep gem
25 gem list
26 gem list rvm
30 gem list
32 gem list
35 gem list
36 gem install capybara
37 gem list
132 gem install mysql
135 gem list rack
136 gem list rails
137 gem install rails
138 gem install rails
139 gem install rack -v 1.0.1
142 gem list
143 gem install mysql
144 gem list
145 gem install rack
147 gem install rack -v 1.0.1
149 gem install rack -v 1.0.1
160 gem install rack -v 1.0.1
162 history | grep gem
carbon:cos enricoant$ gem install rails
/Users/enricoant/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:254: warning: getc is obsolete; use STDIN.getc instead
^CERROR: Interrupted
carbon:cos enricoant$ vim /Users/enricoant/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:254
carbon:cos enricoant$ vim /Users/enricoant/.rvm/rubies/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb
carbon:cos enricoant$ gem install rspec
**************************************************
Thank you for installing rspec-1.3.0
Please be sure to read History.rdoc and Upgrade.rdoc
for useful information about this release.
**************************************************
Successfully installed rspec-1.3.0
1 gem installed
Installing ri documentation for rspec-1.3.0...
/Users/enricoant/.rvm/gems/ruby-1.8.7-p248/gems/rdoc-2.5.8/lib/rdoc/ri/store.rb:224: [BUG] Segmentation fault
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin9.8.0]
Abort trap
carbon:cos enricoant$ rvm use 1.8.7-p249
Using ruby 1.8.7 p249
carbon:cos enricoant$ gem install rspec
**************************************************
Thank you for installing rspec-1.3.0
Please be sure to read History.rdoc and Upgrade.rdoc
for useful information about this release.
**************************************************
Successfully installed rspec-1.3.0
1 gem installed
Installing ri documentation for rspec-1.3.0...
Installing RDoc documentation for rspec-1.3.0...
carbon:cos enricoant$ gem install rails
Successfully installed activesupport-2.3.5
Successfully installed activerecord-2.3.5
Successfully installed rack-1.0.1
Successfully installed actionpack-2.3.5
Successfully installed actionmailer-2.3.5
Successfully installed activeresource-2.3.5
Successfully installed rails-2.3.5
7 gems installed
Installing ri documentation for activesupport-2.3.5...
/Users/enricoant/.rvm/gems/ruby-1.8.7-p249/gems/rdoc-2.5.8/lib/rdoc/ri/store.rb:224: [BUG] Segmentation fault
ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin9.8.0]
^[[CAbort trap
carbon:cos enricoant$ gem list
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
capybara (0.3.8)
culerity (0.2.10)
ffi (0.6.3)
json_pure (1.4.3)
mime-types (1.16)
mysql (2.8.1)
nokogiri (1.4.1)
rack (1.1.0, 1.0.1)
rack-test (0.5.3)
rails (2.3.5)
rake (0.8.7)
rdoc (2.5.8)
rspec (1.3.0)
selenium-webdriver (0.0.18)
carbon:cos enricoant$ gem uninstall rack -v 1.1.0
Successfully uninstalled rack-1.1.0
carbon:cos enricoant$ gem uninstall rack
Remove executables:
rackup
in addition to the gem? [Yn] Y
Removing rackup
You have requested to uninstall the gem:
rack-1.0.1
actionpack-2.3.5 depends on [rack (~> 1.0.0)]
rack-test-0.5.3 depends on [rack (>= 1.0)]
selenium-webdriver-0.0.18 depends on [rack (>= 0)]
capybara-0.3.8 depends on [rack (>= 1.0.0)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] Y
Successfully uninstalled rack-1.0.1
carbon:cos enricoant$ gem install racl
^CERROR: Interrupted
carbon:cos enricoant$ gem install rack
Successfully installed rack-1.1.0
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment