Skip to content

Commit 7fcf8bc

Browse files
committed
Merged in CHOUETTE-3264-fix-rgeo-to-3.0.0 (pull request #1550)
CHOUETTE-3264 Fixes rgeo to 3.0.0 (for the moment) Approved-by: Luc Donnet
2 parents f7b15f5 + b8613a3 commit 7fcf8bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ gem 'devise_invitable', '>= 2.0.6'
6565
gem 'pundit'
6666

6767
# Map, Geolocalization
68-
gem 'rgeo'
68+
69+
# See CHOUETTE-3264
70+
gem 'rgeo', '3.0.0'
6971
gem 'rgeo-proj4'
7072
gem 'geokit'
7173
gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ DEPENDENCIES
975975
ransack
976976
redis-actionpack (>= 5.3.0)
977977
responders (>= 3.1.1)
978-
rgeo
978+
rgeo (= 3.0.0)
979979
rgeo-proj4
980980
rgeo-shapefile
981981
rmagick

0 commit comments

Comments
 (0)