Blame view

Gemfile.lock 1.47 KB
51fb5579   Isaac Lewis   add client test, ...
1
2
3
  PATH
    remote: .
    specs:
ec2356d2   Nathan-O   added parsing for...
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)
db76748d   Isaac Lewis   cop a bunch of St...
14
      coderay (1.1.2)
f65bf747   Joe Weakley   Added and configu...
15
16
      crack (0.4.3)
        safe_yaml (~> 1.0.0)
ec2356d2   Nathan-O   added parsing for...
17
      faraday (0.15.4)
51fb5579   Isaac Lewis   add client test, ...
18
        multipart-post (>= 1.2, < 3)
f65bf747   Joe Weakley   Added and configu...
19
      hashdiff (0.3.7)
db76748d   Isaac Lewis   cop a bunch of St...
20
      method_source (0.9.0)
bbf1c61a   Joe Weakley   Updated documenta...
21
      mini_portile2 (2.3.0)
f65bf747   Joe Weakley   Added and configu...
22
23
      minispec-metadata (2.0.0)
        minitest
51fb5579   Isaac Lewis   add client test, ...
24
      minitest (5.11.3)
f65bf747   Joe Weakley   Added and configu...
25
26
27
28
      minitest-vcr (1.4.0)
        minispec-metadata (~> 2.0)
        minitest (>= 4.7.5)
        vcr (>= 2.9)
51fb5579   Isaac Lewis   add client test, ...
29
      multipart-post (2.0.0)
ec2356d2   Nathan-O   added parsing for...
30
      nokogiri (1.8.5)
bbf1c61a   Joe Weakley   Updated documenta...
31
32
33
34
35
        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...
36
37
38
      pry (0.11.3)
        coderay (~> 1.1.0)
        method_source (~> 0.9.0)
f65bf747   Joe Weakley   Added and configu...
39
      public_suffix (3.0.2)
bbf1c61a   Joe Weakley   Updated documenta...
40
      rainbow (3.0.0)
51fb5579   Isaac Lewis   add client test, ...
41
      rake (10.5.0)
bbf1c61a   Joe Weakley   Updated documenta...
42
43
44
45
46
47
48
49
      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...
50
      safe_yaml (1.0.4)
bbf1c61a   Joe Weakley   Updated documenta...
51
      unicode-display_width (1.3.0)
f65bf747   Joe Weakley   Added and configu...
52
53
54
55
56
      vcr (4.0.0)
      webmock (3.3.0)
        addressable (>= 2.3.6)
        crack (>= 0.3.2)
        hashdiff
51fb5579   Isaac Lewis   add client test, ...
57
58
59
60
61
62
63
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
f65bf747   Joe Weakley   Added and configu...
64
    minitest-vcr (~> 1.4.0)
db76748d   Isaac Lewis   cop a bunch of St...
65
    pry (~> 0.11)
51fb5579   Isaac Lewis   add client test, ...
66
    rake (~> 10.0)
bbf1c61a   Joe Weakley   Updated documenta...
67
    rubocop (~> 0.54.0)
96149efa   Isaac Lewis   working query browse
68
    syspro-ruby!
f65bf747   Joe Weakley   Added and configu...
69
    webmock (~> 3.3.0)
51fb5579   Isaac Lewis   add client test, ...
70
71
  
  BUNDLED WITH
ec2356d2   Nathan-O   added parsing for...
72
     1.16.4