Skip to content

Commit 817a63c

Browse files
authored
Merge pull request #215 from gtt-project/main
Applies dependency fix
2 parents 9fc5390 + f206a2b commit 817a63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'deface'
44
gem 'immutable-struct'
5-
gem "rgeo"
5+
gem "rgeo", "~> 2.4.0"
66
gem "rgeo-geojson"
77
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.2.2") # make sure we use a version compatible with AR
88
gem "rgeo-activerecord", (ENV['GEM_RGEO_ACTIVERECORD_VERSION'] ? "~> #{ENV['GEM_RGEO_ACTIVERECORD_VERSION']}" : "~> 7.0.1") # same as above

0 commit comments

Comments
 (0)