Bump leaflet-rails

This commit is contained in:
Benjamin Neff 2017-09-26 04:19:16 +02:00
parent 5ebbacf444
commit ca8a3db5bc
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 6 additions and 4 deletions

View file

@ -133,7 +133,7 @@ gem "rails-i18n", "5.0.4"
gem "markerb", "1.1.0" gem "markerb", "1.1.0"
# Map # Map
gem "leaflet-rails", "1.1.0" gem "leaflet-rails", "1.2.0"
# Parsing # Parsing

View file

@ -133,6 +133,7 @@ GEM
tins (~> 1.6) tins (~> 1.6)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
crass (1.0.2)
cucumber (2.4.0) cucumber (2.4.0)
builder (>= 2.1.2) builder (>= 2.1.2)
cucumber-core (~> 1.5.0) cucumber-core (~> 1.5.0)
@ -346,7 +347,7 @@ GEM
multi_json multi_json
jwt (1.5.6) jwt (1.5.6)
kgio (2.11.0) kgio (2.11.0)
leaflet-rails (1.1.0) leaflet-rails (1.2.0)
rails (>= 4.2.0) rails (>= 4.2.0)
listen (3.1.5) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
@ -358,7 +359,8 @@ GEM
multi_json (~> 1.10) multi_json (~> 1.10)
logging-rails (0.6.0) logging-rails (0.6.0)
logging (>= 1.8) logging (>= 1.8)
loofah (2.0.3) loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.0.12) lumberjack (1.0.12)
macaddr (1.7.1) macaddr (1.7.1)
@ -813,7 +815,7 @@ DEPENDENCIES
json (= 2.1.0) json (= 2.1.0)
json-schema (= 2.8.0) json-schema (= 2.8.0)
json-schema-rspec (= 0.0.4) json-schema-rspec (= 0.0.4)
leaflet-rails (= 1.1.0) leaflet-rails (= 1.2.0)
logging-rails (= 0.6.0) logging-rails (= 0.6.0)
markerb (= 1.1.0) markerb (= 1.1.0)
mini_magick (= 4.8.0) mini_magick (= 4.8.0)