-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Gemfile.lock
165 lines (161 loc) · 3.26 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
GEM
remote: https://rubygems.org/
specs:
accentless (1.0.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
coderay (1.1.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
dalli (2.7.6)
database_cleaner (1.5.3)
excon (0.71.0)
execjs (2.7.0)
ffi (1.13.1)
fog-aws (2.0.0)
fog-core (~> 1.38)
fog-json (~> 1.0)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-core (1.45.0)
builder
excon (~> 0.58)
formatador (~> 0.2)
fog-json (1.0.2)
fog-core (~> 1.0)
multi_json (~> 1.10)
fog-xml (0.1.3)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5)
google-id-token (1.3.1)
jwt
multi_json
http-accept (2.2.0)
httpi (2.4.4)
rack
socksify
i18n (1.8.3)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3)
jwt (1.5.6)
kgio (2.11.1)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.8.5)
minitest (5.8.3)
mocha (1.2.1)
metaclass (~> 0.0.1)
multi_json (1.15.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
naturally (2.1.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth (0.5.5)
oj (3.7.1)
overpass-api-ruby (0.3.1)
httpi (~> 2.4)
pg (0.19.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (4.0.6)
racc (1.7.3)
rack (2.2.9)
rack-cache (1.7.0)
rack (>= 0.4)
rack-protection (2.2.3)
rack
rack-ssl-enforcer (0.2.9)
rack-test (1.1.0)
rack (>= 1.0, < 3)
raindrops (0.19.0)
rake (12.3.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
ruby2_keywords (0.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sequel (4.41.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-asset-pipeline (2.2.0)
coffee-script (~> 2.4)
rake (~> 12.3)
sass (~> 3.5)
sinatra (~> 2.0)
sprockets (~> 3.7)
sprockets-helpers (~> 1.2)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
sitemap_generator (6.3.0)
builder (~> 3.0)
slop (3.6.0)
socksify (1.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.3.0)
sprockets (>= 2.2)
tilt (2.3.0)
timecop (0.8.1)
unicorn (5.4.0)
kgio (~> 2.6)
raindrops (~> 0.7)
PLATFORMS
ruby
DEPENDENCIES
accentless
addressable
dalli
database_cleaner
fog-aws
google-id-token
http-accept
i18n (~> 1.8)
jwt
mime-types
minitest
mocha
naturally
oauth
oj
overpass-api-ruby
pg
pry
rack-cache
rack-ssl-enforcer
rack-test
rake
sequel
sinatra
sinatra-asset-pipeline (>= 2.2.0)
sinatra-contrib
sitemap_generator
timecop
unicorn
RUBY VERSION
ruby 2.6.10p210
BUNDLED WITH
2.4.22