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

PLATFORMS
  ruby

DEPENDENCIES
802
  RedCloth (~> 4.3.2)
803
  ace-rails-ap (~> 4.1.0)
804
  activerecord_sane_schema_dumper (= 0.2)
805
  acts-as-taggable-on (~> 4.0)
D
Douwe Maan 已提交
806
  addressable (~> 2.3.8)
807
  after_commit_queue (~> 1.3.0)
808
  akismet (~> 2.0)
809
  allocations (~> 1.0)
R
Robert Speicher 已提交
810
  asana (~> 0.4.0)
811
  asciidoctor (~> 1.5.2)
812
  attr_encrypted (~> 3.0.0)
D
Douwe Maan 已提交
813
  awesome_print (~> 1.2.0)
814
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
815
  base32 (~> 0.3.0)
816
  benchmark-ips (~> 2.3.0)
D
Douwe Maan 已提交
817 818
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
819
  bootstrap-sass (~> 3.3.0)
820
  brakeman (~> 3.3.0)
S
Stan Hu 已提交
821
  browser (~> 2.2)
822
  bullet (~> 5.2.0)
823
  bundler-audit (~> 0.5.0)
S
Stan Hu 已提交
824
  capybara (~> 2.6.2)
R
Robert Speicher 已提交
825
  capybara-screenshot (~> 1.0.0)
R
Rubén Dávila 已提交
826
  carrierwave (~> 0.10.0)
827
  charlock_holmes (~> 0.7.3)
R
Rémy Coutable 已提交
828
  chronic (~> 0.10.2)
829
  chronic_duration (~> 0.10.6)
D
Douwe Maan 已提交
830
  coffee-rails (~> 4.1.0)
831
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
832
  creole (~> 0.5.0)
R
Robert Speicher 已提交
833
  d3_rails (~> 3.5.0)
834
  database_cleaner (~> 1.5.0)
835
  deckar01-task_list (= 1.0.6)
D
Dmitriy Zaporozhets 已提交
836
  default_value_for (~> 3.0.0)
837
  devise (~> 4.2)
838
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
839
  diffy (~> 3.1.0)
R
Robert Speicher 已提交
840
  doorkeeper (~> 4.2.0)
D
Douwe Maan 已提交
841 842
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
R
Robert Speicher 已提交
843
  email_spec (~> 1.6.0)
844
  factory_girl_rails (~> 4.7.0)
R
Robert Speicher 已提交
845
  ffaker (~> 2.0.0)
846
  flay (~> 2.6.1)
S
Stan Hu 已提交
847 848 849 850
  fog-aws (~> 0.9)
  fog-core (~> 1.40)
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
851
  fog-rackspace (~> 0.1.1)
J
James Lopez 已提交
852
  font-awesome-rails (~> 4.6.1)
853
  foreman (~> 0.78.0)
R
Robert Speicher 已提交
854
  fuubar (~> 2.0.0)
855
  gemnasium-gitlab-service (~> 0.2)
856
  gemojione (~> 3.0)
857
  github-linguist (~> 4.7.0)
858
  gitlab-flowdock-git-hook (~> 1.0.1)
859
  gitlab-markup (~> 1.5.0)
860
  gitlab_git (~> 10.7.0)
D
Douwe Maan 已提交
861
  gitlab_omniauth-ldap (~> 1.2.1)
862
  gollum-lib (~> 4.2)
863
  gollum-rugged_adapter (~> 0.4.2)
C
Connor Shea 已提交
864
  gon (~> 6.1.0)
R
Robert Schilling 已提交
865
  grape (~> 0.18.0)
Z
Z.J. van de Weg 已提交
866
  grape-entity (~> 0.6.0)
R
Rémy Coutable 已提交
867
  haml_lint (~> 0.18.2)
R
Robert Speicher 已提交
868
  hamlit (~> 2.6.1)
869
  health_check (~> 2.2.0)
C
Chulki Lee 已提交
870
  hipchat (~> 1.5.0)
871
  html-pipeline (~> 1.11.0)
872
  html2text
D
Douwe Maan 已提交
873
  httparty (~> 0.13.3)
874
  influxdb (~> 0.2)
F
Felipe Artur 已提交
875
  jira-ruby (~> 1.1.2)
876
  jquery-atwho-rails (~> 1.3.2)
877
  jquery-rails (~> 4.1.0)
878
  jquery-turbolinks (~> 2.1.0)
879
  jquery-ui-rails (~> 5.0.0)
880
  json-schema (~> 2.6.2)
881
  jwt
882
  kaminari (~> 0.17.0)
883
  knapsack (~> 1.11.0)
884
  kubeclient (~> 2.2.0)
R
Robert Speicher 已提交
885
  letter_opener_web (~> 1.3.0)
886
  license_finder (~> 2.1.0)
887
  licensee (~> 8.0.0)
S
Stan Hu 已提交
888
  loofah (~> 2.0.3)
889
  mail_room (~> 0.9.0)
890
  method_source (~> 0.8)
D
Douwe Maan 已提交
891 892 893
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
V
Valery Sizov 已提交
894
  net-ssh (~> 3.0.1)
895
  newrelic_rpm (~> 3.16)
J
Jacob Vosmaer 已提交
896
  nokogiri (~> 1.6.7, >= 1.6.7.2)
897
  oauth2 (~> 1.2.0)
