aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/tools/misc/html-proofer/Gemfile.lock
blob: 489fa555c5de202b9e1d22ee29e494ccd4c8326e (plain)
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
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ethon (0.12.0)
      ffi (>= 1.3.0)
    ffi (1.13.1)
    html-proofer (3.16.0)
      addressable (~> 2.3)
      mercenary (~> 0.3)
      nokogumbo (~> 2.0)
      parallel (~> 1.3)
      rainbow (~> 3.0)
      typhoeus (~> 1.3)
      yell (~> 2.0)
    mercenary (0.4.0)
    mini_portile2 (2.4.0)
    nokogiri (1.10.10)
      mini_portile2 (~> 2.4.0)
    nokogumbo (2.0.2)
      nokogiri (~> 1.8, >= 1.8.4)
    parallel (1.19.2)
    public_suffix (4.0.6)
    rainbow (3.0.0)
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
    yell (2.2.2)

PLATFORMS
  ruby

DEPENDENCIES
  html-proofer

BUNDLED WITH
   2.1.4