Use sqlite database in development env only.
This commit is contained in:
parent
f6cc41aad9
commit
dd3e5a0e4c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -18,7 +18,7 @@ end
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3', :group => :development
|
||||||
gem "fastercsv"
|
gem "fastercsv"
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
Loading…
Reference in a new issue