浏览代码

Use ruby 2.3.1

master
Adrian Short 7 年前
父节点
当前提交
111544508f
共有 3 个文件被更改,包括 9 次插入3 次删除
  1. +2
    -2
      .gitignore
  2. +1
    -1
      Gemfile
  3. +6
    -0
      Gemfile.lock

+ 2
- 2
.gitignore 查看文件

@@ -1,2 +1,2 @@
# Ignore output of scraper
data.sqlite
data.sqlite # Ignore output of scraper
.ruby-gemset

+ 1
- 1
Gemfile 查看文件

@@ -4,7 +4,7 @@

source "https://rubygems.org"

ruby "2.0.0"
ruby "2.3.1"

gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "mechanize"

+ 6
- 0
Gemfile.lock 查看文件

@@ -45,3 +45,9 @@ PLATFORMS
DEPENDENCIES
mechanize
scraperwiki!

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.15.1

正在加载...
取消
保存