Bump handlebars_assets
This commit is contained in:
parent
3782935b19
commit
ce8e8716b9
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -84,7 +84,7 @@ gem "entypo-rails", "2.2.3"
|
||||||
# JavaScript
|
# JavaScript
|
||||||
|
|
||||||
gem "backbone-on-rails", "1.2.0.0"
|
gem "backbone-on-rails", "1.2.0.0"
|
||||||
gem "handlebars_assets", "0.22.0"
|
gem "handlebars_assets", "0.23.0"
|
||||||
gem "jquery-rails", "4.0.5"
|
gem "jquery-rails", "4.0.5"
|
||||||
gem "jquery-ui-rails", "5.0.5"
|
gem "jquery-ui-rails", "5.0.5"
|
||||||
gem "js_image_paths", "0.0.2"
|
gem "js_image_paths", "0.0.2"
|
||||||
|
|
|
||||||
|
|
@ -361,11 +361,11 @@ GEM
|
||||||
rubocop (~> 0.20)
|
rubocop (~> 0.20)
|
||||||
haml (4.0.7)
|
haml (4.0.7)
|
||||||
tilt
|
tilt
|
||||||
handlebars_assets (0.22.0)
|
handlebars_assets (0.23.0)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
sprockets (>= 2.0.0, < 4.0)
|
sprockets (>= 2.0.0)
|
||||||
tilt (~> 1.2)
|
tilt (>= 1.2)
|
||||||
hashdiff (0.2.3)
|
hashdiff (0.2.3)
|
||||||
hashie (3.4.3)
|
hashie (3.4.3)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
|
|
@ -811,7 +811,7 @@ DEPENDENCIES
|
||||||
guard-rspec (= 4.6.4)
|
guard-rspec (= 4.6.4)
|
||||||
guard-rubocop (= 1.2.0)
|
guard-rubocop (= 1.2.0)
|
||||||
haml (= 4.0.7)
|
haml (= 4.0.7)
|
||||||
handlebars_assets (= 0.22.0)
|
handlebars_assets (= 0.23.0)
|
||||||
http_accept_language (= 2.0.5)
|
http_accept_language (= 2.0.5)
|
||||||
i18n-inflector-rails (= 1.0.7)
|
i18n-inflector-rails (= 1.0.7)
|
||||||
jasmine (= 2.4.0)
|
jasmine (= 2.4.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue