ソースを参照

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

読み込み中…
キャンセル
保存