Procházet zdrojové kódy

Use ruby 2.3.1

master
Adrian Short před 7 roky
rodič
revize
111544508f
3 změnil soubory, kde provedl 9 přidání a 3 odebrání
  1. +2
    -2
      .gitignore
  2. +1
    -1
      Gemfile
  3. +6
    -0
      Gemfile.lock

+ 2
- 2
.gitignore Zobrazit soubor

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

+ 1
- 1
Gemfile Zobrazit soubor

@@ -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 Zobrazit soubor

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

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.15.1

Načítá se…
Zrušit
Uložit