Browse Source

Update gems

master
Adrian Short 5 years ago
parent
commit
21862a4cc8
2 changed files with 10 additions and 16 deletions
  1. +1
    -1
      Gemfile
  2. +9
    -15
      Gemfile.lock

+ 1
- 1
Gemfile View File

@@ -2,5 +2,5 @@ source "https://rubygems.org"

ruby '2.3.1'

gem 'uk_planning_scraper', :git => 'https://github.com/adrianshort/uk_planning_scraper/', :ref => 'e448310'
gem 'uk_planning_scraper'
gem 'scraperwiki', :git => 'https://github.com/openaustralia/scraperwiki-ruby/', :branch => 'morph_defaults'

+ 9
- 15
Gemfile.lock View File

@@ -1,12 +1,3 @@
GIT
remote: https://github.com/adrianshort/uk_planning_scraper/
revision: e44831014af65ca352ab1f9ad7757f1d852887bd
ref: e448310
specs:
uk_planning_scraper (0.4.1)
http
mechanize (~> 2.7)

GIT
remote: https://github.com/openaustralia/scraperwiki-ruby/
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.13)
sqlite_magic (0.0.6)
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


Loading…
Cancel
Save