Trouble with sqlite3 in production...

This commit is contained in:
echarp 2015-02-28 17:51:24 +01:00
parent 428eab8afd
commit 5157db228c
1 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,8 @@ gem 'meta-tags'
gem 'twitter'
gem 'sqlite3'
group :development do
# Spring speeds up development by keeping your application running in the
# background. Read more: https://github.com/rails/spring
@ -101,7 +103,6 @@ group :development do
# gem 'better_errors'
# gem 'binding_of_caller'
gem 'sqlite3'
gem 'guard-livereload'
gem 'guard-migrate'
gem 'guard-bundler'