Commit 7b21d874 by Prem Sichanugrist

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.
parent e162428a
...@@ -18,4 +18,5 @@ coverage.xml ...@@ -18,4 +18,5 @@ coverage.xml
cover/ cover/
log/ log/
reports/ reports/
\#*\# /src/
\ No newline at end of file \#*\#
source :rubygems source :rubygems
gem 'rake', '0.8.3' gem 'rake'
gem 'sass', '3.1.15' gem 'sass', '3.1.15'
gem 'bourbon', '~> 1.3.6' gem 'bourbon', '~> 1.3.6'
...@@ -3,7 +3,7 @@ GEM ...@@ -3,7 +3,7 @@ GEM
specs: specs:
bourbon (1.3.6) bourbon (1.3.6)
sass (>= 3.1) sass (>= 3.1)
rake (0.8.3) rake (0.9.2.2)
sass (3.1.15) sass (3.1.15)
PLATFORMS PLATFORMS
...@@ -11,5 +11,5 @@ PLATFORMS ...@@ -11,5 +11,5 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bourbon (~> 1.3.6) bourbon (~> 1.3.6)
rake (= 0.8.3) rake
sass (= 3.1.15) sass (= 3.1.15)
...@@ -13,7 +13,7 @@ python-memcached ...@@ -13,7 +13,7 @@ python-memcached
django-celery django-celery
path.py path.py
django_debug_toolbar django_debug_toolbar
django-pipeline -e git://github.com/MITx/django-pipeline.git@incremental_compile#egg=django-pipeline
django-staticfiles>=1.2.1 django-staticfiles>=1.2.1
django-masquerade django-masquerade
fs fs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment