Trouble with sqlite3 in production...
This commit is contained in:
parent
428eab8afd
commit
5157db228c
3
Gemfile
3
Gemfile
@ -93,6 +93,8 @@ gem 'meta-tags'
|
|||||||
|
|
||||||
gem 'twitter'
|
gem 'twitter'
|
||||||
|
|
||||||
|
gem 'sqlite3'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# Spring speeds up development by keeping your application running in the
|
# Spring speeds up development by keeping your application running in the
|
||||||
# background. Read more: https://github.com/rails/spring
|
# background. Read more: https://github.com/rails/spring
|
||||||
@ -101,7 +103,6 @@ group :development do
|
|||||||
# gem 'better_errors'
|
# gem 'better_errors'
|
||||||
# gem 'binding_of_caller'
|
# gem 'binding_of_caller'
|
||||||
|
|
||||||
gem 'sqlite3'
|
|
||||||
gem 'guard-livereload'
|
gem 'guard-livereload'
|
||||||
gem 'guard-migrate'
|
gem 'guard-migrate'
|
||||||
gem 'guard-bundler'
|
gem 'guard-bundler'
|
||||||
|
Loading…
Reference in New Issue
Block a user