forked from zaknelson/hike.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
112 lines (110 loc) · 2.36 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
agent_orange (0.1.6)
aws-sdk (1.29.1)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
backports (3.3.2)
chunky_png (1.2.8)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
css_parser (1.3.5)
addressable
diffy (3.0.1)
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
fssm (0.2.10)
htmlentities (4.3.1)
humanize (1.1.0)
jsmin (1.0.1)
json (1.7.6)
mime-types (1.25)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.5.0)
multi_json (1.7.7)
newrelic_rpm (3.6.4.122)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
pg (0.14.1)
premailer (1.7.3)
css_parser (>= 1.1.9)
htmlentities (>= 4.0.0)
puma (2.4.0)
rack (>= 1.1, < 2.0)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rack-throttle (0.3.0)
rack (>= 1.0.0)
rest-client (1.6.7)
mime-types (>= 1.16)
roodi (2.1.0)
ruby_parser
ruby_parser (3.1.3)
sexp_processor (~> 4.1)
sanitize (2.0.4)
nokogiri (~> 1.6.0)
sass (3.2.9)
sequel (3.39.0)
sexp_processor (4.2.1)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-assetpack (0.3.3)
jsmin
rack-test
sinatra
tilt (>= 1.3.0, < 2.0)
sinatra-contrib (1.4.0)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.4.2)
tilt (~> 1.3)
sinatra-partial (0.3.2)
sinatra
subexec (0.2.3)
tilt (1.4.1)
uglifier (2.1.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
uuidtools (2.1.3)
will_paginate (3.0.3)
PLATFORMS
ruby
DEPENDENCIES
agent_orange (= 0.1.6)
aws-sdk (= 1.29.1)
compass (= 0.12.2)
diffy (= 3.0.1)
humanize (= 1.1.0)
json (= 1.7.6)
mini_magick (= 3.7.0)
newrelic_rpm (= 3.6.4.122)
pg (= 0.14.1)
premailer (= 1.7.3)
puma (= 2.4.0)
rack-throttle (= 0.3.0)
rest-client (= 1.6.7)
roodi (= 2.1.0)
sanitize (= 2.0.4)
sass (= 3.2.9)
sequel (= 3.39.0)
sinatra (= 1.4.5)
sinatra-assetpack (= 0.3.3)
sinatra-contrib (= 1.4.0)
sinatra-partial (= 0.3.2)
uglifier (= 2.1.1)
uuidtools (= 2.1.3)
will_paginate (= 3.0.3)