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

PLATFORMS
  ruby

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

BUNDLED WITH
J
Jacob Schatz 已提交
1048
   1.11.2