added Gem 'sqlite3' for quick setup to work

This commit is contained in:
Robert Waltemath 2012-10-15 17:31:12 +02:00
parent eb532babd6
commit 9ac913fd34
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ end
gem 'jquery-rails'
gem 'mysql2'
gem 'sqlite3'
gem "fastercsv"
gem 'prawn'
gem 'haml-rails'