From c0d9807b808aa8ea6e49d249d455e0cfa71449d4 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Mon, 28 Oct 2019 20:31:44 +0000 Subject: [PATCH] Fix ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3ea67cb..ad43182 100644 --- a/Gemfile +++ b/Gemfile @@ -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'