Blame view

Gemfile.lock 1.63 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)
0a99bc5a   Ryker Labbee   Update readme wit...
6
        nokogiri (~> 1.11.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)
0a99bc5a   Ryker Labbee   Update readme wit...
18
      faraday (0.17.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)
0a99bc5a   Ryker Labbee   Update readme wit...
22
      mini_portile2 (2.5.3)
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)
0a99bc5a   Ryker Labbee   Update readme wit...
30
31
32
33
      multipart-post (2.1.1)
      nokogiri (1.11.6)
        mini_portile2 (~> 2.5.0)
        racc (~> 1.4)
bbf1c61a   Joe Weakley   Updated documenta...
34
35
36
37
      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...
38
39
40
      pry (0.11.3)
        coderay (~> 1.1.0)
        method_source (~> 0.9.0)
ab2264b2   Samuel J Clopton   Add the ability t...
41
42
43
      pry-byebug (3.7.0)
        byebug (~> 11.0)
        pry (~> 0.10)
f65bf747   Joe Weakley   Added and configu...
44
      public_suffix (3.0.2)
0a99bc5a   Ryker Labbee   Update readme wit...
45
      racc (1.5.2)
bbf1c61a   Joe Weakley   Updated documenta...
46
      rainbow (3.0.0)
51fb5579   Isaac Lewis   add client test, ...
47
      rake (10.5.0)
ab2264b2   Samuel J Clopton   Add the ability t...
48
      rb-readline (0.5.5)
bbf1c61a   Joe Weakley   Updated documenta...
49
50
51
52
53
54
55
56
      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...
57
      safe_yaml (1.0.4)
bbf1c61a   Joe Weakley   Updated documenta...
58
      unicode-display_width (1.3.0)
f65bf747   Joe Weakley   Added and configu...
59
60
61
62
63
      vcr (4.0.0)
      webmock (3.3.0)
        addressable (>= 2.3.6)
        crack (>= 0.3.2)
        hashdiff
51fb5579   Isaac Lewis   add client test, ...
64
65
66
67
68
69
70
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
f65bf747   Joe Weakley   Added and configu...
71
    minitest-vcr (~> 1.4.0)
db76748d   Isaac Lewis   cop a bunch of St...
72
    pry (~> 0.11)
ab2264b2   Samuel J Clopton   Add the ability t...
73
    pry-byebug
51fb5579   Isaac Lewis   add client test, ...
74
    rake (~> 10.0)
ab2264b2   Samuel J Clopton   Add the ability t...
75
    rb-readline
f4259c1e   Samuel J Clopton   fix tests and add...
76
    rubocop
96149efa   Isaac Lewis   working query browse
77
    syspro-ruby!
f65bf747   Joe Weakley   Added and configu...
78
    webmock (~> 3.3.0)
51fb5579   Isaac Lewis   add client test, ...
79
80
  
  BUNDLED WITH
0a99bc5a   Ryker Labbee   Update readme wit...
81
     1.17.3