Update requirement dependencies

* Make sure we're installing django-pipeline from our fork
* Bump rake to 0.9.2.2, as 0.8.3 is already outdated.
This commit is contained in:
Prem Sichanugrist
2012-05-30 14:22:36 -04:00
parent 45715e9280
commit e46426b196
4 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View File

@@ -18,4 +18,5 @@ coverage.xml
cover/
log/
reports/
\#*\#
/src/
\#*\#

View File

@@ -1,5 +1,5 @@
source :rubygems
gem 'rake', '0.8.3'
gem 'rake'
gem 'sass', '3.1.15'
gem 'bourbon', '~> 1.3.6'

View File

@@ -3,7 +3,7 @@ GEM
specs:
bourbon (1.3.6)
sass (>= 3.1)
rake (0.8.3)
rake (0.9.2.2)
sass (3.1.15)
PLATFORMS
@@ -11,5 +11,5 @@ PLATFORMS
DEPENDENCIES
bourbon (~> 1.3.6)
rake (= 0.8.3)
rake
sass (= 3.1.15)

View File

@@ -13,7 +13,7 @@ python-memcached
django-celery
path.py
django_debug_toolbar
django-pipeline
-e git://github.com/MITx/django-pipeline.git@incremental_compile#egg=django-pipeline
django-staticfiles>=1.2.1
django-masquerade
fs