summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/solargraph/Gemfile.lock
blob: edd946d9285040b28a491c5fb819e8d8c2e8f797 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    backport (1.1.2)
    htmlentities (4.3.4)
    jaro_winkler (1.5.3)
    mini_portile2 (2.4.0)
    nokogiri (1.10.4)
      mini_portile2 (~> 2.4.0)
    parallel (1.18.0)
    parser (2.6.5.0)
      ast (~> 2.4.0)
    rainbow (3.0.0)
    reverse_markdown (1.3.0)
      nokogiri
    rubocop (0.75.1)
      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)
    solargraph (0.37.2)
      backport (~> 1.1)
      bundler (>= 1.17.2)
      htmlentities (~> 4.3, >= 4.3.4)
      jaro_winkler (~> 1.5)
      nokogiri (~> 1.9, >= 1.9.1)
      parser (~> 2.3)
      reverse_markdown (~> 1.0, >= 1.0.5)
      rubocop (~> 0.52)
      thor (~> 0.19, >= 0.19.4)
      tilt (~> 2.0)
      yard (~> 0.9)
    thor (0.20.3)
    tilt (2.0.10)
    unicode-display_width (1.6.0)
    yard (0.9.20)

PLATFORMS
  ruby

DEPENDENCIES
  solargraph!

BUNDLED WITH
   1.17.2