forked from DOOM-SQUAD/wyatt_netsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
44 lines (41 loc) · 922 Bytes
/
Gemfile.lock
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
GIT
remote: git://github.com/acumenbrands/wyatt.git
revision: d6ae2d2732c599857aa780655e0d8ba00ccc81ed
specs:
wyatt (0.0.0)
addressable
faraday
faraday_middleware
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.4)
coderay (1.0.9)
diff-lcs (1.2.4)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
method_source (0.8.1)
multipart-post (1.2.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
slop (3.4.5)
PLATFORMS
ruby
DEPENDENCIES
pry (= 0.9.12.2)
rake (= 10.0.4)
rspec (= 2.13.0)
wyatt!