Skip to content

Commit

Permalink
CHOUETTE-3264 Fixes rgeo to 3.0.0 (for the moment)
Browse files Browse the repository at this point in the history
  • Loading branch information
albanpeignier committed Dec 7, 2023
1 parent 327f4bd commit b8613a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ GEM
railties (>= 5.2)
retriable (3.1.2)
rexml (3.2.6)
rgeo (3.0.1)
rgeo (3.0.0)
rgeo-activerecord (6.2.2)
activerecord (>= 5.0)
rgeo (>= 1.0.0)
Expand Down Expand Up @@ -967,7 +967,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 b8613a3

Please sign in to comment.