# 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.3.1" gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults" gem "breasal" gem "http" gem "nokogiri"