Skip to content

Commit f206a2b

Browse files
authored
Merge pull request #214 from gtt-project/fix/limit-rgeo-version
Limit rgeo version to 2.4.0 (as workaround)
2 parents 4654aaa + 5f8af49 commit f206a2b

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)