From 4290f05a6c8995c8c255dc55336c9e5505bbefb2 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Mon, 1 Oct 2012 12:45:27 +0200 Subject: [PATCH] move assets stuff to development group --- Gemfile | 26 ++++++++++++-------------- Gemfile.lock | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index d176a820..c268bbb0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,22 +6,10 @@ gem 'sinatra-contrib' gem 'rack-contrib', github: 'rack/rack-contrib' gem 'yard-sinatra', github: 'rkh/yard-sinatra' -group :assets, :development, :test do +group :development, :test do gem 'rake', '~> 0.9.2' end -group :assets do - gem 'rake-pipeline', github: 'livingsocial/rake-pipeline' - gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters' - - gem 'coffee-script' - gem 'compass' - gem 'tilt' - gem 'uglifier' - - gem 'guard' -end - group :development do gem 'travis-api', github: 'travis-ci/travis-api' gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-travis-api' @@ -31,12 +19,22 @@ group :development do gem 'bunny' gem 'pg', '~> 0.13.2' gem 'newrelic_rpm', '~> 3.3.0' - gem 'hubble', git: 'git://github.com/roidrage/hubble' + gem 'hubble', github: 'roidrage/hubble' + + gem 'rake-pipeline', github: 'livingsocial/rake-pipeline' + gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters' + + gem 'coffee-script' + gem 'compass' + gem 'tilt' + gem 'uglifier' gem 'debugger' gem 'foreman' gem 'rerun' gem 'rb-fsevent', '~> 0.9.1' + + gem 'guard' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 1a09aa02..c558c601 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT yard (~> 0.7) GIT - remote: git://github.com/roidrage/hubble + remote: git://github.com/roidrage/hubble.git revision: f5e6301ac24eabeebaf8f4485d71cdcf93b2f3f8 specs: hubble (0.1.2)