Blame view

Gemfile.lock 496 Bytes
51fb5579   Isaac Lewis   add client test, ...
1
2
3
4
5
6
7
8
9
  PATH
    remote: .
    specs:
      syspro (0.1.0)
        faraday (~> 0.10)
  
  GEM
    remote: https://rubygems.org/
    specs:
db76748d   Isaac Lewis   cop a bunch of St...
10
      coderay (1.1.2)
51fb5579   Isaac Lewis   add client test, ...
11
12
      faraday (0.14.0)
        multipart-post (>= 1.2, < 3)
db76748d   Isaac Lewis   cop a bunch of St...
13
      method_source (0.9.0)
51fb5579   Isaac Lewis   add client test, ...
14
15
      minitest (5.11.3)
      multipart-post (2.0.0)
db76748d   Isaac Lewis   cop a bunch of St...
16
17
18
      pry (0.11.3)
        coderay (~> 1.1.0)
        method_source (~> 0.9.0)
51fb5579   Isaac Lewis   add client test, ...
19
20
21
22
23
24
25
26
      rake (10.5.0)
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
db76748d   Isaac Lewis   cop a bunch of St...
27
    pry (~> 0.11)
51fb5579   Isaac Lewis   add client test, ...
28
29
30
31
32
    rake (~> 10.0)
    syspro!
  
  BUNDLED WITH
     1.16.1