summary refs log tree commit diff
path: root/pkgs/development/tools/scss-lint/Gemfile.lock
blob: 08e2fe4e64db596d502dca66a992287a929004ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
GEM
  remote: https://rubygems.org/
  specs:
    ffi (1.9.25)
    rake (12.3.1)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    sass (3.7.2)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    scss_lint (0.57.1)
      rake (>= 0.9, < 13)
      sass (~> 3.5, >= 3.5.5)

PLATFORMS
  ruby

DEPENDENCIES
  scss_lint

BUNDLED WITH
   2.1.4