From 5c487a3a83778797402010bae25f70efae387e6c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 22 Jul 2017 01:36:56 +0200 Subject: [PATCH] Bump leaflet-rails --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d589f2927..46f373023 100644 --- a/Gemfile +++ b/Gemfile @@ -130,7 +130,7 @@ gem "rails-i18n", "4.0.9" gem "markerb", "1.1.0" # Map -gem "leaflet-rails", "0.7.7" +gem "leaflet-rails", "1.1.0" # Parsing diff --git a/Gemfile.lock b/Gemfile.lock index 362193746..ec90b7b2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,8 @@ GEM multi_json jwt (1.5.6) kgio (2.11.0) - leaflet-rails (0.7.7) + leaflet-rails (1.1.0) + rails (>= 4.2.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -803,7 +804,7 @@ DEPENDENCIES js_image_paths (= 0.1.0) json (= 2.1.0) json-schema (= 2.8.0) - leaflet-rails (= 0.7.7) + leaflet-rails (= 1.1.0) logging-rails (= 0.5.0) markerb (= 1.1.0) mini_magick (= 4.8.0)