diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-02-27 15:07:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-02-27 15:07:41 +0000 |
commit | 6559cf405f34c8f99684fdab623403c3374a9e7a (patch) | |
tree | 1b1996a4f404beb1e6a42ddb22caeb3c681e7316 | |
parent | 3e5fa88255ccb7114cd920172cbe66c05b9fff3a (diff) |
Pin compass gem versions.
-rwxr-xr-x | bin/install-as-user | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index a7a3be9dc..b05616702 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -88,7 +88,8 @@ export PATH="\$GEM_HOME/bin:\$PATH" EOBRC fi -gem install --no-ri --no-rdoc compass +gem install --conservative --no-ri --no-rdoc sass -v 3.2.14 +gem install --conservative --no-ri --no-rdoc compass -v 0.12.2 # Use compass to generate the CSS, if it doesn't seem to already # exist: |