diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 15:07:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-05 15:33:27 +0000 |
commit | 92fc64655c5b51ddec3286befd87d9693ca718c2 (patch) | |
tree | 2904171f3c8940659305f8e627e36ef3558c9d12 /Gemfile.lock | |
parent | cdf0d0f5129bd03a2f7990bee6c176cb77fabd3d (diff) |
Update to use bundler and work on Ubuntu Trusty.
Switching to bundler saves confusion about gem paths when running
sass/compass to compile the CSS.
Trusty can use precisely the same packages as precise, with a few tweaks
to generalise the contents.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..c86a5ca9a --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,16 @@ +GEM + remote: https://rubygems.org/ + specs: + chunky_png (1.3.3) + compass (0.12.7) + chunky_png (~> 1.2) + fssm (>= 0.2.7) + sass (~> 3.2.19) + fssm (0.2.10) + sass (3.2.19) + +PLATFORMS + ruby + +DEPENDENCIES + compass (= 0.12.7) |