update hamlit to 2.11.0
This commit is contained in:
parent
8913a30d57
commit
a4dd210669
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -190,7 +190,7 @@ gem "typhoeus", "1.3.1"
|
|||
# Views
|
||||
|
||||
gem "gon", "6.3.2"
|
||||
gem "hamlit", "2.9.3"
|
||||
gem "hamlit", "2.11.0"
|
||||
gem "mobile-fu", "1.4.0"
|
||||
gem "rails-timeago", "2.17.1"
|
||||
gem "will_paginate", "3.1.7"
|
||||
|
|
|
|||
|
|
@ -303,8 +303,8 @@ GEM
|
|||
rainbow
|
||||
rubocop (>= 0.50.0)
|
||||
sysexits (~> 1.1)
|
||||
hamlit (2.9.3)
|
||||
temple (>= 0.8.0)
|
||||
hamlit (2.11.0)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
handlebars_assets (0.23.4)
|
||||
|
|
@ -826,7 +826,7 @@ DEPENDENCIES
|
|||
guard-rspec (= 4.7.3)
|
||||
guard-rubocop (= 1.3.0)
|
||||
haml_lint (= 0.35.0)
|
||||
hamlit (= 2.9.3)
|
||||
hamlit (= 2.11.0)
|
||||
handlebars_assets (= 0.23.4)
|
||||
http_accept_language (= 2.1.1)
|
||||
i18n-inflector-rails (= 1.0.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue