summary refs log tree commit diff
path: root/pkgs/development/tools/rubocop/Gemfile.lock
blob: d6185d79f1d16ca83245c76eac8be6a998860455 (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
26
27
28
29
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    parallel (1.12.1)
    parser (2.5.1.0)
      ast (~> 2.4.0)
    powerpack (0.1.1)
    rainbow (3.0.0)
    rake (12.3.1)
    rubocop (0.55.0)
      parallel (~> 1.10)
      parser (>= 2.5)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.9.0)
    unicode-display_width (1.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  rake
  rubocop

BUNDLED WITH
   1.14.6