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'