Gemfile 436 B

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