Merton Council planning applications
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
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"