From fa6b9198eafe7fc7535bab5be4949c958c293842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:09:27 +0000 Subject: [PATCH] Bump activerecord-postgis-adapter from 7.0.1 to 7.1.1 in /back Bumps [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter) from 7.0.1 to 7.1.1. - [Release notes](https://github.com/rgeo/activerecord-postgis-adapter/releases) - [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md) - [Commits](https://github.com/rgeo/activerecord-postgis-adapter/compare/v7.0.1...v7.1.1) --- updated-dependencies: - dependency-name: activerecord-postgis-adapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/Gemfile | 2 +- back/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/back/Gemfile b/back/Gemfile index d48cd8a..9f4fec8 100644 --- a/back/Gemfile +++ b/back/Gemfile @@ -101,7 +101,7 @@ gem 'que-web' gem 'activerecord-import', '~> 1.0' gem 'activerecord_json_validator', '~> 1.3.0' -gem 'activerecord-postgis-adapter', '~> 7.0.0' +gem 'activerecord-postgis-adapter', '~> 7.1.1' # Processing images # We need `config.download_retry_count`. diff --git a/back/Gemfile.lock b/back/Gemfile.lock index 12c4f80..2b59465 100644 --- a/back/Gemfile.lock +++ b/back/Gemfile.lock @@ -194,7 +194,7 @@ GEM activesupport (= 6.1.7.3) activerecord-import (1.4.0) activerecord (>= 4.2) - activerecord-postgis-adapter (7.0.1) + activerecord-postgis-adapter (7.1.1) activerecord (~> 6.1) rgeo-activerecord (~> 7.0.0) activerecord_json_validator (1.3.0) @@ -629,7 +629,7 @@ GEM netrc (~> 0.8) retriable (3.1.2) rexml (3.2.5) - rgeo (2.4.0) + rgeo (3.0.0) rgeo-activerecord (7.0.1) activerecord (>= 5.0) rgeo (>= 1.0.0) @@ -816,7 +816,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (~> 0.10.12) activerecord-import (~> 1.0) - activerecord-postgis-adapter (~> 7.0.0) + activerecord-postgis-adapter (~> 7.1.1) activerecord_json_validator (~> 1.3.0) acts_as_list (~> 1.0) annotate