Browse Source

added dependency

Roy Kaldung 9 years ago
parent
commit
1834bfe730
2 changed files with 1 additions and 2 deletions
  1. 0 2
      .pkgr.yml
  2. 1 0
      Gemfile

+ 0 - 2
.pkgr.yml

@@ -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 - 0
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'