소스 검색

Update gems

pull/1/head
Adrian Short 5 년 전
부모
커밋
bc11027f5e
2개의 변경된 파일10개의 추가작업 그리고 16개의 파일을 삭제
  1. +1
    -1
      Gemfile
  2. +9
    -15
      Gemfile.lock

+ 1
- 1
Gemfile 파일 보기

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


ruby "2.3.1" ruby "2.3.1"


gem "uk_planning_scraper", git: "https://github.com/adrianshort/uk_planning_scraper.git", ref: "cad5fcd"
gem "uk_planning_scraper"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults" gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"

+ 9
- 15
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 GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git remote: https://github.com/openaustralia/scraperwiki-ruby.git
revision: fc50176812505e463077d5c673d504a6a234aa78 revision: fc50176812505e463077d5c673d504a6a234aa78
@@ -19,12 +10,12 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
connection_pool (2.2.2) connection_pool (2.2.2)
domain_name (0.5.20180417) domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
http (4.0.0)
http (3.3.0)
addressable (~> 2.3) addressable (~> 2.3)
http-cookie (~> 1.0) http-cookie (~> 1.0)
http-form_data (~> 2.0) http-form_data (~> 2.0)
@@ -46,17 +37,20 @@ GEM
mime-types (3.2.2) mime-types (3.2.2)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812) 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-digest_auth (1.4.1)
net-http-persistent (3.0.0) net-http-persistent (3.0.0)
connection_pool (~> 2.2) 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) ntlm-http (0.1.1)
public_suffix (3.0.3) public_suffix (3.0.3)
sqlite3 (1.3.10) sqlite3 (1.3.10)
sqlite_magic (0.0.3) sqlite_magic (0.0.3)
sqlite3 sqlite3
uk_planning_scraper (0.4.3)
http (~> 3.3)
mechanize (~> 2.7)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.5) unf_ext (0.0.7.5)
@@ -67,7 +61,7 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
scraperwiki! scraperwiki!
uk_planning_scraper!
uk_planning_scraper


RUBY VERSION RUBY VERSION
ruby 2.3.1p112 ruby 2.3.1p112


불러오는 중...
취소
저장