X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/895b4e72ab7f1c24c17fdbb0b60beb1a2f573551..f76f838c8494936f24c6207e3c2283181fd1d0d7:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 2a17ef8b9..502f8b597 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.3/dist/leaflet-src.js' - file 'leaflet.css', 'https://unpkg.com/leaflet@1.0.3/dist/leaflet.css' + file 'leaflet.js', 'https://unpkg.com/leaflet@1.1.0/dist/leaflet-src.js' + file 'leaflet.css', 'https://unpkg.com/leaflet@1.1.0/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.3/dist/images/#{image}" + file "images/#{image}", "https://unpkg.com/leaflet@1.1.0/dist/images/#{image}" end from 'git://github.com/aratcliffe/Leaflet.contextmenu.git', :tag => 'v1.2.1' do