Skip to content

Commit

Permalink
Update Geocoder to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lujanfernaud committed Aug 11, 2018
1 parent 9a64c1f commit fb27435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'activerecord-import', '~> 0.23.0'
gem 'rounding', '~> 1.0', '>= 1.0.1'

# Geolocalization.
gem 'geocoder', '~> 1.4', '>= 1.4.5'
gem 'geocoder', '~> 1.5'

# Upload, process and store images.
gem 'carrierwave', '~> 1.2', '>= 1.2.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
formatador (0.2.5)
friendly_id (5.2.4)
activerecord (>= 4.0.0)
geocoder (1.4.7)
geocoder (1.5.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
gravatar_image_tag (1.2.0)
Expand Down Expand Up @@ -475,7 +475,7 @@ DEPENDENCIES
faker!
figaro (~> 1.1, >= 1.1.1)
friendly_id (~> 5.2, >= 5.2.4)
geocoder (~> 1.4, >= 1.4.5)
geocoder (~> 1.5)
gravatar_image_tag (~> 1.2)
guard (= 2.14.0)
guard-minitest (= 2.4.6)
Expand Down

0 comments on commit fb27435

Please sign in to comment.