summary refs log tree commit diff
path: root/pkgs/development/tools/rubocop/Gemfile.lock
blob: d477fff7177967073795bd0d8b22c30a2e3d7ff9 (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
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    jaro_winkler (1.5.2)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    rainbow (3.0.0)
    rubocop (0.68.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.6)
    ruby-progressbar (1.10.0)
    unicode-display_width (1.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  rubocop

BUNDLED WITH
   1.17.2