summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 22848f45426dc78079680674aa3ce022f32b69b2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
PATH
  remote: .
  specs:
    nickserver (0.10.0)
      http
      nio4r (~> 1.2)
      reel

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.1)
      public_suffix (~> 2.0, >= 2.0.2)
    byebug (9.0.6)
    celluloid (0.17.3)
      celluloid-essentials
      celluloid-extras
      celluloid-fsm
      celluloid-pool
      celluloid-supervision
      timers (>= 4.1.1)
    celluloid-essentials (0.20.5)
      timers (>= 4.1.1)
    celluloid-extras (0.20.5)
      timers (>= 4.1.1)
    celluloid-fsm (0.20.5)
      timers (>= 4.1.1)
    celluloid-io (0.17.3)
      celluloid (>= 0.17.2)
      nio4r (>= 1.1)
      timers (>= 4.1.1)
    celluloid-pool (0.20.5)
      timers (>= 4.1.1)
    celluloid-supervision (0.20.6)
      timers (>= 4.1.1)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    hitimes (1.2.5)
    http (2.2.2)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 1.0.1)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (1.0.3)
    http_parser.rb (0.6.0)
    minitest (5.10.2)
    nio4r (1.2.1)
    public_suffix (2.0.5)
    rake (12.0.0)
    reel (0.6.1)
      celluloid (>= 0.15.1)
      celluloid-io (>= 0.15.0)
      http (>= 0.6.0.pre)
      http_parser.rb (>= 0.6.0)
      websocket-driver (>= 0.5.1)
    timers (4.1.2)
      hitimes
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)

PLATFORMS
  ruby

DEPENDENCIES
  byebug
  minitest
  nickserver!
  rake

BUNDLED WITH
   1.15.2