From 3c213aa6a685b135fd7a389fc5da98a53c77ee2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 03:05:57 +0000 Subject: [PATCH] build(deps): bump activerecord-postgis-adapter from 8.0.2 to 8.0.3 Bumps [activerecord-postgis-adapter](https://github.com/rgeo/activerecord-postgis-adapter) from 8.0.2 to 8.0.3. - [Changelog](https://github.com/rgeo/activerecord-postgis-adapter/blob/master/History.md) - [Commits](https://github.com/rgeo/activerecord-postgis-adapter/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: activerecord-postgis-adapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1847a63..a4af27f3 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'bootsnap', '~> 1.16.0', '>= 1.16.0', require: false gem 'arask', '~> 1.2.3' # for postgresql -gem 'activerecord-postgis-adapter', '~> 8.0.2' +gem 'activerecord-postgis-adapter', '~> 8.0.3' gem 'pg', '~> 1.5.4' # remove if not option two taken in project gem 'jwt', '~> 2.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 81cb01a9..b83d7902 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM activerecord (7.0.8) activemodel (= 7.0.8) activesupport (= 7.0.8) - activerecord-postgis-adapter (8.0.2) + activerecord-postgis-adapter (8.0.3) activerecord (~> 7.0.0) rgeo-activerecord (~> 7.0.0) activestorage (7.0.8) @@ -366,7 +366,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord-postgis-adapter (~> 8.0.2) + activerecord-postgis-adapter (~> 8.0.3) arask (~> 1.2.3) aws-sdk-cognitoidentityprovider (~> 1.82.0) aws-sdk-s3 (~> 1)