diff --git a/Gemfile b/Gemfile index dfbf3ee1..0ba69d77 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rack-cache' gem 'sinatra' group :assets do - gem 'rake-pipeline', github: 'livingsocial/rake-pipeline', ref: '3465e0e3e1' + gem 'rake-pipeline', github: 'livingsocial/rake-pipeline' gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters' gem 'coffee-script' gem 'compass' diff --git a/Gemfile.lock b/Gemfile.lock index 41c883d5..65cf0aa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: git://github.com/livingsocial/rake-pipeline.git - revision: 3465e0e3e134bf52ddf5d138e8c8262412080095 - ref: 3465e0e3e1 + revision: 859d7b39b51f7539a0610ad4856189db81071347 specs: - rake-pipeline (0.6.0) + rake-pipeline (0.8.0) + json rake (~> 0.9.0) thor @@ -46,6 +46,7 @@ GEM guard (1.4.0) listen (>= 0.4.2) thor (>= 0.14.6) + json (1.7.5) listen (0.5.3) multi_json (1.3.6) puma (1.6.3)