Skip to content

Commit

Permalink
Remove references to sqlite3-ruby, replace with sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 2, 2012
1 parent 3c2ec02 commit 0573363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions man/gemfile.5.ronn
Expand Up @@ -49,7 +49,6 @@ Each _gem_ `MAY` specify files that should be used when autorequiring via
`Bundler.require`. You may pass an array with multiple files, or `false` to
prevent any file from being autorequired.

gem "sqlite3-ruby", :require => "sqlite3"
gem "redis", :require => ["redis/connection/hiredis", "redis"]
gem "webmock", :require => false

Expand Down Expand Up @@ -239,7 +238,7 @@ applied to a group of gems by using block form.

platforms :ruby do
gem "ruby-debug"
gem "sqlite3-ruby"
gem "sqlite3"
end

group :development do
Expand Down

0 comments on commit 0573363

Please sign in to comment.