소스 검색

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

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