From 29ea68737da0a0ac032b612c9a5d6ea703889e77 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Mon, 28 Jun 2021 00:11:40 +0200 Subject: [PATCH] Bump leaflet-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 178fed2d81..4ad2ae8189 100644 --- a/Gemfile +++ b/Gemfile @@ -138,7 +138,7 @@ gem "rails-i18n", "5.1.3" gem "markerb", "1.1.0" # Map -gem "leaflet-rails", "1.6.0" +gem "leaflet-rails", "1.7.0" # Parsing diff --git a/Gemfile.lock b/Gemfile.lock index 321dc4c650..2e6f498a08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -378,7 +378,7 @@ GEM jwt (2.2.2) kgio (2.11.3) kostya-sigar (2.0.8) - leaflet-rails (1.6.0) + leaflet-rails (1.7.0) rails (>= 4.2.0) listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -843,7 +843,7 @@ DEPENDENCIES json (= 2.3.0) json-schema (= 2.8.1) json-schema-rspec (= 0.0.4) - leaflet-rails (= 1.6.0) + leaflet-rails (= 1.7.0) listen (= 3.5.1) logging-rails (= 0.6.0) markdown-it-html5-embed (= 1.0.0) -- GitLab