diff --git a/Gemfile b/Gemfile index 0c9309ccd..cd7ca00c2 100644 --- a/Gemfile +++ b/Gemfile @@ -113,7 +113,7 @@ group :assets do # gem 'therubyracer', :platform => :ruby - gem 'handlebars_assets', '0.6.5' + gem 'handlebars_assets', '0.6.6' gem 'uglifier', '1.3.0' gem "asset_sync", '0.5.0', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 67c2d9e62..33c87fb4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM guard (>= 0.10.0) spork (>= 0.8.4) haml (3.1.7) - handlebars_assets (0.6.5) + handlebars_assets (0.6.6) execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt @@ -442,7 +442,7 @@ DEPENDENCIES guard-rspec (= 0.7.3) guard-spork (= 0.8.0) haml (= 3.1.7) - handlebars_assets (= 0.6.5) + handlebars_assets (= 0.6.6) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) jasmine (= 1.2.1)