This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 205
/
Gemfile.lock
128 lines (124 loc) · 2.77 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
PATH
remote: .
specs:
slanger (0.6.0)
activesupport (~> 4.2.1)
em-hiredis (~> 0.2.0)
em-http-request (~> 0.3.0)
em-websocket (~> 0.5.1)
eventmachine (~> 1.0.0)
oj (~> 2.12.9)
rack (~> 1.4.5)
rack-fiber_pool (~> 0.9.2)
signature (~> 0.1.6)
sinatra (~> 1.4.4)
thin (~> 1.6.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
coderay (1.1.0)
columnize (0.9.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.2.3)
debugger-linecache (1.2.0)
diff-lcs (1.3)
em-hiredis (0.2.1)
hiredis (~> 0.4.0)
em-http-request (0.3.0)
addressable (>= 2.0.0)
escape_utils
eventmachine (>= 0.12.9)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
escape_utils (1.1.0)
eventmachine (1.0.8)
haml (3.1.8)
hiredis (0.4.5)
http_parser.rb (0.6.0)
httpclient (2.6.0.1)
i18n (0.7.0)
json (1.8.3)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.8.4)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.11.0)
oj (2.12.12)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (2.0.0)
byebug (~> 3.4)
pry (~> 0.10)
pusher (0.14.4)
httpclient (~> 2.5)
multi_json (~> 1.0)
signature (~> 0.1.8)
rack (1.4.7)
rack-fiber_pool (0.9.3)
rack-protection (1.5.3)
rack
rake (10.4.2)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
safe_yaml (1.0.4)
signature (0.1.8)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thread_safe (0.3.5)
tilt (2.0.2)
timecop (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
webmock (1.8.11)
addressable (>= 2.2.7)
crack (>= 0.1.7)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.5)
haml (~> 3.1.2)
mocha (~> 0.13.2)
pry (~> 0.10.1)
pry-byebug (~> 2.0.0)
pusher (~> 0.14.2)
rake (~> 10.4.2)
rspec (~> 3.6.0)
slanger!
timecop (~> 0.3.5)
webmock (~> 1.8.7)
BUNDLED WITH
1.15.3