File: Gemfile.lock

package info (click to toggle)
ruby-simplecov-html 0.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,656 kB
  • sloc: javascript: 20,320; ruby: 118; makefile: 15
file content (59 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
GIT
  remote: https://github.com/simplecov-ruby/simplecov.git
  revision: 80700ec9f9b5ae426c22d06f62620f7e7b71ff42
  specs:
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)

PATH
  remote: .
  specs:
    simplecov-html (0.12.3)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    concurrent-ruby (1.1.5)
    docile (1.3.2)
    execjs (2.7.0)
    jaro_winkler (1.5.4)
    minitest (5.14.0)
    parallel (1.19.1)
    parser (2.7.0.2)
      ast (~> 2.4.0)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (13.0.1)
    rubocop (0.79.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    ruby-progressbar (1.10.1)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    uglifier (4.2.0)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.6.1)
    yui-compressor (0.12.0)

PLATFORMS
  ruby

DEPENDENCIES
  minitest
  rake (>= 11)
  rubocop
  simplecov!
  simplecov-html!
  sprockets (~> 3.7)
  uglifier
  yui-compressor

BUNDLED WITH
   2.1.4