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

PLATFORMS
  ruby

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

BUNDLED WITH
T
Timothy Andrew 已提交
993
   1.12.5