Browse Source

Fix ruby version

main
Adrian Short 4 years ago
parent
commit
c0d9807b80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '>=2.3'
ruby '2.3.1'

gem 'scraperwiki', :git => 'https://github.com/openaustralia/scraperwiki-ruby/', :branch => 'morph_defaults'
gem 'petrify', '>= 0.4.0'


Loading…
Cancel
Save