Move rakep and dependencies out of development
This commit is contained in:
parent
8c8b436fca
commit
3a1cb7444c
13
Gemfile
13
Gemfile
|
@ -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
Loading…
Reference in New Issue
Block a user