added dependency
This commit is contained in:
parent
c0685a83f0
commit
1834bfe730
2 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,6 @@ after_install: packaging/hooks/postinstall.sh
|
|||
before:
|
||||
- cp config/database.yml.pkgr config/database.yml
|
||||
- cat config/database.yml
|
||||
- env
|
||||
- gem install sqlite3
|
||||
|
||||
env:
|
||||
- RAILS_ENV=production
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -14,6 +14,7 @@ gem 'json'
|
|||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
gem 'sqlite3'
|
||||
gem 'sass-rails' #, github: 'rails/sass-rails'
|
||||
gem 'coffee-rails'
|
||||
gem 'coffee-script-source'
|
||||
|
|
Loading…
Reference in a new issue