diff --git a/Gemfile b/Gemfile index 9568b2ad8..c651c9c95 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,7 @@ group :assets do # gem 'therubyracer', :platform => :ruby - gem 'handlebars_assets', '0.10.0' + gem 'handlebars_assets', '0.11.0' gem 'uglifier', '1.3.0' gem "asset_sync", '0.5.4', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 5d954f837..fe94fab4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM spork (>= 0.8.4) haml (4.0.0) tilt - handlebars_assets (0.10.0) + handlebars_assets (0.11.0) execjs (>= 1.2.9) sprockets (>= 2.0.3) tilt @@ -437,7 +437,7 @@ DEPENDENCIES guard-rspec (= 2.4.0) guard-spork (= 1.4.2) haml (= 4.0.0) - handlebars_assets (= 0.10.0) + handlebars_assets (= 0.11.0) http_accept_language (= 1.0.2) i18n-inflector-rails (~> 1.0) jasmine (= 1.3.1)