update hamlit to 2.11.0

This commit is contained in:
Jonne Haß 2020-03-20 13:56:01 +01:00
parent 8913a30d57
commit a4dd210669
2 changed files with 4 additions and 4 deletions

View file

@ -190,7 +190,7 @@ gem "typhoeus", "1.3.1"
# Views # Views
gem "gon", "6.3.2" gem "gon", "6.3.2"
gem "hamlit", "2.9.3" gem "hamlit", "2.11.0"
gem "mobile-fu", "1.4.0" gem "mobile-fu", "1.4.0"
gem "rails-timeago", "2.17.1" gem "rails-timeago", "2.17.1"
gem "will_paginate", "3.1.7" gem "will_paginate", "3.1.7"

View file

@ -303,8 +303,8 @@ GEM
rainbow rainbow
rubocop (>= 0.50.0) rubocop (>= 0.50.0)
sysexits (~> 1.1) sysexits (~> 1.1)
hamlit (2.9.3) hamlit (2.11.0)
temple (>= 0.8.0) temple (>= 0.8.2)
thor thor
tilt tilt
handlebars_assets (0.23.4) handlebars_assets (0.23.4)
@ -826,7 +826,7 @@ DEPENDENCIES
guard-rspec (= 4.7.3) guard-rspec (= 4.7.3)
guard-rubocop (= 1.3.0) guard-rubocop (= 1.3.0)
haml_lint (= 0.35.0) haml_lint (= 0.35.0)
hamlit (= 2.9.3) hamlit (= 2.11.0)
handlebars_assets (= 0.23.4) handlebars_assets (= 0.23.4)
http_accept_language (= 2.1.1) http_accept_language (= 2.1.1)
i18n-inflector-rails (= 1.0.7) i18n-inflector-rails (= 1.0.7)