898
  octokit (~> 4.3.0)
899
  oj (~> 2.17.4)
900
  omniauth (~> 1.3.1)
901
  omniauth-auth0 (~> 1.4.1)
A
Alex 已提交
902
  omniauth-authentiq (~> 0.2.0)
903
  omniauth-azure-oauth2 (~> 0.0.6)
T
tduehr 已提交
904
  omniauth-cas3 (~> 1.1.2)
905
  omniauth-facebook (~> 4.0.0)
D
Douwe Maan 已提交
906
  omniauth-github (~> 1.1.1)
907
  omniauth-gitlab (~> 1.0.2)
908
  omniauth-google-oauth2 (~> 0.4.1)
909
  omniauth-kerberos (~> 0.3.0)
910
  omniauth-saml (~> 1.7.0)
911
  omniauth-shibboleth (~> 1.2.0)
912
  omniauth-twitter (~> 1.2.0)
913
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
914
  org-ruby (~> 0.9.12)
C
Connor Shea 已提交
915
  paranoia (~> 2.2)
D
Douwe Maan 已提交
916
  pg (~> 0.18.2)
R
Robert Speicher 已提交
917
  poltergeist (~> 1.9.0)
D
Douwe Maan 已提交
918
  premailer-rails (~> 1.9.0)
S
Semyon Pupkov 已提交
919
  pry-byebug (~> 3.4.1)
920
  pry-rails (~> 0.3.4)
M
Manuel Rüger 已提交
921
  rack-attack (~> 4.4.1)
R
Robert Speicher 已提交
922
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
923
  rack-oauth2 (~> 1.2.1)
924
  rails (= 4.2.7.1)
V
Valery Sizov 已提交
925
  rails-deprecated_sanitizer (~> 1.0.3)
C
Connor Shea 已提交
926
  rainbow (~> 2.1.0)
927
  rblineprof (~> 0.3.6)
R
Robert Speicher 已提交
928
  rdoc (~> 4.2)
929
  recaptcha (~> 3.0)
930
  redcarpet (~> 3.3.3)
931
  redis (~> 3.2)
932
  redis-namespace (~> 1.5.2)
933
  redis-rails (~> 5.0.1)
934
  request_store (~> 1.3)
935
  rerun (~> 0.11.0)
V
Valery Sizov 已提交
936
  responders (~> 2.0)
937
  rouge (~> 2.0)
D
Douwe Maan 已提交
938
  rqrcode-rails3 (~> 0.1.7)
939
  rspec-rails (~> 3.5.0)
940
  rspec-retry (~> 0.4.5)
941
  rubocop (~> 0.43.0)
942
  rubocop-rspec (~> 1.5.0)
J
Jared Szechy 已提交
943
  ruby-fogbugz (~> 0.2.1)
E
Elan Ruusamäe 已提交
944
  ruby-prof (~> 0.16.2)
945
  sanitize (~> 2.0)
946
  sass-rails (~> 5.0.6)
947
  scss_lint (~> 0.47.0)
D
Douwe Maan 已提交
948
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
949
  select2-rails (~> 3.5.9)
950
  sentry-raven (~> 2.0.0)
D
Douwe Maan 已提交
951
  settingslogic (~> 2.0.9)
952
  sham_rack (~> 1.3.6)
953
  shoulda-matchers (~> 2.8.0)
C
Connor Shea 已提交
954
  sidekiq (~> 4.2.7)
955
  sidekiq-cron (~> 0.4.4)
956
  sidekiq-limit_fetch (~> 3.4)
957
  simplecov (= 0.12.0)
958
  slack-notifier (~> 1.5.1)
D
Douwe Maan 已提交
959
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
960
  spinach-rerun-reporter (~> 0.0.2)
961
  spring (~> 1.7.0)
D
Douwe Maan 已提交
962
  spring-commands-rspec (~> 1.0.4)
963
  spring-commands-spinach (~> 1.1.0)
964
  spring-commands-teaspoon (~> 0.0.2)
U
ubudzisz 已提交
965
  sprockets (~> 3.7.0)
966
  sprockets-es6 (~> 0.9.2)
967
  stackprof (~> 0.2.10)
968
  state_machines-activerecord (~> 0.4.0)
969
  sys-filesystem (~> 1.1.6)
970
  teaspoon (~> 1.1.0)
D
Douwe Maan 已提交
971
  teaspoon-jasmine (~> 2.2.0)
972
  test_after_commit (~> 0.4.2)
C
Connor Shea 已提交
973
  thin (~> 1.7.0)
974
  timecop (~> 0.8.0)
975
  truncato (~> 0.7.8)
R
Robert Speicher 已提交
976
  turbolinks (~> 2.5.0)
977
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
978
  uglifier (~> 2.7.2)
979
  underscore-rails (~> 1.8.0)
D
Douwe Maan 已提交
980
  unf (~> 0.1.4)
981 982
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
983
  version_sorter (~> 2.1.0)
D
Douwe Maan 已提交
984
  virtus (~> 1.0.1)
985
  vmstat (~> 2.2)
V
Valery Sizov 已提交
986
  web-console (~> 2.0)
987
  webmock (~> 1.21.0)
V
Valery Sizov 已提交
988
  wikicloth (= 0.8.1)
C
connorshea 已提交
989 990

BUNDLED WITH
991
   1.13.6