Skip to content

Commit

Permalink
Merged in CHOUETTE-3264-fix-rgeo-to-3.0.0 (pull request #1550)
Browse files Browse the repository at this point in the history
CHOUETTE-3264 Fixes rgeo to 3.0.0 (for the moment)

Approved-by: Luc Donnet
  • Loading branch information
albanpeignier committed Dec 11, 2023
2 parents f7b15f5 + b8613a3 commit 7fcf8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ gem 'devise_invitable', '>= 2.0.6'
gem 'pundit'

# Map, Geolocalization
gem 'rgeo'

# See CHOUETTE-3264
gem 'rgeo', '3.0.0'
gem 'rgeo-proj4'
gem 'geokit'
gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ DEPENDENCIES
ransack
redis-actionpack (>= 5.3.0)
responders (>= 3.1.1)
rgeo
rgeo (= 3.0.0)
rgeo-proj4
rgeo-shapefile
rmagick
Expand Down

0 comments on commit 7fcf8bc

Please sign in to comment.