Added sqlite gem to support sqlite3 databases.

This commit is contained in:
benni 2011-05-06 20:37:48 +02:00
parent 1e49a44a92
commit 04293c8dcf
2 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,4 @@ gem "fastercsv"
gem "prawn", '<=0.6.3'
gem 'haml', '>=2.0.6'
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
gem 'sqlite3-ruby'

View File

@ -34,6 +34,7 @@ GEM
rake (>= 0.8.3)
rake (0.8.7)
routing-filter (0.0.1)
sqlite3-ruby (1.2.4)
PLATFORMS
ruby
@ -45,3 +46,4 @@ DEPENDENCIES
prawn (<= 0.6.3)
rails (= 2.3.10)
routing-filter (= 0.0.1)
sqlite3-ruby