Merton Council planning applications
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

11 righe
401 B

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