1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #1804 from rosenfeld/sqlite

sqlite3-ruby was renamed to sqlite3
This commit is contained in:
Carlos Antonio da Silva 2012-04-22 06:12:35 -07:00
commit 0cfc88d2ee
2 changed files with 2 additions and 4 deletions

View file

@ -25,7 +25,7 @@ platforms :jruby do
end
platforms :ruby do
gem "sqlite3-ruby"
gem "sqlite3"
group :mongoid do
gem "mongo", "~> 1.3.0"

View file

@ -129,8 +129,6 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
@ -163,5 +161,5 @@ DEPENDENCIES
rails (~> 3.2.0)
rdoc
ruby-debug (>= 0.10.3)
sqlite3-ruby
sqlite3
webrat (= 0.7.2)