Injecting configuration and compiling...
[1G [1G-----> Ruby app detected
[1G-----> Compiling Ruby
[1G-----> Using Ruby version: ruby-2.3.7
[1G ###### WARNING:
[1G Removing `Gemfile.lock` because it was generated on Windows.
[1G Bundler will do a full resolve so native gems are handled properly.
[1G This may result in unexpected gem versions being used in your app.
[1G In rare occasions Bundler may not be able to resolve your dependencies at all.
[1G https://devcenter.heroku.com/articles/bundler-windows-gemfile[1G
[1G-----> Installing dependencies using bundler 1.15.2
[1G Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
[1G Fetching https://github.com/openaustralia/scraperwiki-ruby.git[1G Fetching gem metadata from https://rubygems.org/......
[1G Fetching version metadata from https://rubygems.org/.
[1G Resolving dependencies...
[1G Using bundler 1.15.2
[1G Fetching connection_pool 2.2.5
[1G Fetching unf_ext 0.0.8
[1G Fetching httpclient 2.8.3
[1G Installing connection_pool 2.2.5
[1G Fetching mime-types-data 3.2021.1115
[1G Installing unf_ext 0.0.8 with native extensions
[1G Installing httpclient 2.8.3
[1G Installing mime-types-data 3.2021.1115
[1G Fetching net-http-digest_auth 1.4.1
[1G Installing net-http-digest_auth 1.4.1
[1G Fetching mini_portile2 2.4.0
[1G Fetching ntlm-http 0.1.1
[1G Installing ntlm-http 0.1.1
[1G Installing mini_portile2 2.4.0
[1G Fetching webrick 1.7.0
[1G Installing webrick 1.7.0
[1G Fetching webrobots 0.1.2
[1G Installing webrobots 0.1.2
[1G Fetching sqlite3 1.4.2
[1G Fetching net-http-persistent 4.0.1
[1G Installing sqlite3 1.4.2 with native extensions
[1G Installing net-http-persistent 4.0.1
[1G Fetching mime-types 3.4.1
[1G Installing mime-types 3.4.1
[1G Fetching nokogiri 1.10.10
[1G Installing nokogiri 1.10.10 with native extensions
[1G Fetching unf 0.1.4
[1G Installing unf 0.1.4
[1G Fetching domain_name 0.5.20190701
[1G Installing domain_name 0.5.20190701
[1G Fetching http-cookie 1.0.4
[1G Installing http-cookie 1.0.4
[1G Fetching sqlite_magic 0.0.6
[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 Fetching mechanize 2.7.7
[1G Installing mechanize 2.7.7
[1G Bundle complete! 3 Gemfile dependencies, 20 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 (21.63s)
[1G Cleaning up the bundler cache.
[1G-----> Detecting rake tasks
[1G
[1G ###### WARNING:
[1G Removing `Gemfile.lock` because it was generated on Windows.
[1G Bundler will do a full resolve so native gems are handled properly.
[1G This may result in unexpected gem versions being used in your app.
[1G In rare occasions Bundler may not be able to resolve your dependencies at all.
[1G https://devcenter.heroku.com/articles/bundler-windows-gemfile[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
/app/vendor/ruby-2.3.7/lib/ruby/2.3.0/net/protocol.rb:44:in `connect_nonblock': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
from /app/vendor/ruby-2.3.7/lib/ruby/2.3.0/net/protocol.rb:44:in `ssl_socket_connect'
from /app/vendor/ruby-2.3.7/lib/ruby/2.3.0/net/http.rb:928:in `connect'
from /app/vendor/ruby-2.3.7/lib/ruby/2.3.0/net/http.rb:863:in `do_start'
from /app/vendor/ruby-2.3.7/lib/ruby/2.3.0/net/http.rb:858:in `start'
from /app/vendor/bundle/ruby/2.3.0/gems/net-http-persistent-4.0.1/lib/net/http/persistent.rb:655:in `start'
from /app/vendor/bundle/ruby/2.3.0/gems/net-http-persistent-4.0.1/lib/net/http/persistent.rb:595:in `connection_for'
from /app/vendor/bundle/ruby/2.3.0/gems/net-http-persistent-4.0.1/lib/net/http/persistent.rb:885:in `request'
from /app/vendor/bundle/ruby/2.3.0/gems/mechanize-2.7.7/lib/mechanize/http/agent.rb:280:in `fetch'
from /app/vendor/bundle/ruby/2.3.0/gems/mechanize-2.7.7/lib/mechanize.rb:464:in `get'
from scraper.rb:135:in `<main>'