X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/43c09d8062fc4aef4f1e0e5d3598e526a02bb288..f4e848d9ea2ea476ab5cdba5ad407cad39a59a01:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 22a6ae422..ad59f91eb 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.4.0/dist/leaflet-src.js' - file 'leaflet.css', 'https://unpkg.com/leaflet@1.4.0/dist/leaflet.css' + file 'leaflet.js', 'https://unpkg.com/leaflet@1.5.1/dist/leaflet-src.js' + file 'leaflet.css', 'https://unpkg.com/leaflet@1.5.1/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.4.0/dist/images/#{image}" + file "images/#{image}", "https://unpkg.com/leaflet@1.5.1/dist/images/#{image}" end from 'git://github.com/aratcliffe/Leaflet.contextmenu.git', :tag => 'v1.5.0' do