Blame view

Gemfile.lock 1.6 KB
51fb5579   Isaac Lewis   add client test, ...
1
2
3
  PATH
    remote: .
    specs:
1fce007e   Nathan Ockerman   LM Issue 769 - sa...
4
      syspro-ruby (1.0.0.alpha.2)
51fb5579   Isaac Lewis   add client test, ...
5
        faraday (~> 0.10)
bbf1c61a   Joe Weakley   Updated documenta...
6
        nokogiri (~> 1.8.2)
51fb5579   Isaac Lewis   add client test, ...
7
8
9
10
  
  GEM
    remote: https://rubygems.org/
    specs:
f65bf747   Joe Weakley   Added and configu...
11
12
      addressable (2.5.2)
        public_suffix (>= 2.0.2, < 4.0)
bbf1c61a   Joe Weakley   Updated documenta...
13
      ast (2.4.0)
ab2264b2   Samuel J Clopton   Add the ability t...
14
      byebug (11.0.1)
db76748d   Isaac Lewis   cop a bunch of St...
15
      coderay (1.1.2)
f65bf747   Joe Weakley   Added and configu...
16
17
      crack (0.4.3)
        safe_yaml (~> 1.0.0)
1fce007e   Nathan Ockerman   LM Issue 769 - sa...
18
      faraday (0.15.4)
51fb5579   Isaac Lewis   add client test, ...
19
        multipart-post (>= 1.2, < 3)
f65bf747   Joe Weakley   Added and configu...
20
      hashdiff (0.3.7)
db76748d   Isaac Lewis   cop a bunch of St...
21
      method_source (0.9.0)
bbf1c61a   Joe Weakley   Updated documenta...
22
      mini_portile2 (2.3.0)
f65bf747   Joe Weakley   Added and configu...
23
24
      minispec-metadata (2.0.0)
        minitest
51fb5579   Isaac Lewis   add client test, ...
25
      minitest (5.11.3)
f65bf747   Joe Weakley   Added and configu...
26
27
28
29
      minitest-vcr (1.4.0)
        minispec-metadata (~> 2.0)
        minitest (>= 4.7.5)
        vcr (>= 2.9)
51fb5579   Isaac Lewis   add client test, ...
30
      multipart-post (2.0.0)
1fce007e   Nathan Ockerman   LM Issue 769 - sa...
31
      nokogiri (1.8.5)
bbf1c61a   Joe Weakley   Updated documenta...
32
33
34
35
36
        mini_portile2 (~> 2.3.0)
      parallel (1.12.1)
      parser (2.5.0.5)
        ast (~> 2.4.0)
      powerpack (0.1.1)
db76748d   Isaac Lewis   cop a bunch of St...
37
38
39
      pry (0.11.3)
        coderay (~> 1.1.0)
        method_source (~> 0.9.0)
ab2264b2   Samuel J Clopton   Add the ability t...
40
41
42
      pry-byebug (3.7.0)
        byebug (~> 11.0)
        pry (~> 0.10)
f65bf747   Joe Weakley   Added and configu...
43
      public_suffix (3.0.2)
bbf1c61a   Joe Weakley   Updated documenta...
44
      rainbow (3.0.0)
51fb5579   Isaac Lewis   add client test, ...
45
      rake (10.5.0)
ab2264b2   Samuel J Clopton   Add the ability t...
46
      rb-readline (0.5.5)
bbf1c61a   Joe Weakley   Updated documenta...
47
48
49
50
51
52
53
54
      rubocop (0.54.0)
        parallel (~> 1.10)
        parser (>= 2.5)
        powerpack (~> 0.1)
        rainbow (>= 2.2.2, < 4.0)
        ruby-progressbar (~> 1.7)
        unicode-display_width (~> 1.0, >= 1.0.1)
      ruby-progressbar (1.9.0)
f65bf747   Joe Weakley   Added and configu...
55
      safe_yaml (1.0.4)
bbf1c61a   Joe Weakley   Updated documenta...
56
      unicode-display_width (1.3.0)
f65bf747   Joe Weakley   Added and configu...
57
58
59
60
61
      vcr (4.0.0)
      webmock (3.3.0)
        addressable (>= 2.3.6)
        crack (>= 0.3.2)
        hashdiff
51fb5579   Isaac Lewis   add client test, ...
62
63
64
65
66
67
68
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
f65bf747   Joe Weakley   Added and configu...
69
    minitest-vcr (~> 1.4.0)
db76748d   Isaac Lewis   cop a bunch of St...
70
    pry (~> 0.11)
ab2264b2   Samuel J Clopton   Add the ability t...
71
    pry-byebug
51fb5579   Isaac Lewis   add client test, ...
72
    rake (~> 10.0)
ab2264b2   Samuel J Clopton   Add the ability t...
73
    rb-readline
bbf1c61a   Joe Weakley   Updated documenta...
74
    rubocop (~> 0.54.0)
96149efa   Isaac Lewis   working query browse
75
    syspro-ruby!
f65bf747   Joe Weakley   Added and configu...
76
    webmock (~> 3.3.0)
51fb5579   Isaac Lewis   add client test, ...
77
78
  
  BUNDLED WITH
1fce007e   Nathan Ockerman   LM Issue 769 - sa...
79
     1.16.4