diff --git a/.gitignore b/.gitignore index e5cdde8..e857c76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .ruby-* *.db *.sqlite -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..e19d2d2 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,64 @@ +GIT + remote: https://github.com/adrianshort/uk_planning_scraper/ + revision: f7c77fce95e8037bdd10497d0b5b1eb8407d46b9 + specs: + uk_planning_scraper (0.1.0) + mechanize (~> 2.7) + +GIT + remote: https://github.com/openaustralia/scraperwiki-ruby/ + revision: fc50176812505e463077d5c673d504a6a234aa78 + branch: morph_defaults + specs: + scraperwiki (3.0.1) + httpclient + sqlite_magic + +GEM + remote: https://rubygems.org/ + specs: + connection_pool (2.2.2) + domain_name (0.5.20180417) + unf (>= 0.0.5, < 1.0.0) + http-cookie (1.0.3) + domain_name (~> 0.5) + httpclient (2.8.3) + mechanize (2.7.6) + domain_name (~> 0.5, >= 0.5.1) + http-cookie (~> 1.0) + mime-types (>= 1.17.2) + net-http-digest_auth (~> 1.1, >= 1.1.1) + net-http-persistent (>= 2.5.2) + nokogiri (~> 1.6) + ntlm-http (~> 0.1, >= 0.1.1) + webrobots (>= 0.0.9, < 0.2) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2018.0812) + mini_portile2 (2.3.0) + net-http-digest_auth (1.4.1) + net-http-persistent (3.0.0) + connection_pool (~> 2.2) + nokogiri (1.8.4) + mini_portile2 (~> 2.3.0) + ntlm-http (0.1.1) + sqlite3 (1.3.13) + sqlite_magic (0.0.6) + sqlite3 + unf (0.1.4) + unf_ext + unf_ext (0.0.7.5) + webrobots (0.1.2) + +PLATFORMS + ruby + +DEPENDENCIES + scraperwiki! + uk_planning_scraper! + +RUBY VERSION + ruby 2.3.1p112 + +BUNDLED WITH + 1.16.4