Browse Source

Be more optimistic about ruby version

main
Adrian Short 5 years ago
parent
commit
f1b53a18be
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.1'
ruby '>=2.3'

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


Loading…
Cancel
Save