Gemfile.lock 25.7 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
V
Valery Sizov 已提交
4
    CFPropertyList (2.3.2)
5
    RedCloth (4.2.9)
D
Dmitriy Zaporozhets 已提交
6
    ace-rails-ap (2.0.1)
R
Robert Speicher 已提交
7 8 9 10
    actionmailer (4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
V
Vinnie Okada 已提交
11
      mail (~> 2.5, >= 2.5.4)
V
Valery Sizov 已提交
12
      rails-dom-testing (~> 1.0, >= 1.0.5)
R
Robert Speicher 已提交
13 14 15
    actionpack (4.2.6)
      actionview (= 4.2.6)
      activesupport (= 4.2.6)
V
Valery Sizov 已提交
16
      rack (~> 1.6)
17
      rack-test (~> 0.6.2)
V
Valery Sizov 已提交
18 19
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
R
Robert Speicher 已提交
20 21
    actionview (4.2.6)
      activesupport (= 4.2.6)
M
Marin Jankovski 已提交
22 23
      builder (~> 3.1)
      erubis (~> 2.7.0)
V
Valery Sizov 已提交
24 25
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
R
Robert Speicher 已提交
26 27
    activejob (4.2.6)
      activesupport (= 4.2.6)
V
Valery Sizov 已提交
28
      globalid (>= 0.3.0)
R
Robert Speicher 已提交
29 30
    activemodel (4.2.6)
      activesupport (= 4.2.6)
M
Marin Jankovski 已提交
31
      builder (~> 3.1)
R
Robert Speicher 已提交
32 33 34
    activerecord (4.2.6)
      activemodel (= 4.2.6)
      activesupport (= 4.2.6)
V
Valery Sizov 已提交
35
      arel (~> 6.0)
D
Douwe Maan 已提交
36
    activerecord-deprecated_finders (1.0.4)
V
Valery Sizov 已提交
37
    activerecord-session_store (0.1.2)
D
Douwe Maan 已提交
38 39 40
      actionpack (>= 4.0.0, < 5)
      activerecord (>= 4.0.0, < 5)
      railties (>= 4.0.0, < 5)
R
Robert Speicher 已提交
41
    activesupport (4.2.6)
V
Valery Sizov 已提交
42
      i18n (~> 0.7)
M
Marin Jankovski 已提交
43 44
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
V
Valery Sizov 已提交
45
      thread_safe (~> 0.3, >= 0.3.4)
M
Marin Jankovski 已提交
46
      tzinfo (~> 1.1)
N
Nihad Abbasov 已提交
47 48
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
49
    addressable (2.3.8)
V
Valery Sizov 已提交
50 51
    after_commit_queue (1.3.0)
      activerecord (>= 3.0)
52
    akismet (2.0.0)
53
    allocations (1.0.4)
D
Douwe Maan 已提交
54 55 56
    annotate (2.6.10)
      activerecord (>= 3.2, <= 4.3)
      rake (~> 10.4)
V
Valery Sizov 已提交
57
    arel (6.0.3)
R
Robert Speicher 已提交
58 59 60 61 62
    asana (0.4.0)
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
V
Valery Sizov 已提交
63
    asciidoctor (1.5.3)
64
    ast (2.2.0)
D
Dmitriy Zaporozhets 已提交
65 66
    attr_encrypted (1.3.4)
      encryptor (>= 1.3.0)
V
Valery Sizov 已提交
67
    attr_required (1.0.0)
68
    autoprefixer-rails (6.2.3)
D
Dmitriy Zaporozhets 已提交
69 70
      execjs
      json
71
    awesome_print (1.2.0)
D
Douwe Maan 已提交
72 73 74 75
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
76
    babosa (1.0.2)
D
Douwe Maan 已提交
77
    bcrypt (3.1.10)
78
    benchmark-ips (2.3.0)
79
    better_errors (1.0.1)
80
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
81
      erubis (>= 2.6.6)
82
    binding_of_caller (0.7.2)
83
      debug_inspector (>= 0.0.1)
84 85 86
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
87
    brakeman (3.2.1)
D
Dmitriy Zaporozhets 已提交
88 89
      erubis (~> 2.6)
      haml (>= 3.0, < 5.0)
R
Robert Speicher 已提交
90
      highline (>= 1.6.20, < 2.0)
91 92
      ruby2ruby (~> 2.3.0)
      ruby_parser (~> 3.8.1)
R
Robert Speicher 已提交
93
      safe_yaml (>= 1.0)
D
Dmitriy Zaporozhets 已提交
94
      sass (~> 3.0)
R
Robert Speicher 已提交
95
      slim (>= 1.3.6, < 4.0)
D
Dmitriy Zaporozhets 已提交
96
      terminal-table (~> 1.4)
V
Valery Sizov 已提交
97
    browser (1.0.1)
M
Marin Jankovski 已提交
98
    builder (3.2.2)
C
connorshea 已提交
99
    bullet (5.0.0)
Y
Yorick Peterse 已提交
100 101
      activesupport (>= 3.0.0)
      uniform_notifier (~> 1.9.0)
102
    bundler-audit (0.5.0)
D
Dmitriy Zaporozhets 已提交
103 104
      bundler (~> 1.2)
      thor (~> 0.18)
105
    byebug (8.2.1)
106
    cal-heatmap-rails (3.5.1)
S
Stan Hu 已提交
107 108
    capybara (2.6.2)
      addressable
G
gitlabhq 已提交
109 110 111 112
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
113
      xpath (~> 2.0)
D
Douwe Maan 已提交
114
    capybara-screenshot (1.0.11)
R
Robert Speicher 已提交
115 116
      capybara (>= 1.0, < 3)
      launchy
R
Rubén Dávila 已提交
117
    carrierwave (0.10.0)
118 119
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
120
      json (>= 1.7)
R
Rubén Dávila 已提交
121
      mime-types (>= 1.16)
122
    cause (0.1)
S
Stan Hu 已提交
123
    charlock_holmes (0.7.3)
V
Valery Sizov 已提交
124
    chunky_png (1.3.5)
125
    cliver (0.3.2)
126
    coderay (1.1.0)
127
    coercible (1.0.0)
128
      descendants_tracker (~> 0.0.1)
129
    coffee-rails (4.1.1)
G
gitlabhq 已提交
130
      coffee-script (>= 2.2.0)
131
      railties (>= 4.0.0, < 5.1.x)
R
Robert Speicher 已提交
132
    coffee-script (2.4.1)
G
gitlabhq 已提交
133 134
      coffee-script-source
      execjs
135
    coffee-script-source (1.10.0)
R
Robert Speicher 已提交
136
    colorize (0.7.7)
G
Gabriel Mazetto 已提交
137
    concurrent-ruby (1.0.0)
D
Douwe Maan 已提交
138
    connection_pool (2.2.0)
139
    coveralls (0.8.13)
140
      json (~> 1.8)
141
      simplecov (~> 0.11.0)
142 143
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
V
Valery Sizov 已提交
144
      tins (~> 1.6.0)
145
    crack (0.4.3)
146
      safe_yaml (~> 1.0.0)
R
Robert Speicher 已提交
147
    creole (0.5.0)
D
Douwe Maan 已提交
148 149
    css_parser (1.3.7)
      addressable
150
    d3_rails (3.5.11)
151
      railties (>= 3.1.0)
D
Douwe Maan 已提交
152
    daemons (1.2.3)
153
    database_cleaner (1.4.1)
154
    debug_inspector (0.0.2)
155
    debugger-ruby_core_source (1.3.8)
D
Douwe Maan 已提交
156
    default_value_for (3.0.1)
D
Dmitriy Zaporozhets 已提交
157
      activerecord (>= 3.2.0, < 5.0)
D
Douwe Maan 已提交
158 159
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
160
    devise (3.5.4)
M
Marin Jankovski 已提交
161
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
162
      orm_adapter (~> 0.1)
163
      railties (>= 3.2.6, < 5)
R
Robert Speicher 已提交
164
      responders
M
Marin Jankovski 已提交
165
      thread_safe (~> 0.1)
166
      warden (~> 1.2.3)
M
Marin Jankovski 已提交
167 168
    devise-async (0.9.0)
      devise (~> 3.2)
V
Valery Sizov 已提交
169
    devise-two-factor (2.0.1)
170 171
      activesupport
      attr_encrypted (~> 1.3.2)
R
Robert Speicher 已提交
172
      devise (~> 3.5.0)
D
Douwe Maan 已提交
173
      railties
174
      rotp (~> 2)
175
    diff-lcs (1.2.5)
D
Douwe Maan 已提交
176
    diffy (3.0.7)
D
DJ Mountney 已提交
177
    docile (1.1.5)
R
Robert Speicher 已提交
178
    doorkeeper (2.2.2)
V
Valery Sizov 已提交
179
      railties (>= 3.2)
V
Valery Sizov 已提交
180
    dropzonejs-rails (0.7.2)
181
      rails (> 3.1)
D
Douwe Maan 已提交
182
    email_reply_parser (0.5.8)
R
Robert Speicher 已提交
183
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
184
      launchy (~> 2.1)
185
      mail (~> 2.2)
186
    encryptor (1.3.0)
D
Douwe Maan 已提交
187
    equalizer (0.0.11)
G
gitlabhq 已提交
188
    erubis (2.7.0)
189
    escape_utils (1.1.0)
D
Douwe Maan 已提交
190 191 192
    eventmachine (1.0.8)
    excon (0.45.4)
    execjs (2.6.0)
R
Robert Schilling 已提交
193
    expression_parser (0.9.0)
194
    factory_girl (4.5.0)
R
Robert Speicher 已提交
195
      activesupport (>= 3.0.0)
196 197
    factory_girl_rails (4.6.0)
      factory_girl (~> 4.5.0)
R
Robert Speicher 已提交
198
      railties (>= 3.0.0)
R
Robert Speicher 已提交
199 200
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
D
Douwe Maan 已提交
201 202
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
R
Robert Speicher 已提交
203 204 205
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
R
Robert Speicher 已提交
206
    ffaker (2.0.0)
D
Douwe Maan 已提交
207
    ffi (1.9.10)
208 209
    fission (0.5.0)
      CFPropertyList (~> 2.2)
210 211 212
    flay (2.6.1)
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
213 214 215
    flog (4.3.2)
      ruby_parser (~> 3.1, > 3.1.0)
      sexp_processor (~> 4.4)
V
Valery Sizov 已提交
216
    flowdock (0.7.1)
217 218
      httparty (~> 0.7)
      multi_json
S
Stan Hu 已提交
219 220 221 222
    fog (1.36.0)
      fog-aliyun (>= 0.1.0)
      fog-atmos
      fog-aws (>= 0.6.0)
223
      fog-brightbox (~> 0.4)
S
Stan Hu 已提交
224 225 226 227
      fog-core (~> 1.32)
      fog-dynect (~> 0.0.2)
      fog-ecloud (~> 0.1)
      fog-google (<= 0.1.0)
228
      fog-json
S
Stan Hu 已提交
229 230
      fog-local
      fog-powerdns (>= 0.1.1)
231 232
      fog-profitbricks
      fog-radosgw (>= 0.0.2)
S
Stan Hu 已提交
233
      fog-riakcs
234
      fog-sakuracloud (>= 0.0.4)
S
Stan Hu 已提交
235
      fog-serverlove
236
      fog-softlayer
S
Stan Hu 已提交
237
      fog-storm_on_demand
238 239 240
      fog-terremark
      fog-vmfusion
      fog-voxel
S
Stan Hu 已提交
241
      fog-xenserver
242 243
      fog-xml (~> 0.1.1)
      ipaddress (~> 0.5)
244
      nokogiri (~> 1.5, >= 1.5.11)
S
Stan Hu 已提交
245 246 247 248 249 250 251 252 253 254 255 256 257
    fog-aliyun (0.1.0)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
    fog-atmos (0.1.0)
      fog-core
      fog-xml
    fog-aws (0.8.1)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
258
    fog-brightbox (0.10.1)
259
      fog-core (~> 1.22)
260
      fog-json
261
      inflecto (~> 0.0.2)
V
Valery Sizov 已提交
262
    fog-core (1.35.0)
263
      builder
264 265
      excon (~> 0.45)
      formatador (~> 0.2)
S
Stan Hu 已提交
266 267 268 269 270 271 272 273 274 275 276
    fog-dynect (0.0.2)
      fog-core
      fog-json
      fog-xml
    fog-ecloud (0.3.0)
      fog-core
      fog-xml
    fog-google (0.1.0)
      fog-core
      fog-json
      fog-xml
277 278 279
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
S
Stan Hu 已提交
280 281 282 283 284 285
    fog-local (0.2.1)
      fog-core (~> 1.27)
    fog-powerdns (0.1.1)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
D
Douwe Maan 已提交
286
    fog-profitbricks (0.0.5)
287 288 289
      fog-core
      fog-xml
      nokogiri
S
Stan Hu 已提交
290
    fog-radosgw (0.0.5)
291 292 293
      fog-core (>= 1.21.0)
      fog-json
      fog-xml (>= 0.0.1)
S
Stan Hu 已提交
294 295 296 297 298 299 300 301 302 303 304
    fog-riakcs (0.1.0)
      fog-core
      fog-json
      fog-xml
    fog-sakuracloud (1.7.5)
      fog-core
      fog-json
    fog-serverlove (0.1.2)
      fog-core
      fog-json
    fog-softlayer (1.0.3)
305 306
      fog-core
      fog-json
S
Stan Hu 已提交
307
    fog-storm_on_demand (0.1.1)
308 309 310 311 312 313 314 315 316 317 318
      fog-core
      fog-json
    fog-terremark (0.1.0)
      fog-core
      fog-xml
    fog-vmfusion (0.1.0)
      fission
      fog-core
    fog-voxel (0.1.0)
      fog-core
      fog-xml
S
Stan Hu 已提交
319 320 321
    fog-xenserver (0.2.2)
      fog-core
      fog-xml
322 323 324
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
325 326
    font-awesome-rails (4.5.0.1)
      railties (>= 3.2, < 5.1)
D
Douwe Maan 已提交
327 328
    foreman (0.78.0)
      thor (~> 0.19.1)
329
    formatador (0.2.5)
R
Robert Speicher 已提交
330 331 332
    fuubar (2.0.0)
      rspec (~> 3.0)
      ruby-progressbar (~> 1.4)
333
    gemnasium-gitlab-service (0.2.6)
334
      rugged (~> 0.21)
335
    gemojione (2.2.1)
336
      json
D
Douwe Maan 已提交
337 338
    get_process_mem (0.2.0)
    gherkin-ruby (0.3.2)
R
Rubén Dávila 已提交
339
    github-linguist (4.7.5)
340 341 342 343
      charlock_holmes (~> 0.7.3)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.23.0b)
