Use sqlite3 instead of sqlite3-ruby, which is deprecated

This commit is contained in:
Joshua Clayton 2012-11-02 17:01:53 -04:00
parent 1ce5e8216e
commit 9ba6663b8b
5 changed files with 5 additions and 13 deletions

View File

@ -66,8 +66,6 @@ GEM
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.7)
timecop (0.3.5)
tzinfo (0.3.33)
@ -87,6 +85,6 @@ DEPENDENCIES
mocha
rspec (~> 2.0)
simplecov
sqlite3-ruby
sqlite3
timecop
yard

View File

@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("activerecord-jdbcsqlite3-adapter")
s.add_development_dependency("jdbc-sqlite3")
else
s.add_development_dependency("sqlite3-ruby")
s.add_development_dependency("sqlite3")
end
s.add_development_dependency("yard")

View File

@ -64,8 +64,6 @@ GEM
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
timecop (0.5.3)
tzinfo (0.3.34)
yard (0.8.3)
@ -84,6 +82,6 @@ DEPENDENCIES
mocha
rspec (~> 2.0)
simplecov
sqlite3-ruby
sqlite3
timecop
yard

View File

@ -65,8 +65,6 @@ GEM
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
timecop (0.5.3)
tzinfo (0.3.34)
yard (0.8.3)
@ -85,6 +83,6 @@ DEPENDENCIES
mocha
rspec (~> 2.0)
simplecov
sqlite3-ruby
sqlite3
timecop
yard

View File

@ -65,8 +65,6 @@ GEM
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
timecop (0.5.3)
tzinfo (0.3.34)
yard (0.8.3)
@ -85,6 +83,6 @@ DEPENDENCIES
mocha
rspec (~> 2.0)
simplecov
sqlite3-ruby
sqlite3
timecop
yard