We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b15f5 + b8613a3 commit 7fcf8bcCopy full SHA for 7fcf8bc
Gemfile
@@ -65,7 +65,9 @@ gem 'devise_invitable', '>= 2.0.6'
65
gem 'pundit'
66
67
# Map, Geolocalization
68
-gem 'rgeo'
+
69
+# See CHOUETTE-3264
70
+gem 'rgeo', '3.0.0'
71
gem 'rgeo-proj4'
72
gem 'geokit'
73
gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed
Gemfile.lock
@@ -975,7 +975,7 @@ DEPENDENCIES
975
ransack
976
redis-actionpack (>= 5.3.0)
977
responders (>= 3.1.1)
978
- rgeo
+ rgeo (= 3.0.0)
979
rgeo-proj4
980
rgeo-shapefile
981
rmagick
0 commit comments