From 51820f3f7b7f1d17473f7fe6034370c17cc9e98b Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Wed, 5 Aug 2020 15:37:57 +0100 Subject: [PATCH] reverted gdal versions back to 2.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f11e80be7..46c189fff 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'sprockets-vue', '~> 0.1.0' gem 'rails-controller-testing' -gem 'gdal', '>= 2.0' +gem 'gdal', '~> 2.0' # group :production, :staging do # gem 'unicorn' diff --git a/Gemfile.lock b/Gemfile.lock index 68ec71d11..9d44644c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1066,7 +1066,7 @@ GEM multipart-post (>= 1.2, < 3) fastercsv (1.5.5) ffi (1.12.1) - gdal (3.0.0) + gdal (2.0.0) globalid (0.4.2) activesupport (>= 4.2.0) haml (5.1.2) @@ -1335,7 +1335,7 @@ DEPENDENCIES elasticsearch (~> 7.2.0) exception_notification (~> 4.3.0) factory_girl_rails (~> 4.4.1) - gdal (~> 3.0) + gdal (~> 2.0) httmultiparty (~> 0.3.14) httparty (~> 0.15.1) jquery-rails (~> 4.3.3)