We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4654aaa + 5f8af49 commit f206a2bCopy full SHA for f206a2b
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem 'deface'
4
gem 'immutable-struct'
5
-gem "rgeo"
+gem "rgeo", "~> 2.4.0"
6
gem "rgeo-geojson"
7
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.2.2") # make sure we use a version compatible with AR
8
gem "rgeo-activerecord", (ENV['GEM_RGEO_ACTIVERECORD_VERSION'] ? "~> #{ENV['GEM_RGEO_ACTIVERECORD_VERSION']}" : "~> 7.0.1") # same as above
0 commit comments