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

PLATFORMS
  ruby

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

BUNDLED WITH
R
Robert Speicher 已提交
1027
   1.13.7