Skip to content

Instantly share code, notes, and snippets.

@hone
Created March 5, 2012 01:16
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 hone/1975774 to your computer and use it in GitHub Desktop.
Save hone/1975774 to your computer and use it in GitHub Desktop.
$ 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