diff --git a/Gemfile b/Gemfile index 4422522..64cda08 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ source "https://rubygems.org" ruby "2.3.1" gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults" -gem "uk_planning_scraper", git: "https://github.com/adrianshort/uk_planning_scraper.git", ref: "cad5fcd" +gem "uk_planning_scraper" diff --git a/Gemfile.lock b/Gemfile.lock index f8edaee..4c220b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -GIT - remote: https://github.com/adrianshort/uk_planning_scraper.git - revision: cad5fcd2b98260572dccf0a4cf1ddfeabc469a43 - ref: cad5fcd - specs: - uk_planning_scraper (0.4.0) - http - mechanize (~> 2.7) - GIT remote: https://github.com/openaustralia/scraperwiki-ruby.git revision: fc50176812505e463077d5c673d504a6a234aa78 @@ -19,12 +10,12 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) connection_pool (2.2.2) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) - http (4.0.0) + http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) http-form_data (~> 2.0) @@ -46,17 +37,20 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) net-http-digest_auth (1.4.1) net-http-persistent (3.0.0) connection_pool (~> 2.2) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.1) + mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) public_suffix (3.0.3) sqlite3 (1.3.10) sqlite_magic (0.0.3) sqlite3 + uk_planning_scraper (0.4.3) + http (~> 3.3) + mechanize (~> 2.7) unf (0.1.4) unf_ext unf_ext (0.0.7.5) @@ -67,7 +61,7 @@ PLATFORMS DEPENDENCIES scraperwiki! - uk_planning_scraper! + uk_planning_scraper RUBY VERSION ruby 2.3.1p112