This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Gemfile.lock
104 lines (102 loc) · 2.07 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
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
ansi (1.4.3)
batch (1.0.4)
builder (3.0.4)
docile (1.1.1)
dotenv (0.9.0)
hashr (0.0.22)
i18n (0.6.11)
kgio (2.8.1)
micromachine (1.1.0)
mime-types (2.3)
minitest (4.7.5)
minitest-ansi (0.1.3)
ansi (~> 1.3)
minitest (>= 2.5, < 5.0)
multi_json (1.8.4)
nest (1.1.2)
redis
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
netrc (0.7.7)
ohm (1.3.2)
nest (~> 1.0)
redis
scrivener (~> 0.0.3)
ohm-contrib (1.2)
ohm (~> 1.2)
oj (2.0.14)
psych (1.3.4)
rack (1.5.2)
rack-protection (1.5.1)
rack
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
raindrops (0.12.0)
rake (10.1.1)
redis (3.1.0)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
scrivener (0.0.3)
shotgun (0.9)
rack (>= 1.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
tilt (1.4.1)
tire (0.6.2)
activemodel (>= 3.0)
activesupport
ansi
hashr (~> 0.0.19)
multi_json (~> 1.3)
rake
rest-client (~> 1.6)
tzinfo (0.3.41)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 3.2.19)
batch (~> 1.0.2)
dotenv (~> 0.9.0)
micromachine (~> 1.1.0)
minitest (~> 4.7.1)
minitest-ansi (~> 0.1.2)
multi_json (~> 1.8.4)
net-sftp (~> 2.1.1)
ohm (~> 1.3.2)
ohm-contrib (~> 1.2)
oj (~> 2.0.14)
psych (~> 1.3.4)
rack-ssl (~> 1.3.3)
rack-test (~> 0.6.2)
rake (~> 10.1.1)
redis (~> 3.1.0)
shotgun (~> 0.9)
simplecov (~> 0.8.2)
sinatra (~> 1.3.6)
tire (~> 0.6.2)
tzinfo (~> 0.3.41)
unicorn (~> 4.6.3)