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

PLATFORMS
  ruby

DEPENDENCIES
809
  RedCloth (~> 4.2.9)
A
Alfredo Sumaran 已提交
810
  ace-rails-ap (~> 4.0.2)
811
  activerecord-session_store (~> 1.0.0)
N
Nihad Abbasov 已提交
812
  acts-as-taggable-on (~> 3.4)
D
Douwe Maan 已提交
813
  addressable (~> 2.3.8)
814
  after_commit_queue
815
  akismet (~> 2.0)
816
  allocations (~> 1.0)
R
Robert Speicher 已提交
817
  asana (~> 0.4.0)
818
  asciidoctor (~> 1.5.2)
819
  attr_encrypted (~> 3.0.0)
D
Douwe Maan 已提交
820
  awesome_print (~> 1.2.0)
821
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
822
  base32 (~> 0.3.0)
823
  benchmark-ips
D
Douwe Maan 已提交
824 825
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
826
  bootstrap-sass (~> 3.3.0)
827
  brakeman (~> 3.3.0)
S
Stan Hu 已提交
828
  browser (~> 2.2)
Y
Yorick Peterse 已提交
829
  bullet
D
Dmitriy Zaporozhets 已提交
830
  bundler-audit
D
Douwe Maan 已提交
831
  byebug
S
Stan Hu 已提交
832
  capybara (~> 2.6.2)
R
Robert Speicher 已提交
833
  capybara-screenshot (~> 1.0.0)
R
Rubén Dávila 已提交
834
  carrierwave (~> 0.10.0)
835
  charlock_holmes (~> 0.7.3)
836
  chronic_duration (~> 0.10.6)
D
Douwe Maan 已提交
837
  coffee-rails (~> 4.1.0)
838
  connection_pool (~> 2.0)
839
  coveralls (~> 0.8.2)
R
Robert Speicher 已提交
840
  creole (~> 0.5.0)
R
Robert Speicher 已提交
841
  d3_rails (~> 3.5.0)
842
  database_cleaner (~> 1.4.0)
D
Dmitriy Zaporozhets 已提交
843
  default_value_for (~> 3.0.0)
844 845
  devise (~> 4.0)
  devise-two-factor (~> 3.0.0)
S
skv-headless 已提交
846
  diffy (~> 3.0.3)
847
  doorkeeper (~> 3.1)
D
Douwe Maan 已提交
848 849
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
R
Robert Speicher 已提交
850
  email_spec (~> 1.6.0)
851
  factory_girl_rails (~> 4.6.0)
R
Robert Speicher 已提交
852
  ffaker (~> 2.0.0)
853
  flay
854
  flog
S
Stan Hu 已提交
855
  fog-aws (~> 0.9)
856
  fog-azure (~> 0.0)
S
Stan Hu 已提交
857 858 859 860
  fog-core (~> 1.40)
  fog-google (~> 0.3)
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
J
James Lopez 已提交
861
  font-awesome-rails (~> 4.6.1)
D
Dmitriy Zaporozhets 已提交
862
  foreman
R
Robert Speicher 已提交
863
  fuubar (~> 2.0.0)
864
  gemnasium-gitlab-service (~> 0.2)
865
  github-linguist (~> 4.7.0)
D
Douwe Maan 已提交
866
  github-markup (~> 1.3.1)
867
  gitlab-flowdock-git-hook (~> 1.0.1)
868
  gitlab_emoji (~> 0.3.0)
S
Stan Hu 已提交
869
  gitlab_git (~> 10.2)
D
Dmitriy Zaporozhets 已提交
870
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
871
  gitlab_omniauth-ldap (~> 1.2.1)
872
  gollum-lib (~> 4.1.0)
873
  gollum-rugged_adapter (~> 0.4.2)
R
Robert Speicher 已提交
874
  gon (~> 6.0.1)
K
Kamil Trzcinski 已提交
875
  grape (~> 0.13.0)
D
Dmitriy Zaporozhets 已提交
876
  grape-entity (~> 0.4.2)
877
  hamlit (~> 2.5)
878
  health_check (~> 1.5.1)
C
Chulki Lee 已提交
879
  hipchat (~> 1.5.0)
880
  html-pipeline (~> 1.11.0)
D
Douwe Maan 已提交
881
  httparty (~> 0.13.3)
882
  influxdb (~> 0.2)
883
  jquery-atwho-rails (~> 1.3.2)
884
  jquery-rails (~> 4.1.0)
885
  jquery-turbolinks (~> 2.1.0)
886
  jquery-ui-rails (~> 5.0.0)
887
  jwt
888
  kaminari (~> 0.17.0)
K
Kamil Trzcinski 已提交
889
  knapsack
R
Robert Speicher 已提交
890
  letter_opener_web (~> 1.3.0)
C
Connor Shea 已提交
891
  license_finder
892
  licensee (~> 8.0.0)
S
Stan Hu 已提交
893
  loofah (~> 2.0.3)
894
  mail_room (~> 0.8)
895
  method_source (~> 0.8)
D
Douwe Maan 已提交
896 897 898 899
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
V
Valery Sizov 已提交
900
  net-ssh (~> 3.0.1)
901
  newrelic_rpm (~> 3.14)
J
Jacob Vosmaer 已提交
902
  nokogiri (~> 1.6.7, >= 1.6.7.2)
