diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-14 18:14:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-14 18:16:38 +0100 |
commit | 5e275809b6156c6eb6f1411fe4f22daa06bf55dc (patch) | |
tree | f944901da6e1f1925f7b3a75e4ddfa4440bde882 /bin | |
parent | 01c6fe20b2111c76853f2bdcf8d376ae2c78b411 (diff) |
Don't include --conservative, not present in old 'gem'.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install-as-user | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index b05616702..bd48bdebb 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -88,8 +88,8 @@ export PATH="\$GEM_HOME/bin:\$PATH" EOBRC fi -gem install --conservative --no-ri --no-rdoc sass -v 3.2.14 -gem install --conservative --no-ri --no-rdoc compass -v 0.12.2 +gem install --no-ri --no-rdoc sass -v 3.2.14 +gem install --no-ri --no-rdoc compass -v 0.12.2 # Use compass to generate the CSS, if it doesn't seem to already # exist: |