Browse Source

Use ruby 2.3.1

master
Adrian Short 7 years ago
parent
commit
111544508f
3 changed files with 9 additions and 3 deletions
  1. +2
    -2
      .gitignore
  2. +1
    -1
      Gemfile
  3. +6
    -0
      Gemfile.lock

+ 2
- 2
.gitignore View File

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

+ 1
- 1
Gemfile View File

@@ -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 View File

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

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.15.1

Loading…
Cancel
Save