summary refs log tree commit diff
path: root/pkgs/tools/misc/html-proofer/Gemfile.lock
blob: cab69d41f9365930f912da9b14134d63d7756df0 (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
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.12.1)
    html-proofer (3.15.1)
      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.7)
      mini_portile2 (~> 2.4.0)
    nokogumbo (2.0.2)
      nokogiri (~> 1.8, >= 1.8.4)
    parallel (1.19.1)
    public_suffix (4.0.3)
    rainbow (3.0.0)
    typhoeus (1.3.1)
      ethon (>= 0.9.0)
    yell (2.2.1)

PLATFORMS
  ruby

DEPENDENCIES
  html-proofer

BUNDLED WITH
   1.17.3