adds sqlite3 to Gemfile to test deployment

This commit is contained in:
Manuel Wiedenmann 2013-05-25 20:16:49 +02:00
parent 6b84f4f117
commit ec74b642a0
3 changed files with 2 additions and 6 deletions

View file

@ -18,7 +18,8 @@ end
gem 'jquery-rails'
gem 'mysql2'
gem 'sqlite3'
# gem 'mysql2'
gem 'prawn'
gem 'haml-rails'
gem 'kaminari'