浏览代码

Specify gem ref

pull/1/head
Adrian Short 5 年前
父节点
当前提交
0040135238
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. +1
    -1
      Gemfile
  2. +3
    -2
      Gemfile.lock

+ 1
- 1
Gemfile 查看文件

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

ruby "2.3.1"

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

+ 3
- 2
Gemfile.lock 查看文件

@@ -1,6 +1,7 @@
GIT
remote: https://github.com/adrianshort/uk_planning_scraper.git
revision: ca5588706b33e48a88acb5f3f0ea6b94f965fdfe
revision: 8a070e17732b3304e7e73a81cb7538795fe604c0
ref: 8a070e1
specs:
uk_planning_scraper (0.2.0)
http
@@ -49,7 +50,7 @@ GEM
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
ntlm-http (0.1.1)
public_suffix (3.0.3)


正在加载...
取消
保存