summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/compass/Gemfile.lock
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@xing.com>2019-04-30 16:09:30 +0200
committerMichael Fellinger <michael.fellinger@xing.com>2019-04-30 19:01:01 +0200
commitf2558031ce9d32b81981cbe8b400c5ed5465083c (patch)
tree8dd94a46cf81b83d5482102b4f3af52552dd0951 /pkgs/development/tools/compass/Gemfile.lock
parent00fe2aaffeaeb1b7857145274869e7f4399a3fe0 (diff)
compass: use bundlerApp, cleanup
Diffstat (limited to 'pkgs/development/tools/compass/Gemfile.lock')
-rw-r--r--pkgs/development/tools/compass/Gemfile.lock19
1 files changed, 11 insertions, 8 deletions
diff --git a/pkgs/development/tools/compass/Gemfile.lock b/pkgs/development/tools/compass/Gemfile.lock
index 9aebd2b15cea..43790d9e7a1e 100644
--- a/pkgs/development/tools/compass/Gemfile.lock
+++ b/pkgs/development/tools/compass/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- chunky_png (1.3.4)
+ chunky_png (1.3.11)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
@@ -14,15 +14,18 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
- ffi (1.9.8)
- multi_json (1.11.0)
- rb-fsevent (0.9.4)
- rb-inotify (0.9.5)
- ffi (>= 0.5.0)
- sass (3.4.13)
+ ffi (1.10.0)
+ multi_json (1.13.1)
+ rb-fsevent (0.10.3)
+ rb-inotify (0.10.0)
+ ffi (~> 1.0)
+ sass (3.4.25)
PLATFORMS
ruby
DEPENDENCIES
- compass
+ compass!
+
+BUNDLED WITH
+ 1.17.2