D
Douwe Maan 已提交
344
    github-markup (1.3.3)
345 346
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
347 348
      gitlab-grit (>= 2.4.1)
      multi_json
D
Douwe Maan 已提交
349
    gitlab-grit (2.7.3)
350
      charlock_holmes (~> 0.6)
351 352
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
353
      posix-spawn (~> 0.3)
354 355
    gitlab_emoji (0.3.1)
      gemojione (~> 2.2, >= 2.2.1)
356
    gitlab_git (10.0.0)
J
Jacob Vosmaer 已提交
357 358 359
      activesupport (~> 4.0)
      charlock_holmes (~> 0.7.3)
      github-linguist (~> 4.7.0)
360
      rugged (~> 0.24.0)
D
Dmitriy Zaporozhets 已提交
361
    gitlab_meta (7.0)
D
Douwe Maan 已提交
362
    gitlab_omniauth-ldap (1.2.1)
363
      net-ldap (~> 0.9)
364 365
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
366
      rubyntlm (~> 0.3)
V
Valery Sizov 已提交
367 368
    globalid (0.3.6)
      activesupport (>= 4.1.0)
D
Douwe Maan 已提交
369
    gollum-grit_adapter (1.0.0)
V
Valery Sizov 已提交
370
      gitlab-grit (~> 2.7, >= 2.7.1)
