summary refs log tree commit diff
path: root/pkgs/development/tools/rubocop/Gemfile.lock
blob: 0e6e3a7f3610d92ecb4f2567549365dede15e162 (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.4)
    parallel (1.19.1)
    parser (2.6.5.0)
      ast (~> 2.4.0)
    rainbow (3.0.0)
    rubocop (0.77.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    ruby-progressbar (1.10.1)
    unicode-display_width (1.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  rubocop

BUNDLED WITH
   2.1.4