-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile.lock
83 lines (81 loc) · 1.71 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
78
79
80
81
82
83
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.2)
connexionz (1.0.3)
faraday (~> 0.7.4)
faraday_middleware (~> 0.8.4)
hashie (~> 1.2.0)
multi_json (~> 1.0.4)
multi_xml (~> 0.4.1)
patron (~> 0.4.17)
rash (~> 0.3.0)
crack (0.3.1)
daemons (1.1.9)
diff-lcs (1.1.3)
eventmachine (0.12.10)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
haml (3.1.7)
hashie (1.2.0)
json (1.6.3)
json_pure (1.6.3)
multi_json (1.0.4)
multi_xml (0.4.4)
multipart-post (1.1.5)
newrelic_rpm (3.5.3.25)
patron (0.4.18)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rash (0.3.2)
hashie (~> 1.2.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
tropo-webapi-ruby (0.1.11)
hashie (>= 0.2.0)
json_pure (>= 1.2.0)
webmock (1.7.10)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)
PLATFORMS
ruby
DEPENDENCIES
connexionz
haml
json
newrelic_rpm
rack-test
rake
rspec
simplecov
sinatra
thin
tropo-webapi-ruby
webmock