From dcde1da09e9663c0cb99e6a37394643b48cc35e1 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Wed, 5 Aug 2020 09:12:32 +0100 Subject: [PATCH] changed todo message --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 76efd8fa2..14e91378f 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'sprockets-vue', '~> 0.1.0' gem 'rails-controller-testing' # gem 'gdal', '~> 2.0' -# TODO Stanley - Need to change this version of gdal back to 2.0 (and remove from gitignore) when I reinstall GDAL to 2.4.4 +# TODO Stanley - Need to remove the below gem 'gdal', '~> 3.0' # group :production, :staging do