371
    gollum-lib (4.1.0)
D
Douwe Maan 已提交
372 373
      github-markup (~> 1.3.3)
      gollum-grit_adapter (~> 1.0)
S
Stefan Tatschner 已提交
374
      nokogiri (~> 1.6.4)
375
      rouge (~> 1.9)
376 377
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
378 379 380
    gollum-rugged_adapter (0.4.2)
      mime-types (>= 1.15)
      rugged (~> 0.24.0, >= 0.21.3)
R
Robert Speicher 已提交
381 382
    gon (6.0.1)
      actionpack (>= 3.0)
D
Dmitriy Zaporozhets 已提交
383
      json
R
Robert Speicher 已提交
384 385
      multi_json
      request_store (>= 1.0)
K
Kamil Trzcinski 已提交
386
    grape (0.13.0)
R
Riyad Preukschas 已提交
387
      activesupport
388
      builder
K
Kamil Trzcinski 已提交
389
      hashie (>= 2.1.0)
R
Riyad Preukschas 已提交
390
      multi_json (>= 1.3.2)
391
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
392
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
393
      rack-accept
394
      rack-mount
J
Jeroen van Baarsen 已提交
395
      virtus (>= 1.0.0)
D
Douwe Maan 已提交
396
    grape-entity (0.4.8)
D
Dmitriy Zaporozhets 已提交
397 398
      activesupport
      multi_json (>= 1.3.2)
