diff --git a/Gemfile b/Gemfile index 86efeff89..e10f1ed24 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ gem "entypo-rails", "2.2.3" # JavaScript gem "backbone-on-rails", "1.2.0.0" -gem "handlebars_assets", "0.21.0" +gem "handlebars_assets", "0.22.0" gem "jquery-rails", "4.0.5" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 95c9d9b20..1b9b3b832 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,7 +362,7 @@ GEM rubocop (~> 0.20) haml (4.0.7) tilt - handlebars_assets (0.21.0) + handlebars_assets (0.22.0) execjs (~> 2.0) multi_json (~> 1.0) sprockets (>= 2.0.0, < 4.0) @@ -812,7 +812,7 @@ DEPENDENCIES guard-rspec (= 4.6.4) guard-rubocop (= 1.2.0) haml (= 4.0.7) - handlebars_assets (= 0.21.0) + handlebars_assets (= 0.22.0) http_accept_language (= 2.0.5) i18n-inflector-rails (= 1.0.7) jasmine (= 2.3.1)