added Gem 'sqlite3' for quick setup to work
This commit is contained in:
parent
eb532babd6
commit
9ac913fd34
1 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -18,6 +18,7 @@ end
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
|
gem 'sqlite3'
|
||||||
gem "fastercsv"
|
gem "fastercsv"
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
Loading…
Reference in a new issue