Blame view

Gemfile.lock 361 Bytes
51fb5579   Isaac Lewis   add client test, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  PATH
    remote: .
    specs:
      syspro (0.1.0)
        faraday (~> 0.10)
  
  GEM
    remote: https://rubygems.org/
    specs:
      faraday (0.14.0)
        multipart-post (>= 1.2, < 3)
      minitest (5.11.3)
      multipart-post (2.0.0)
      rake (10.5.0)
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    bundler (~> 1.16)
    minitest (~> 5.0)
    rake (~> 10.0)
    syspro!
  
  BUNDLED WITH
     1.16.1