-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
110 lines (108 loc) · 2.33 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
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.2.8)
async_sinatra (0.5.0)
rack (>= 1.2.1)
sinatra (>= 1.0)
builder (3.0.4)
caldecott (0.0.5)
addressable (~> 2.2.6)
async_sinatra (~> 0.5.0)
em-http-request (~> 0.3.0)
em-websocket (~> 0.3.1)
json (~> 1.6.1)
uuidtools (~> 2.1.2)
coderay (1.0.9)
daemons (1.1.9)
dotenv (0.7.0)
em-http-request (0.3.0)
addressable (>= 2.0.0)
escape_utils
eventmachine (>= 0.12.9)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
escape_utils (0.3.2)
eventmachine (1.0.3)
hashie (2.0.5)
i18n (0.6.1)
interact (0.4.8)
json (1.6.8)
json_pure (1.6.8)
method_source (0.8.1)
mime-types (1.23)
mongoid (3.1.4)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.22)
moped (1.5.0)
multi_json (1.7.3)
oauth (0.4.7)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-twitter (0.0.16)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
origin (1.1.0)
powder (0.2.0)
thor (>= 0.11.5)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.5.2)
rack-protection (1.5.0)
rack
rb-readline (0.4.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.9)
sinatra (1.4.2)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.4.5)
terminal-table (1.4.5)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.4.1)
tzinfo (0.3.37)
uuidtools (2.1.4)
vmc (0.3.18)
addressable (~> 2.2.6)
interact (~> 0.4.0)
json_pure (>= 1.5.1, < 1.7.0)
rb-readline (~> 0.4.2)
rest-client (>= 1.6.1, < 1.7.0)
rubyzip (~> 0.9.4)
terminal-table (~> 1.4.2)
uuidtools (~> 2.1.0)
PLATFORMS
ruby
DEPENDENCIES
caldecott (~> 0.0.5)
dotenv
json (~> 1.6.1)
mongoid
omniauth
omniauth-twitter
powder
pry
sinatra
thin
vmc