Skip to content

Commit

Permalink
build(deps): bump activerecord-postgis-adapter from 8.0.2 to 8.0.3
Browse files Browse the repository at this point in the history
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](rgeo/activerecord-postgis-adapter@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tim-s-ccs committed Oct 12, 2023
1 parent aa21a40 commit 3c213aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3c213aa

Please sign in to comment.