X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d17ecc9b83c13912019336c0045aadb807143eb0..72855280e75474735d0c2b65aae55a68eda71462:/Vendorfile?ds=sidebyside diff --git a/Vendorfile b/Vendorfile index 4fbefcffa..0037f4610 100644 --- a/Vendorfile +++ b/Vendorfile @@ -11,13 +11,13 @@ folder 'vendor/assets' do end folder 'leaflet' do - file 'leaflet.js', 'https://unpkg.com/leaflet@1.0.1/dist/leaflet-src.js' - file 'leaflet.css', 'https://unpkg.com/leaflet@1.0.1/dist/leaflet.css' + file 'leaflet.js', 'https://unpkg.com/leaflet@1.0.2/dist/leaflet-src.js' + file 'leaflet.css', 'https://unpkg.com/leaflet@1.0.2/dist/leaflet.css' [ 'layers.png', 'layers-2x.png', 'marker-icon.png', 'marker-icon-2x.png', 'marker-shadow.png' ].each do |image| - file "images/#{image}", "https://unpkg.com/leaflet@1.0.1/dist/images/#{image}" + file "images/#{image}", "https://unpkg.com/leaflet@1.0.2/dist/images/#{image}" end from 'git://github.com/kajic/leaflet-locationfilter.git' do