D
Douwe Maan 已提交
903
  oauth2 (~> 1.0.0)
904
  octokit (~> 4.3.0)
905
  omniauth (~> 1.3.1)
906
  omniauth-auth0 (~> 1.4.1)
907
  omniauth-azure-oauth2 (~> 0.0.6)
D
Douwe Maan 已提交
908
  omniauth-bitbucket (~> 0.0.2)
T
tduehr 已提交
909
  omniauth-cas3 (~> 1.1.2)
D
Douwe Maan 已提交
910
  omniauth-facebook (~> 3.0.0)
D
Douwe Maan 已提交
911 912
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
913
  omniauth-google-oauth2 (~> 0.2.0)
914
  omniauth-kerberos (~> 0.3.0)
915
  omniauth-saml (~> 1.6.0)
916
  omniauth-shibboleth (~> 1.2.0)
917
  omniauth-twitter (~> 1.2.0)
918
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
919 920 921
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
R
Robert Speicher 已提交
922
  poltergeist (~> 1.9.0)
D
Douwe Maan 已提交
923
  premailer-rails (~> 1.9.0)
924
  pry-rails
D
Douwe Maan 已提交
925
  quiet_assets (~> 1.0.2)
926
  rack-attack (~> 4.3.1)
R
Robert Speicher 已提交
927
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
928
  rack-oauth2 (~> 1.2.1)
R
Robert Speicher 已提交
929
  rails (= 4.2.6)
V
Valery Sizov 已提交
930
  rails-deprecated_sanitizer (~> 1.0.3)
C
Connor Shea 已提交
931
  rainbow (~> 2.1.0)
932
  rblineprof
R
Robert Schilling 已提交
933
  rdoc (~> 3.6)
934
  recaptcha (~> 3.0)
935
  redcarpet (~> 3.3.3)
936
  redis (~> 3.2)
G
Gabriel Mazetto 已提交
937
  redis-namespace
D
Douwe Maan 已提交
938
  redis-rails (~> 4.0.0)
939
  request_store (~> 1.3.0)
940
  rerun (~> 0.11.0)
V
Valery Sizov 已提交
941
  responders (~> 2.0)
S
Stan Hu 已提交
942
  rouge (~> 1.11)
D
Douwe Maan 已提交
943
  rqrcode-rails3 (~> 0.1.7)
944
  rspec-rails (~> 3.4.0)
K
Kamil Trzcinski 已提交
945
  rspec-retry
R
Robert Speicher 已提交
946
  rubocop (~> 0.40.0)
R
Robert Speicher 已提交
947
  rubocop-rspec (~> 1.5.0)
J
Jared Szechy 已提交
948
  ruby-fogbugz (~> 0.2.1)
949
  sanitize (~> 2.0)
R
Robert Speicher 已提交
950
  sass-rails (~> 5.0.0)
951
  scss_lint (~> 0.47.0)
D
Douwe Maan 已提交
952 953
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
954
  select2-rails (~> 3.5.9)
955
  sentry-raven (~> 1.1.0)
D
Douwe Maan 已提交
956
  settingslogic (~> 2.0.9)
J
Jared Szechy 已提交
957
  sham_rack
958
  shoulda-matchers (~> 2.8.0)
G
Gabriel Mazetto 已提交
959 960
  sidekiq (~> 4.0)
  sidekiq-cron (~> 0.4.0)
961
  simplecov (~> 0.11.0)
D
Douwe Maan 已提交
962 963
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
964
  slack-notifier (~> 1.2.0)
D
Douwe Maan 已提交
965
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
966
  spinach-rerun-reporter (~> 0.0.2)
967
  spring (~> 1.7.0)
D
Douwe Maan 已提交
968
  spring-commands-rspec (~> 1.0.4)
969
  spring-commands-spinach (~> 1.1.0)
970
  spring-commands-teaspoon (~> 0.0.2)
971
  sprockets (~> 3.6.0)
972
  state_machines-activerecord (~> 0.4.0)
D
Douwe Maan 已提交
973
  task_list (~> 1.0.2)
974
  teaspoon (~> 1.1.0)
D
Douwe Maan 已提交
975
  teaspoon-jasmine (~> 2.2.0)
976
  test_after_commit (~> 0.4.2)
D
Douwe Maan 已提交
977
  thin (~> 1.6.1)
R
Robert Speicher 已提交
978
  tinder (~> 1.10.0)
R
Robert Speicher 已提交
979
  turbolinks (~> 2.5.0)
980
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
981
  uglifier (~> 2.7.2)
982
  underscore-rails (~> 1.8.0)
D
Douwe Maan 已提交
983
  unf (~> 0.1.4)
R
Robert Speicher 已提交
984
  unicorn (~> 4.9.0)
D
Douwe Maan 已提交
985 986 987
  unicorn-worker-killer (~> 0.4.2)
  version_sorter (~> 2.0.0)
  virtus (~> 1.0.1)
988
  vmstat (~> 2.1.0)
V
Valery Sizov 已提交
989
  web-console (~> 2.0)
990
  webmock (~> 1.21.0)
V
Valery Sizov 已提交
991
  wikicloth (= 0.8.1)
C
connorshea 已提交
992 993

BUNDLED WITH
T
Timothy Andrew 已提交
994
   1.12.5