399
    haml (4.0.7)
400
      tilt
R
Robert Speicher 已提交
401
    haml-rails (0.9.0)
M
Marin Jankovski 已提交
402 403
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
R
Robert Speicher 已提交
404 405
      haml (>= 4.0.6, < 5.0)
      html2haml (>= 1.0.1)
M
Marin Jankovski 已提交
406
      railties (>= 4.0.1)
V
Valery Sizov 已提交
407
    hashie (3.4.3)
R
Robert Speicher 已提交
408
    highline (1.7.8)
D
Douwe Maan 已提交
409
    hipchat (1.5.2)
410
      httparty
C
Chulki Lee 已提交
411
      mimemagic
412 413 414
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
R
Robert Speicher 已提交
415 416 417 418 419
    html2haml (2.0.0)
      erubis (~> 2.7.0)
      haml (~> 4.0.0)
      nokogiri (~> 1.6.0)
      ruby_parser (~> 3.5)
D
Douwe Maan 已提交
420
    htmlentities (4.3.4)
421
    http_parser.rb (0.5.3)
V
Valery Sizov 已提交
422
    httparty (0.13.7)
423
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
424
      multi_xml (>= 0.5.2)
R
Robert Speicher 已提交
425
    httpclient (2.7.0.1)
R
Robert Speicher 已提交
426
    i18n (0.7.0)
D
Douwe Maan 已提交
427
    ice_nine (0.11.1)
428
    inflecto (0.0.2)
429 430 431
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
432
    ipaddress (0.8.2)
433
    jquery-atwho-rails (1.3.2)
434 435 436
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
437
      thor (>= 0.14, < 2.0)
438 439
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
440
    jquery-turbolinks (2.1.0)
441 442
      railties (>= 3.1.0)
      turbolinks
443
    jquery-ui-rails (5.0.5)
444
      railties (>= 3.2.16)
445
    json (1.8.3)
V
Valery Sizov 已提交
446
    jwt (1.5.2)
447
    kaminari (0.16.3)
D
Dmitriy Zaporozhets 已提交
448 449
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
V
Valery Sizov 已提交
450
    kgio (2.10.0)
R
Robert Speicher 已提交
451
    launchy (2.4.3)
R
Riyad Preukschas 已提交
452
      addressable (~> 2.3)
453
    letter_opener (1.1.2)
454
      launchy (~> 2.2)
455
    listen (3.0.5)
D
Dmitriy Zaporozhets 已提交
456 457
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
V
Valery Sizov 已提交
458 459
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
A
Alex Lossent 已提交
460 461
    macaddr (1.7.1)
      systemu (~> 2.6.2)
R
Robert Speicher 已提交
462 463
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
464
    mail_room (0.6.1)
465
    method_source (0.8.2)
466
    mime-types (1.25.1)
C
Chulki Lee 已提交
467
    mimemagic (0.3.0)
468
    mini_portile2 (2.0.0)
D
Douwe Maan 已提交
469
    minitest (5.7.0)
R
Robert Schilling 已提交
470
    mousetrap-rails (1.4.6)
N
Nikita Verkhovin 已提交
471
    multi_json (1.11.2)
472
    multi_xml (0.5.5)
R
Robert Speicher 已提交
473
    multipart-post (2.0.0)
D
Douwe Maan 已提交
474 475
    mysql2 (0.3.20)
    nested_form (0.3.2)
V
Valery Sizov 已提交
476 477
    net-ldap (0.12.1)
    net-ssh (3.0.1)
478
    newrelic_rpm (3.14.1.311)
479
    nokogiri (1.6.7.2)
480
      mini_portile2 (~> 2.0.0.rc2)
D
Dmitriy Zaporozhets 已提交
481
    oauth (0.4.7)
D
Douwe Maan 已提交
482 483 484 485 486
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
D
Dmitriy Zaporozhets 已提交
487
      rack (~> 1.2)
R
Robert Speicher 已提交
488
    octokit (3.8.0)
V
Valery Sizov 已提交
489
      sawyer (~> 0.6.0, >= 0.5.3)
490
    omniauth (1.3.1)
491
      hashie (>= 1.2, < 4)
492
      rack (>= 1.0, < 3)
