Created
March 5, 2012 01:16
-
-
Save hone/1975774 to your computer and use it in GitHub Desktop.
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
$ bundle -v | |
Bundler version 1.1.rc.8 | |
$ bundle install | |
Fetching gem metadata from http://rubygems.org/.... | |
Installing sqlite3 (1.3.5) with native extensions | |
Installing sqlite3-ruby (1.3.3) | |
Using bundler (1.1.rc.8) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
$ gem install sqlite3-ruby | |
Fetching: sqlite3-1.3.5.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: sqlite3-ruby-1.3.3.gem (100%) | |
####################################################### | |
Hello! The sqlite3-ruby gem has changed it's name to just sqlite3. Rather than | |
installing `sqlite3-ruby`, you should install `sqlite3`. Please update your | |
dependencies accordingly. | |
Thanks from the Ruby sqlite3 team! | |
<3 <3 <3 <3 | |
####################################################### | |
Successfully installed sqlite3-1.3.5 | |
Successfully installed sqlite3-ruby-1.3.3 | |
2 gems installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment