-
Notifications
You must be signed in to change notification settings - Fork 48
/
Gemfile.lock
83 lines (81 loc) · 1.64 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:
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.3.5)
blankslate (2.1.2.4)
bson (1.9.1)
bson_ext (1.9.1)
bson (~> 1.9.1)
builder (3.0.4)
celluloid (0.15.2)
timers (~> 1.1.0)
coderay (1.0.9)
connection_pool (1.1.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
i18n (0.6.1)
json (1.8.0)
method_source (0.8.2)
mongo (1.9.1)
bson (~> 1.9.1)
mongo_mapper (0.12.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.5.2)
multi_json (1.6.1)
multipart-post (1.2.0)
oauth (0.4.7)
octokit (2.3.1)
sawyer (~> 0.5.1)
parslet (1.5.0)
blankslate (~> 2.0)
plucky (0.5.2)
mongo (~> 1.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
rake (10.0.4)
redis (3.0.5)
redis-namespace (1.3.1)
redis (~> 3.0.0)
sawyer (0.5.1)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
sidekiq (2.15.1)
celluloid (>= 0.15.1)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.4)
redis-namespace (>= 1.3.1)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.4.6)
tilt (1.4.1)
timers (1.1.0)
toml (0.0.4)
parslet
PLATFORMS
ruby
DEPENDENCIES
bson_ext
mongo_mapper
multi_json (= 1.6.1)
oauth
octokit
pry
rake
sidekiq
sinatra
toml (~> 0.0.3)