Injecting configuration and compiling...
[1G [1G-----> Ruby app detected
[1G-----> Compiling Ruby
[1G-----> Using Ruby version: ruby-2.2.2
[1G-----> Installing dependencies using bundler 1.11.2
[1G Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
[1G Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
[1G Fetching gem metadata from https://rubygems.org/.........
[1G Fetching version metadata from https://rubygems.org/...
[1G Fetching dependency metadata from https://rubygems.org/..
[1G Fetching https://github.com/openaustralia/scraperwiki-ruby.git[1G Installing mini_portile2 2.1.0
[1G Installing httpclient 2.8.0
[1G Installing json 2.0.2 with native extensions
[1G Installing pkg-config 1.1.7
[1G Installing rubyzip 1.2.0
[1G Installing ruby-ole 1.2.12
[1G Using bundler 1.11.2
[1G Installing sqlite3 1.3.11 with native extensions
[1G Installing nokogiri 1.6.8 with native extensions
[1G Installing spreadsheet 1.1.2
[1G Installing sqlite_magic 0.0.6
[1G Using scraperwiki 3.0.1 from https://github.com/openaustralia/scraperwiki-ruby.git (at morph_defaults@fc50176)
[1G Installing roo 2.4.0
[1G Installing dropbox-sdk 1.6.5
[1G Installing roo-xls 1.0.0
[1G Bundle complete! 4 Gemfile dependencies, 15 gems now installed.
[1G Gems in the groups development and test were not installed.
[1G Bundled gems are installed into ./vendor/bundle.
[1G Bundle completed (23.01s)
[1G Cleaning up the bundler cache.
[1G Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
/app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:103:in `rescue in do_http': SSL error connecting to Dropbox. There may be a problem with the set of certificates in "/app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/trusted-certs.crt". SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (DropboxError)
from /app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:100:in `do_http'
from /app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:179:in `do_http'
from /app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:188:in `do_get'
from /app/vendor/bundle/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:1122:in `metadata'
from /app/dropbox_client.rb:12:in `get_file_paths'
from scraper.rb:12:in `main'
from scraper.rb:83:in `<main>'