Blame view

Gemfile.lock 1021 Bytes
51fb5579   Isaac Lewis   add client test, ...
1
2
3
  PATH
    remote: .
    specs:
96149efa   Isaac Lewis   working query browse
4
      syspro-ruby (0.1.0)
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:
bbf1c61a   Joe Weakley   Updated documenta...
11
      ast (2.4.0)
db76748d   Isaac Lewis   cop a bunch of St...
12
      coderay (1.1.2)
51fb5579   Isaac Lewis   add client test, ...
13
14
      faraday (0.14.0)
        multipart-post (>= 1.2, < 3)
db76748d   Isaac Lewis   cop a bunch of St...
15
      method_source (0.9.0)
bbf1c61a   Joe Weakley   Updated documenta...
16
      mini_portile2 (2.3.0)
51fb5579   Isaac Lewis   add client test, ...
17
18
      minitest (5.11.3)
      multipart-post (2.0.0)
bbf1c61a   Joe Weakley   Updated documenta...
19
20
21
22
23
24
      nokogiri (1.8.2)
        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...
25
26
27
      pry (0.11.3)
        coderay (~> 1.1.0)
        method_source (~> 0.9.0)
bbf1c61a   Joe Weakley   Updated documenta...
28
      rainbow (3.0.0)
51fb5579   Isaac Lewis   add client test, ...
29
      rake (10.5.0)
bbf1c61a   Joe Weakley   Updated documenta...
30
31
32
33
34
35
36
37
38
      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)
      unicode-display_width (1.3.0)
51fb5579   Isaac Lewis   add client test, ...
39
40
41
42
43
44
45
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
db76748d   Isaac Lewis   cop a bunch of St...
46
    pry (~> 0.11)
51fb5579   Isaac Lewis   add client test, ...
47
    rake (~> 10.0)
bbf1c61a   Joe Weakley   Updated documenta...
48
    rubocop (~> 0.54.0)
96149efa   Isaac Lewis   working query browse
49
    syspro-ruby!
51fb5579   Isaac Lewis   add client test, ...
50
51
52
  
  BUNDLED WITH
     1.16.1