| 123456789101112131415 |
- # It's easy to add more libraries or choose different versions. Any libraries
- # specified here will be installed and made available to your morph.io scraper.
- # Find out more: https://morph.io/documentation/ruby
- source "https://rubygems.org"
- #ruby "2.0.0"
- gem "nokogiri"
- gem "mysql2"
- #gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
- #gem "mechanize"
- gem "sqlite3", "~> 1.7"
|