493 494
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
J
Jacob Schatz 已提交
495 496 497 498
    omniauth-azure-oauth2 (0.0.6)
      jwt (~> 1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
D
Douwe Maan 已提交
499 500 501 502
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
T
tduehr 已提交
503 504 505 506
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
D
Douwe Maan 已提交
507 508
    omniauth-facebook (3.0.0)
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
509
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
510 511
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
512
    omniauth-gitlab (1.0.1)
V
Valery Sizov 已提交
513 514
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
V
Valery Sizov 已提交
515 516 517 518 519 520
    omniauth-google-oauth2 (0.2.10)
      addressable (~> 2.3)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (~> 1.3.1)
521
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
522 523
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
524
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
525
      omniauth (~> 1.0)
D
Douwe Maan 已提交
526
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
527 528
      oauth
      omniauth (~> 1.0)
D
Douwe Maan 已提交
529 530 531
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
532 533
    omniauth-saml (1.5.0)
      omniauth (~> 1.3)
534
      ruby-saml (~> 1.1, >= 1.1.1)
535
    omniauth-shibboleth (1.2.1)
536
      omniauth (>= 1.0.0)
537 538 539
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
V
Valery Sizov 已提交
540 541 542 543
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
C
Chulki Lee 已提交
544
    org-ruby (0.9.12)
R
Robert Schilling 已提交
545
      rubypants (~> 0.2)
546
    orm_adapter (0.5.0)
V
Valery Sizov 已提交
547
    paranoia (2.1.4)
D
Douwe Maan 已提交
548
      activerecord (~> 4.0)
549 550
    parser (2.3.0.6)
      ast (~> 2.2)
V
Valery Sizov 已提交
551
    pg (0.18.4)
R
Robert Speicher 已提交
552
    poltergeist (1.9.0)
553 554
      capybara (~> 2.1)
      cliver (~> 0.3.1)
555 556
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Douwe Maan 已提交
557
    posix-spawn (0.3.11)
558
    powerpack (0.1.1)
D
Douwe Maan 已提交
559 560 561 562 563 564
    premailer (1.8.6)
      css_parser (>= 1.3.6)
      htmlentities (>= 4.0.0)
    premailer-rails (1.9.0)
      actionmailer (>= 3, < 5)
      premailer (~> 1.7, >= 1.7.9)
V
Valery Sizov 已提交
565
    pry (0.10.3)
D
Douwe Maan 已提交
566 567
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
568
      slop (~> 3.4)
D
Douwe Maan 已提交
569
    pry-rails (0.3.4)
570
      pry (>= 0.9.10)
V
Valery Sizov 已提交
571
    pyu-ruby-sasl (0.0.3.3)
D
Douwe Maan 已提交
572
    quiet_assets (1.0.3)
D
Dmitriy Zaporozhets 已提交
573
      railties (>= 3.1, < 5.0)
V
Valery Sizov 已提交
574
    rack (1.6.4)
R
Riyad Preukschas 已提交
575 576
    rack-accept (0.4.5)
      rack (>= 0.4)
577
    rack-attack (4.3.1)
M
Marin Jankovski 已提交
578
      rack
R
Robert Speicher 已提交
579
    rack-cors (0.4.0)
580 581
    rack-mount (0.8.3)
      rack (>= 1.0.0)
R
Robert Speicher 已提交
582
    rack-oauth2 (1.2.1)
V
Valery Sizov 已提交
583 584
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
585
      httpclient (>= 2.4)
V
Valery Sizov 已提交
586 587
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
588
    rack-protection (1.5.3)
G
gitlabhq 已提交
589
      rack
V
Vinnie Okada 已提交
590
    rack-test (0.6.3)
G
gitlabhq 已提交
591
      rack (>= 1.0)
R
Robert Speicher 已提交
592 593 594 595 596 597 598 599
    rails (4.2.6)
      actionmailer (= 4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
      activemodel (= 4.2.6)
      activerecord (= 4.2.6)
      activesupport (= 4.2.6)
600
      bundler (>= 1.3.0, < 2.0)
R
Robert Speicher 已提交
601
      railties (= 4.2.6)
V
Valery Sizov 已提交
602 603 604 605 606 607 608
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
609
    rails-html-sanitizer (1.0.3)
V
Valery Sizov 已提交
610
      loofah (~> 2.0)
R
Robert Speicher 已提交
611 612 613
    railties (4.2.6)
      actionpack (= 4.2.6)
      activesupport (= 4.2.6)
G
gitlabhq 已提交
614
      rake (>= 0.8.7)
615
      thor (>= 0.18.1, < 2.0)
616
    rainbow (2.1.0)
D
Douwe Maan 已提交
617
    raindrops (0.15.0)
618
    rake (10.5.0)
619
    raphael-rails (2.1.2)
V
Valery Sizov 已提交
620
    rb-fsevent (0.9.6)
621
    rb-inotify (0.9.5)
622
      ffi (>= 0.5.0)
623 624
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
D
Dmitriy Zaporozhets 已提交
625
    rdoc (3.12.2)
626
      json (~> 1.4)
627 628
    recaptcha (1.0.2)
      json
629
    redcarpet (3.3.3)
V
Valery Sizov 已提交
630 631
    redis (3.2.2)
    redis-actionpack (4.0.1)
632 633 634
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
635 636
    redis-activesupport (4.1.5)
      activesupport (>= 3, < 5)
637
      redis-store (~> 1.1.0)
D
Douwe Maan 已提交
638
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
639
      redis (~> 3.0, >= 3.0.4)
640 641 642 643 644 645
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
646
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
647
    redis-store (1.1.7)
648
      redis (>= 2.2)
649
    request_store (1.3.0)
650 651
    rerun (0.11.0)
      listen (~> 3.0)
652 653
    responders (2.1.1)
      railties (>= 4.2.0, < 5.1)
V
Valery Sizov 已提交
654
    rinku (1.7.3)
655
    rotp (2.1.1)
S
Stan Hu 已提交
656
    rouge (1.10.1)
D
Douwe Maan 已提交
657 658
    rqrcode (0.7.0)
      chunky_png
659 660
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
R
Robert Speicher 已提交
661 662 663 664
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
D
Douwe Maan 已提交
665
    rspec-core (3.3.2)
R
Robert Speicher 已提交
666
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
667
    rspec-expectations (3.3.1)
668
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
669
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
670
    rspec-mocks (3.3.2)
R
Robert Speicher 已提交
671 672
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
673
    rspec-rails (3.3.3)
R
Robert Speicher 已提交
674 675 676 677 678 679 680
      actionpack (>= 3.0, < 4.3)
      activesupport (>= 3.0, < 4.3)
      railties (>= 3.0, < 4.3)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
      rspec-support (~> 3.3.0)
K
Kamil Trzcinski 已提交
681 682
    rspec-retry (0.4.5)
      rspec-core
R
Robert Speicher 已提交
683
    rspec-support (3.3.0)
684 685
    rubocop (0.38.0)
      parser (>= 2.3.0.6, < 3.0)
686
      powerpack (~> 0.1)
687
      rainbow (>= 1.99.1, < 3.0)
688
      ruby-progressbar (~> 1.7)
689
      unicode-display_width (~> 1.0, >= 1.0.1)
J
Jared Szechy 已提交
690
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
691
      crack (~> 0.4)
D
Douwe Maan 已提交
692
    ruby-progressbar (1.7.5)
693
    ruby-saml (1.1.2)
R
Robert Speicher 已提交
694
      nokogiri (>= 1.5.10)
A
Alex Lossent 已提交
695
      uuid (~> 2.3)
696
    ruby2ruby (2.3.0)
D
Dmitriy Zaporozhets 已提交
697 698
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.0)
699
    ruby_parser (3.8.1)
D
Dmitriy Zaporozhets 已提交
700
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
701
    rubyntlm (0.5.2)
702
    rubypants (0.2.0)
703
    rufus-scheduler (3.1.10)
704
    rugged (0.24.0)
705
    safe_yaml (1.0.4)
706
    sanitize (2.1.0)
707
      nokogiri (>= 1.4.4)
708
    sass (3.4.21)
R
Robert Speicher 已提交
709
    sass-rails (5.0.4)
710
      railties (>= 4.0.0, < 5.0)
R
Robert Speicher 已提交
711 712 713 714
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
V
Valery Sizov 已提交
715 716 717
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
718 719 720
    scss_lint (0.47.1)
      rake (>= 0.9, < 11)
      sass (~> 3.4.15)
721 722 723
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
R
Robert Speicher 已提交
724 725 726
    seed-fu (2.3.5)
      activerecord (>= 3.1, < 4.3)
      activesupport (>= 3.1, < 4.3)
R
Robert Speicher 已提交
727
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
728
      thor (~> 0.14)
R
Robert Speicher 已提交
729
    sentry-raven (0.15.6)
J
Jeroen Nijhof 已提交
730
      faraday (>= 0.7.6)
731
    settingslogic (2.0.9)
732
    sexp_processor (4.7.0)
J
Jared Szechy 已提交
733 734
    sham_rack (1.3.6)
      rack
735
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
736
      activesupport (>= 3.0.0)
G
Gabriel Mazetto 已提交
737 738
    sidekiq (4.0.1)
      concurrent-ruby (~> 1.0)
739 740 741
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
G
Gabriel Mazetto 已提交
742 743
    sidekiq-cron (0.4.0)
      redis-namespace (>= 1.5.2)
744
      rufus-scheduler (>= 2.0.24)
G
Gabriel Mazetto 已提交
745
      sidekiq (>= 4.0.0)
746
    simple_oauth (0.1.9)
747
    simplecov (0.11.2)
748
      docile (~> 1.1.0)
749 750 751
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
D
Douwe Maan 已提交
752
    sinatra (1.4.6)
753
      rack (~> 1.4)
754
      rack-protection (~> 1.4)
D
Douwe Maan 已提交
755
      tilt (>= 1.3, < 3)
G
gitlabhq 已提交
756
    six (0.2.0)
757
    slack-notifier (1.2.1)
R
Robert Speicher 已提交
758 759 760
    slim (3.0.6)
      temple (~> 0.7.3)
      tilt (>= 1.3.3, < 2.1)
761
    slop (3.6.0)
D
Douwe Maan 已提交
762 763 764 765
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
766 767
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
768 769
      railties (>= 3)
      spinach (>= 0.4)
K
Kamil Trzcinski 已提交
770 771
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
772
    spring (1.6.4)
J
Jeroen van Baarsen 已提交
773
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
774 775 776
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
777 778
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
R
Robert Speicher 已提交
779 780
    sprockets (3.3.5)
      rack (> 1, < 3)
R
Robert Speicher 已提交
781 782 783 784
    sprockets-rails (3.0.4)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
P
Pirate Praveen 已提交
785 786 787 788 789 790 791
    state_machines (0.4.0)
    state_machines-activemodel (0.3.0)
      activemodel (~> 4.1)
      state_machines (>= 0.4.0)
    state_machines-activerecord (0.3.0)
      activerecord (~> 4.1)
      state_machines-activemodel (>= 0.3.0)
S
Stefan Tatschner 已提交
792
    stringex (2.5.2)
A
Alex Lossent 已提交
793
    systemu (2.6.5)
R
Robert Speicher 已提交
794 795
    task_list (1.0.2)
      html-pipeline
796 797
    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
798 799
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
R
Robert Speicher 已提交
800
    temple (0.7.6)
801 802
    term-ansicolor (1.3.2)
      tins (~> 1.0)
D
Douwe Maan 已提交
803
    terminal-table (1.5.2)
804
    test_after_commit (0.4.2)
D
Douwe Maan 已提交
805
      activerecord (>= 3.2)
V
Valery Sizov 已提交
806
    thin (1.6.4)
D
Douwe Maan 已提交
807
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
808
      eventmachine (~> 1.0, >= 1.0.4)
D
Douwe Maan 已提交
809
      rack (~> 1.0)
810
    thor (0.19.1)
811
    thread_safe (0.3.5)
R
Robert Speicher 已提交
812
    tilt (2.0.2)
813
    timfel-krb5-auth (0.8.3)
R
Robert Speicher 已提交
814
    tinder (1.10.1)
815
      eventmachine (~> 1.0)
R
Robert Speicher 已提交
816
      faraday (~> 0.9.0)
817
      faraday_middleware (~> 0.9)
R
Robert Speicher 已提交
818
      hashie (>= 1.0)
819
      json (~> 1.8.0)
R
Robert Speicher 已提交
820
      mime-types
821
      multi_json (~> 1.7)
822
      twitter-stream (~> 0.1)
D
Douwe Maan 已提交
823
    tins (1.6.0)
R
Robert Speicher 已提交
824
    turbolinks (2.5.3)
825
      coffee-rails
826 827 828 829
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
830
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
831
      thread_safe (~> 0.1)
R
Robert Speicher 已提交
832
    uglifier (2.7.2)
G
gitlabhq 已提交
833
      execjs (>= 0.3.0)
834
      json (>= 1.8.0)
835
    underscore-rails (1.8.3)
836 837
    unf (0.1.4)
      unf_ext
838
    unf_ext (0.0.7.2)
839
    unicode-display_width (1.0.2)
R
Robert Speicher 已提交
840
    unicorn (4.9.0)
841 842 843
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
V
Valery Sizov 已提交
844
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
845
      get_process_mem (~> 0)
V
Valery Sizov 已提交
846
      unicorn (>= 4, < 6)
Y
Yorick Peterse 已提交
847
    uniform_notifier (1.9.0)
R
Robert Speicher 已提交
848
    uuid (2.3.8)
A
Alex Lossent 已提交
849
      macaddr (~> 1.0)
850
    version_sorter (2.0.0)
D
Douwe Maan 已提交
851 852
    virtus (1.0.5)
      axiom-types (~> 0.1)
853
      coercible (~> 1.0)
D
Douwe Maan 已提交
854 855
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
856
    warden (1.2.4)
G
gitlabhq 已提交
857
      rack (>= 1.0)
C
connorshea 已提交
858
    web-console (2.3.0)
V
Valery Sizov 已提交
859 860 861 862
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
863 864
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
865
      crack (>= 0.3.2)
V
Valery Sizov 已提交
866
    websocket-driver (0.6.3)
R
Robert Speicher 已提交
867 868
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
V
Valery Sizov 已提交
869
    wikicloth (0.8.1)
R
Robert Schilling 已提交
870 871
      builder
      expression_parser
V
Valery Sizov 已提交
872
      rinku
S
Stan Hu 已提交
873
    xml-simple (1.1.5)
874
    xpath (2.0.0)
G
gitlabhq 已提交
875 876 877 878 879 880
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
881
  RedCloth (~> 4.2.9)
D
Douwe Maan 已提交
882 883 884
  ace-rails-ap (~> 2.0.1)
  activerecord-deprecated_finders (~> 1.0.3)
  activerecord-session_store (~> 0.1.0)
N
Nihad Abbasov 已提交
885
  acts-as-taggable-on (~> 3.4)
D
Douwe Maan 已提交
886
  addressable (~> 2.3.8)
887
  after_commit_queue
888
  akismet (~> 2.0)
889
  allocations (~> 1.0)
D
Douwe Maan 已提交
890
  annotate (~> 2.6.0)
R
Robert Speicher 已提交
891
  asana (~> 0.4.0)
892
  asciidoctor (~> 1.5.2)
D
Douwe Maan 已提交
893 894
  attr_encrypted (~> 1.3.4)
  awesome_print (~> 1.2.0)
895
  babosa (~> 1.0.2)
896
  benchmark-ips
D
Douwe Maan 已提交
897 898
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
899
  bootstrap-sass (~> 3.3.0)
900
  brakeman (~> 3.2.0)
901
  browser (~> 1.0.0)
Y
Yorick Peterse 已提交
902
  bullet
D
Dmitriy Zaporozhets 已提交
903
  bundler-audit
D
Douwe Maan 已提交
904
  byebug
905
  cal-heatmap-rails (~> 3.5.0)
S
Stan Hu 已提交
906
  capybara (~> 2.6.2)
R
Robert Speicher 已提交
907
  capybara-screenshot (~> 1.0.0)
R
Rubén Dávila 已提交
908
  carrierwave (~> 0.10.0)
909
  charlock_holmes (~> 0.7.3)
D
Douwe Maan 已提交
910
  coffee-rails (~> 4.1.0)
R
Robert Speicher 已提交
911
  colorize (~> 0.7.0)
912
  connection_pool (~> 2.0)
913
  coveralls (~> 0.8.2)
R
Robert Speicher 已提交
914
  creole (~> 0.5.0)
R
Robert Speicher 已提交
915
  d3_rails (~> 3.5.0)
916
  database_cleaner (~> 1.4.0)
D
Dmitriy Zaporozhets 已提交
917
  default_value_for (~> 3.0.0)
918
  devise (~> 3.5.4)
D
Douwe Maan 已提交
919
  devise-async (~> 0.9.0)
920
  devise-two-factor (~> 2.0.0)
S
skv-headless 已提交
921
  diffy (~> 3.0.3)
R
Robert Speicher 已提交
922
  doorkeeper (~> 2.2.0)
D
Douwe Maan 已提交
923 924
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
R
Robert Speicher 已提交
925
  email_spec (~> 1.6.0)
926
  factory_girl_rails (~> 4.6.0)
R
Robert Speicher 已提交
927
  ffaker (~> 2.0.0)
928
  flay
929
  flog
S
Stan Hu 已提交
930
  fog (~> 1.36.0)
S
Sullivan SENECHAL 已提交
931
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
932
  foreman
R
Robert Speicher 已提交
933
  fuubar (~> 2.0.0)
934
  gemnasium-gitlab-service (~> 0.2)
935
  github-linguist (~> 4.7.0)
D
Douwe Maan 已提交
936
  github-markup (~> 1.3.1)
937
  gitlab-flowdock-git-hook (~> 1.0.1)
938
  gitlab_emoji (~> 0.3.0)
939
  gitlab_git (~> 10.0)
D
Dmitriy Zaporozhets 已提交
940
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
941
  gitlab_omniauth-ldap (~> 1.2.1)
942
  gollum-lib (~> 4.1.0)
943
  gollum-rugged_adapter (~> 0.4.2)
R
Robert Speicher 已提交
944
  gon (~> 6.0.1)
K
Kamil Trzcinski 已提交
945
  grape (~> 0.13.0)
D
Dmitriy Zaporozhets 已提交
946
  grape-entity (~> 0.4.2)
R
Robert Speicher 已提交
947
  haml-rails (~> 0.9.0)
C
Chulki Lee 已提交
948
  hipchat (~> 1.5.0)
949
  html-pipeline (~> 1.11.0)
D
Douwe Maan 已提交
950
  httparty (~> 0.13.3)
951
  influxdb (~> 0.2)
952
  jquery-atwho-rails (~> 1.3.2)
953
  jquery-rails (~> 4.0.0)
D
Douwe Maan 已提交
954
  jquery-scrollto-rails (~> 1.4.3)
955
  jquery-turbolinks (~> 2.1.0)
956
  jquery-ui-rails (~> 5.0.0)
957
  kaminari (~> 0.16.3)
D
Douwe Maan 已提交
958
  letter_opener (~> 1.1.2)
S
Stan Hu 已提交
959
  loofah (~> 2.0.3)
960
  mail_room (~> 0.6.1)
961
  method_source (~> 0.8)
D
Douwe Maan 已提交
962 963 964 965
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
V
Valery Sizov 已提交
966
  net-ssh (~> 3.0.1)
967
  newrelic_rpm (~> 3.14)
J
Jacob Vosmaer 已提交
968
  nokogiri (~> 1.6.7, >= 1.6.7.2)
D
Douwe Maan 已提交
969
  oauth2 (~> 1.0.0)
R
Robert Speicher 已提交
970
  octokit (~> 3.8.0)
971
  omniauth (~> 1.3.1)
972
  omniauth-auth0 (~> 1.4.1)
973
  omniauth-azure-oauth2 (~> 0.0.6)
D
Douwe Maan 已提交
974
  omniauth-bitbucket (~> 0.0.2)
T
tduehr 已提交
975
  omniauth-cas3 (~> 1.1.2)
D
Douwe Maan 已提交
976
  omniauth-facebook (~> 3.0.0)
D
Douwe Maan 已提交
977 978
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
979
  omniauth-google-oauth2 (~> 0.2.0)
980
  omniauth-kerberos (~> 0.3.0)
981
  omniauth-saml (~> 1.5.0)
982
  omniauth-shibboleth (~> 1.2.0)
983
  omniauth-twitter (~> 1.2.0)
984
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
985 986 987
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
R
Robert Speicher 已提交
988
  poltergeist (~> 1.9.0)
D
Douwe Maan 已提交
989
  premailer-rails (~> 1.9.0)
990
  pry-rails
D
Douwe Maan 已提交
991
  quiet_assets (~> 1.0.2)
992
  rack-attack (~> 4.3.1)
R
Robert Speicher 已提交
993
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
994
  rack-oauth2 (~> 1.2.1)
R
Robert Speicher 已提交
995
  rails (= 4.2.6)
V
Valery Sizov 已提交
996
  rails-deprecated_sanitizer (~> 1.0.3)
997
  raphael-rails (~> 2.1.2)
998
  rblineprof
R
Robert Schilling 已提交
999
  rdoc (~> 3.6)
1000
  recaptcha
1001
  redcarpet (~> 3.3.3)
1002
  redis (~> 3.2)
G
Gabriel Mazetto 已提交
1003
  redis-namespace
D
Douwe Maan 已提交
1004
  redis-rails (~> 4.0.0)
1005
  request_store (~> 1.3.0)
1006
  rerun (~> 0.11.0)
V
Valery Sizov 已提交
1007
  responders (~> 2.0)
1008
  rouge (~> 1.10.1)
D
Douwe Maan 已提交
1009
  rqrcode-rails3 (~> 0.1.7)
R
Robert Speicher 已提交
1010
  rspec-rails (~> 3.3.0)
K
Kamil Trzcinski 已提交
1011
  rspec-retry
1012
  rubocop (~> 0.38.0)
J
Jared Szechy 已提交
1013
  ruby-fogbugz (~> 0.2.1)
1014
  sanitize (~> 2.0)
R
Robert Speicher 已提交
1015
  sass-rails (~> 5.0.0)
1016
  scss_lint (~> 0.47.0)
D
Douwe Maan 已提交
1017 1018
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
1019
  select2-rails (~> 3.5.9)
R
Robert Speicher 已提交
1020
  sentry-raven (~> 0.15)
D
Douwe Maan 已提交
1021
  settingslogic (~> 2.0.9)
J
Jared Szechy 已提交
1022
  sham_rack
1023
  shoulda-matchers (~> 2.8.0)
G
Gabriel Mazetto 已提交
1024 1025
  sidekiq (~> 4.0)
  sidekiq-cron (~> 0.4.0)
1026
  simplecov (~> 0.11.0)
D
Douwe Maan 已提交
1027 1028
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
1029
  slack-notifier (~> 1.2.0)
D
Douwe Maan 已提交
1030
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
1031
  spinach-rerun-reporter (~> 0.0.2)
1032
  spring (~> 1.6.4)
D
Douwe Maan 已提交
1033
  spring-commands-rspec (~> 1.0.4)
1034 1035
  spring-commands-spinach (~> 1.0.0)
  spring-commands-teaspoon (~> 0.0.2)
R
Robert Speicher 已提交
1036
  sprockets (~> 3.3.5)
P
Pirate Praveen 已提交
1037
  state_machines-activerecord (~> 0.3.0)
D
Douwe Maan 已提交
1038
  task_list (~> 1.0.2)
1039
  teaspoon (~> 1.1.0)
D
Douwe Maan 已提交
1040
  teaspoon-jasmine (~> 2.2.0)
1041
  test_after_commit (~> 0.4.2)
D
Douwe Maan 已提交
1042
  thin (~> 1.6.1)
R
Robert Speicher 已提交
1043
  tinder (~> 1.10.0)
R
Robert Speicher 已提交
1044
  turbolinks (~> 2.5.0)
R
Robert Speicher 已提交
1045
  uglifier (~> 2.7.2)
1046
  underscore-rails (~> 1.8.0)
D
Douwe Maan 已提交
1047
  unf (~> 0.1.4)
R
Robert Speicher 已提交
1048
  unicorn (~> 4.9.0)
D
Douwe Maan 已提交
1049 1050 1051
  unicorn-worker-killer (~> 0.4.2)
  version_sorter (~> 2.0.0)
  virtus (~> 1.0.1)
V
Valery Sizov 已提交
1052
  web-console (~> 2.0)
1053
  webmock (~> 1.21.0)
V
Valery Sizov 已提交
1054
  wikicloth (= 0.8.1)
C
connorshea 已提交
1055 1056 1057

BUNDLED WITH
   1.11.2