Update Gemfile
# gem 'geocoder' ##execute gem install geocoder serverside and uncomment the above line
This commit is contained in:
parent
6188896372
commit
fbd628c7e5
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -85,7 +85,9 @@ gem 'jquery-ui-rails', '~> 4.2.1'
|
|||
gem 'iso-639'
|
||||
|
||||
# geocoder
|
||||
gem 'geocoder'
|
||||
# gem 'geocoder'
|
||||
##execute gem install geocoder serverside and uncomment the above line
|
||||
|
||||
|
||||
# frontend javascripts
|
||||
source 'https://rails-assets.org' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue