forked from tjsingleton/twilio-rb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
56 lines (53 loc) · 1.07 KB
/
Gemfile.lock
File metadata and controls
56 lines (53 loc) · 1.07 KB
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
PATH
remote: .
specs:
twilio-rb (2.2.0)
activesupport (>= 3.0.0)
builder (>= 2.1.2)
httparty (>= 0.6.1)
i18n (~> 0.5)
jwt (>= 0.1.3)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
builder (3.0.0)
crack (0.3.1)
diff-lcs (1.1.3)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.0)
json (1.7.3)
jwt (0.1.4)
json (>= 1.2.4)
metaclass (0.0.1)
mocha (0.12.0)
metaclass (~> 0.0.1)
multi_json (1.3.6)
multi_xml (0.5.1)
rake (0.8.7)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
timecop (0.3.5)
webmock (1.8.7)
addressable (>= 2.2.7)
crack (>= 0.1.7)
PLATFORMS
ruby
DEPENDENCIES
mocha (>= 0.9.10)
rake (~> 0.8.7)
rspec (>= 2.2.0)
timecop (>= 0.3.5)
twilio-rb!
webmock (>= 1.6.1)