From f1b53a18be90886c0c1bda74f8dc604c7cca3ae2 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Thu, 4 Oct 2018 21:51:06 +0100 Subject: [PATCH] Be more optimistic about ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d44798f..0873ccb 100644 --- a/Gemfile +++ b/Gemfile @@ -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/'