Move rakep and dependencies out of development

This commit is contained in:
Piotr Sarnacki 2012-10-27 23:01:53 +02:00
parent 8c8b436fca
commit 3a1cb7444c
2 changed files with 1610 additions and 1609 deletions

13
Gemfile
View File

@ -7,17 +7,18 @@ gem 'rack-ssl', '~> 1.3'
gem 'rack-cache'
gem 'sinatra'
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline', ref: '3465e0e3e1'
gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters'
gem 'coffee-script'
gem 'compass'
gem 'tilt'
gem 'uglifier'
group :development, :test do
gem 'rake', '~> 0.9.2'
end
group :development do
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline', ref: '3465e0e3e1'
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'

File diff suppressed because it is too large Load Diff