From a7bf8352189ab3f59bcad322c6e2b1192c3069ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:23:13 +0000 Subject: [PATCH] chore(deps): bump gdal from 2.0.0 to 3.0.0 Bumps [gdal](https://github.com/zhm/gdal-ruby) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/zhm/gdal-ruby/releases) - [Changelog](https://github.com/zhm/gdal-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhm/gdal-ruby/commits) --- updated-dependencies: - dependency-name: gdal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4bbbb2f05..f5c3b85b6 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'sprockets-vue', '~> 0.1.0' gem 'rails-controller-testing' -gem 'gdal', '~> 2.0' +gem 'gdal', '~> 3.0' gem 'net-sftp' gem 'net-scp' # diff --git a/Gemfile.lock b/Gemfile.lock index 674d5f218..1f9d691a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1542,7 +1542,7 @@ GEM faraday-net_http (3.0.2) fastercsv (1.5.5) ffi (1.15.5) - gdal (2.0.0) + gdal (3.0.0) globalid (1.0.1) activesupport (>= 5.0) haml (6.1.1) @@ -1831,7 +1831,7 @@ DEPENDENCIES elasticsearch (~> 7.2.0) exception_notification (~> 4.3.0) factory_girl_rails (~> 4.4.1) - gdal (~> 2.0) + gdal (~> 3.0) httmultiparty (~> 0.3.14) httparty (~> 0.15.1) jquery-rails (~> 4.3.3)