forked from bastien/recurly-client-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
77 lines (72 loc) · 1.6 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
GIT
remote: http://github.com/archiloque/rest-client.git
revision: bb165eb
specs:
rest-client (1.6.0)
mime-types (>= 1.16)
GIT
remote: http://github.com/bblimke/webmock.git
revision: 2970504
specs:
webmock (1.3.5)
addressable (>= 2.1.1)
crack (>= 0.1.7)
GIT
remote: http://github.com/myronmarston/vcr.git
revision: 30b6242a1b0e97a21c27808e416e9b9e8215f994
specs:
vcr (1.1.2)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.0.rc4)
activesupport (= 3.1.0.rc4)
bcrypt-ruby (~> 2.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activeresource (3.1.0.rc4)
activemodel (= 3.1.0.rc4)
activesupport (= 3.1.0.rc4)
activesupport (3.1.0.rc4)
multi_json (~> 1.0)
addressable (2.2.1)
autotest (4.4.1)
bcrypt-ruby (2.1.4)
builder (3.0.0)
columnize (0.3.1)
crack (0.1.8)
diff-lcs (1.1.2)
growl-glue (1.0.7)
i18n (0.6.0)
linecache (0.43)
mime-types (1.16)
multi_json (1.0.3)
nokogiri (1.4.4)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
PLATFORMS
ruby
DEPENDENCIES
activeresource (>= 3.1.0.rc4)
addressable (>= 2.2.1)
autotest
growl-glue
nokogiri
rest-client!
rspec (>= 2.0.0)
ruby-debug
vcr!
webmock!