Gemfile.lock 24.1 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    RedCloth (4.3.2)
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 175
    doorkeeper (4.0.0)
      railties (>= 4.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.6.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)
S
Stan Hu 已提交
277
    gitlab_git (10.2.3)
J
Jacob Vosmaer 已提交
278 279 280
      activesupport (~> 4.0)
      charlock_holmes (~> 0.7.3)
      github-linguist (~> 4.7.0)
281
      rugged (~> 0.24.0)
D
Dmitriy Zaporozhets 已提交
282
    gitlab_meta (7.0)
D
Douwe Maan 已提交
283
    gitlab_omniauth-ldap (1.2.1)
284
      net-ldap (~> 0.9)
285 286
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
287
      rubyntlm (~> 0.3)
V
Valery Sizov 已提交
288 289
    globalid (0.3.6)
      activesupport (>= 4.1.0)
D
Douwe Maan 已提交
290
    gollum-grit_adapter (1.0.0)
V
Valery Sizov 已提交
291
      gitlab-grit (~> 2.7, >= 2.7.1)
292
    gollum-lib (4.1.0)
D
Douwe Maan 已提交
293 294
      github-markup (~> 1.3.3)
      gollum-grit_adapter (~> 1.0)
S
Stefan Tatschner 已提交
295
      nokogiri (~> 1.6.4)
296
      rouge (~> 1.9)
297 298
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
299 300 301
    gollum-rugged_adapter (0.4.2)
      mime-types (>= 1.15)
      rugged (~> 0.24.0, >= 0.21.3)
R
Robert Speicher 已提交
302 303
    gon (6.0.1)
      actionpack (>= 3.0)
D
Dmitriy Zaporozhets 已提交
304
      json
R
Robert Speicher 已提交
305 306
      multi_json
      request_store (>= 1.0)
K
Kamil Trzcinski 已提交
307
    grape (0.13.0)
R
Riyad Preukschas 已提交
308
      activesupport
309
      builder
K
Kamil Trzcinski 已提交
310
      hashie (>= 2.1.0)
R
Riyad Preukschas 已提交
311
      multi_json (>= 1.3.2)
312
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
313
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
314
      rack-accept
315
      rack-mount
J
Jeroen van Baarsen 已提交
316
      virtus (>= 1.0.0)
D
Douwe Maan 已提交
317
    grape-entity (0.4.8)
D
Dmitriy Zaporozhets 已提交
318 319
      activesupport
      multi_json (>= 1.3.2)
C
connorshea 已提交
320 321 322
    hamlit (2.5.0)
      temple (~> 0.7.6)
      thor
323
      tilt
V
Valery Sizov 已提交
324
    hashie (3.4.3)
325 326
    health_check (1.5.1)
      rails (>= 2.3.0)
D
Douwe Maan 已提交
327
    hipchat (1.5.2)
328
      httparty
C
Chulki Lee 已提交
329
      mimemagic
330 331 332
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
D
Douwe Maan 已提交
333
    htmlentities (4.3.4)
334
    http_parser.rb (0.5.3)
V
Valery Sizov 已提交
335
    httparty (0.13.7)
336
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
337
      multi_xml (>= 0.5.2)
R
Robert Speicher 已提交
338
    httpclient (2.7.0.1)
R
Robert Speicher 已提交
339
    i18n (0.7.0)
D
Douwe Maan 已提交
340
    ice_nine (0.11.1)
341 342 343
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
344
    ipaddress (0.8.3)
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
    jwt (1.5.4)
357
    kaminari (0.17.0)
D
Dmitriy Zaporozhets 已提交
358 359
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
V
Valery Sizov 已提交
360
    kgio (2.10.0)
K
Kamil Trzcinski 已提交
361
    knapsack (1.11.0)
K
Kamil Trzcinski 已提交
362 363
      rake
      timecop (>= 0.1.0)
R
Robert Speicher 已提交
364
    launchy (2.4.3)
R
Riyad Preukschas 已提交
365
      addressable (~> 2.3)
R
Robert Speicher 已提交
366
    letter_opener (1.4.1)
367
      launchy (~> 2.2)
R
Robert Speicher 已提交
368 369 370 371
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
C
Connor Shea 已提交
372 373 374 375 376 377
    license_finder (2.1.0)
      bundler
      httparty
      rubyzip
      thor
      xml-simple
378 379
    licensee (8.0.0)
      rugged (>= 0.24b)
380
    listen (3.0.5)
D
Dmitriy Zaporozhets 已提交
381 382
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
V
Valery Sizov 已提交
383 384
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
A
Alex Lossent 已提交
385 386
    macaddr (1.7.1)
      systemu (~> 2.6.2)
R
Robert Speicher 已提交
387 388
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
389
    mail_room (0.8.0)
390
    method_source (0.8.2)
391
    mime-types (2.99.2)
C
Chulki Lee 已提交
392
    mimemagic (0.3.0)
S
Stan Hu 已提交
393
    mini_portile2 (2.1.0)
D
Douwe Maan 已提交
394
    minitest (5.7.0)
R
Robert Schilling 已提交
395
    mousetrap-rails (1.4.6)
396
    multi_json (1.12.1)
397
    multi_xml (0.5.5)
R
Robert Speicher 已提交
398
    multipart-post (2.0.0)
D
Douwe Maan 已提交
399 400
    mysql2 (0.3.20)
    nested_form (0.3.2)
V
Valery Sizov 已提交
401 402
    net-ldap (0.12.1)
    net-ssh (3.0.1)
403
    newrelic_rpm (3.14.1.311)
S
Stan Hu 已提交
404 405 406
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
407
    numerizer (0.1.1)
D
Dmitriy Zaporozhets 已提交
408
    oauth (0.4.7)
409
    oauth2 (1.2.0)
D
Douwe Maan 已提交
410 411 412 413
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
414
      rack (>= 1.2, < 3)
415 416
    octokit (4.3.0)
      sawyer (~> 0.7.0, >= 0.5.3)
417
    omniauth (1.3.1)
418
      hashie (>= 1.2, < 4)
419
      rack (>= 1.0, < 3)
420 421
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
J
Jacob Schatz 已提交
422 423 424 425
    omniauth-azure-oauth2 (0.0.6)
      jwt (~> 1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
D
Douwe Maan 已提交
426 427 428 429
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
T
tduehr 已提交
430 431 432 433
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
D
Douwe Maan 已提交
434 435
    omniauth-facebook (3.0.0)
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
436
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
437 438
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
439
    omniauth-gitlab (1.0.1)
V
Valery Sizov 已提交
440 441
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
V
Valery Sizov 已提交
442 443 444 445 446 447
    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)
448
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
449 450
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
451
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
452
      omniauth (~> 1.0)
D
Douwe Maan 已提交
453
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
454 455
      oauth
      omniauth (~> 1.0)
D
Douwe Maan 已提交
456 457 458
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
459
    omniauth-saml (1.6.0)
460
      omniauth (~> 1.3)
461
      ruby-saml (~> 1.3)
462
    omniauth-shibboleth (1.2.1)
463
      omniauth (>= 1.0.0)
464 465 466
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
V
Valery Sizov 已提交
467 468 469 470
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
C
Chulki Lee 已提交
471
    org-ruby (0.9.12)
R
Robert Schilling 已提交
472
      rubypants (~> 0.2)
473
    orm_adapter (0.5.0)
V
Valery Sizov 已提交
474
    paranoia (2.1.4)
D
Douwe Maan 已提交
475
      activerecord (~> 4.0)
R
Robert Speicher 已提交
476
    parser (2.3.1.0)
477
      ast (~> 2.2)
V
Valery Sizov 已提交
478
    pg (0.18.4)
S
Stan Hu 已提交
479
    pkg-config (1.1.7)
R
Robert Speicher 已提交
480
    poltergeist (1.9.0)
481 482
      capybara (~> 2.1)
      cliver (~> 0.3.1)
483 484
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Douwe Maan 已提交
485
    posix-spawn (0.3.11)
486
    powerpack (0.1.1)
D
Douwe Maan 已提交
487 488 489
    premailer (1.8.6)
      css_parser (>= 1.3.6)
      htmlentities (>= 4.0.0)
490 491
    premailer-rails (1.9.2)
      actionmailer (>= 3, < 6)
D
Douwe Maan 已提交
492
      premailer (~> 1.7, >= 1.7.9)
V
Valery Sizov 已提交
493
    pry (0.10.3)
D
Douwe Maan 已提交
494 495
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
496
      slop (~> 3.4)
D
Douwe Maan 已提交
497
    pry-rails (0.3.4)
498
      pry (>= 0.9.10)
V
Valery Sizov 已提交
499
    pyu-ruby-sasl (0.0.3.3)
V
Valery Sizov 已提交
500
    rack (1.6.4)
R
Riyad Preukschas 已提交
501 502
    rack-accept (0.4.5)
      rack (>= 0.4)
503
    rack-attack (4.3.1)
M
Marin Jankovski 已提交
504
      rack
R
Robert Speicher 已提交
505
    rack-cors (0.4.0)
506 507
    rack-mount (0.8.3)
      rack (>= 1.0.0)
R
Robert Speicher 已提交
508
    rack-oauth2 (1.2.1)
V
Valery Sizov 已提交
509 510
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
511
      httpclient (>= 2.4)
V
Valery Sizov 已提交
512 513
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
514
    rack-protection (1.5.3)
G
gitlabhq 已提交
515
      rack
V
Vinnie Okada 已提交
516
    rack-test (0.6.3)
G
gitlabhq 已提交
517
      rack (>= 1.0)
R
Robert Speicher 已提交
518 519 520 521 522 523 524 525
    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)
526
      bundler (>= 1.3.0, < 2.0)
R
Robert Speicher 已提交
527
      railties (= 4.2.6)
V
Valery Sizov 已提交
528 529 530 531 532 533 534
      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)
535
    rails-html-sanitizer (1.0.3)
V
Valery Sizov 已提交
536
      loofah (~> 2.0)
R
Robert Speicher 已提交
537 538 539
    railties (4.2.6)
      actionpack (= 4.2.6)
      activesupport (= 4.2.6)
G
gitlabhq 已提交
540
      rake (>= 0.8.7)
541
      thor (>= 0.18.1, < 2.0)
542
    rainbow (2.1.0)
D
Douwe Maan 已提交
543
    raindrops (0.15.0)
544
    rake (10.5.0)
V
Valery Sizov 已提交
545
    rb-fsevent (0.9.6)
546
    rb-inotify (0.9.5)
547
      ffi (>= 0.5.0)
548 549
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
D
Dmitriy Zaporozhets 已提交
550
    rdoc (3.12.2)
551
      json (~> 1.4)
552
    recaptcha (3.0.0)
553
      json
554
    redcarpet (3.3.3)
555
    redis (3.2.2)
V
Valery Sizov 已提交
556
    redis-actionpack (4.0.1)
557 558 559
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
560 561
    redis-activesupport (4.1.5)
      activesupport (>= 3, < 5)
562
      redis-store (~> 1.1.0)
D
Douwe Maan 已提交
563
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
564
      redis (~> 3.0, >= 3.0.4)
565 566 567 568 569 570
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
571
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
572
    redis-store (1.1.7)
573
      redis (>= 2.2)
574
    request_store (1.3.0)
575 576
    rerun (0.11.0)
      listen (~> 3.0)
577 578
    responders (2.1.1)
      railties (>= 4.2.0, < 5.1)
P
Paco Guzman 已提交
579
    rinku (2.0.0)
580
    rotp (2.1.2)
S
Stan Hu 已提交
581
    rouge (1.11.0)
D
Douwe Maan 已提交
582 583
    rqrcode (0.7.0)
      chunky_png
584 585
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
586 587 588 589 590 591 592
    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)
593
      diff-lcs (>= 1.2.0, < 2.0)
594 595
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
R
Robert Speicher 已提交
596
      diff-lcs (>= 1.2.0, < 2.0)
597 598 599 600 601 602 603 604 605
      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 已提交
606 607
    rspec-retry (0.4.5)
      rspec-core
608
    rspec-support (3.5.0)
R
Robert Speicher 已提交
609 610
    rubocop (0.40.0)
      parser (>= 2.3.1.0, < 3.0)
611
      powerpack (~> 0.1)
612
      rainbow (>= 1.99.1, < 3.0)
613
      ruby-progressbar (~> 1.7)
614
      unicode-display_width (~> 1.0, >= 1.0.1)
R
Robert Speicher 已提交
615 616
    rubocop-rspec (1.5.0)
      rubocop (>= 0.40.0)
J
Jared Szechy 已提交
617
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
618
      crack (~> 0.4)
R
Robert Speicher 已提交
619
    ruby-progressbar (1.8.1)
620
    ruby-saml (1.3.0)
R
Robert Speicher 已提交
621
      nokogiri (>= 1.5.10)
622
    ruby_parser (3.8.2)
D
Dmitriy Zaporozhets 已提交
623
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
624
    rubyntlm (0.5.2)
625
    rubypants (0.2.0)
C
Connor Shea 已提交
626
    rubyzip (1.2.0)
627
    rufus-scheduler (3.1.10)
628
    rugged (0.24.0)
629
    safe_yaml (1.0.4)
630
    sanitize (2.1.0)
631
      nokogiri (>= 1.4.4)
632
    sass (3.4.22)
C
Connor Shea 已提交
633 634
    sass-rails (5.0.5)
      railties (>= 4.0.0, < 6)
R
Robert Speicher 已提交
635 636 637 638
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
639 640
    sawyer (0.7.0)
      addressable (>= 2.3.5, < 2.5)
V
Valery Sizov 已提交
641
      faraday (~> 0.8, < 0.10)
642 643 644
    scss_lint (0.47.1)
      rake (>= 0.9, < 11)
      sass (~> 3.4.15)
645 646 647
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
648 649 650
    seed-fu (2.3.6)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
R
Robert Speicher 已提交
651
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
652
      thor (~> 0.14)
653
    sentry-raven (1.1.0)
J
Jeroen Nijhof 已提交
654
      faraday (>= 0.7.6)
655
    settingslogic (2.0.9)
656
    sexp_processor (4.7.0)
J
Jared Szechy 已提交
657 658
    sham_rack (1.3.6)
      rack
659
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
660
      activesupport (>= 3.0.0)
661
    sidekiq (4.1.4)
G
Gabriel Mazetto 已提交
662
      concurrent-ruby (~> 1.0)
663 664
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
665
      sinatra (>= 1.4.7)
G
Gabriel Mazetto 已提交
666 667
    sidekiq-cron (0.4.0)
      redis-namespace (>= 1.5.2)
668
      rufus-scheduler (>= 2.0.24)
G
Gabriel Mazetto 已提交
669
      sidekiq (>= 4.0.0)
670
    simple_oauth (0.1.9)
671
    simplecov (0.11.2)
672
      docile (~> 1.1.0)
673 674 675
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
676 677
    sinatra (1.4.7)
      rack (~> 1.5)
678
      rack-protection (~> 1.4)
D
Douwe Maan 已提交
679
      tilt (>= 1.3, < 3)
G
gitlabhq 已提交
680
    six (0.2.0)
681
    slack-notifier (1.2.1)
682
    slop (3.6.0)
D
Douwe Maan 已提交
683 684 685 686
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
687 688
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
689 690
      railties (>= 3)
      spinach (>= 0.4)
K
Kamil Trzcinski 已提交
691 692
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
693
    spring (1.7.2)
J
Jeroen van Baarsen 已提交
694
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
695
      spring (>= 0.9.1)
696
    spring-commands-spinach (1.1.0)
J
Jeroen van Baarsen 已提交
697
      spring (>= 0.9.1)
698 699
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
700
    sprockets (3.6.2)
701
      concurrent-ruby (~> 1.0)
R
Robert Speicher 已提交
702
      rack (> 1, < 3)
703
    sprockets-rails (3.1.1)
R
Robert Speicher 已提交
704 705 706
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
P
Pirate Praveen 已提交
707
    state_machines (0.4.0)
708 709
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
710
      state_machines (>= 0.4.0)
711 712
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
713
      state_machines-activemodel (>= 0.3.0)
S
Stefan Tatschner 已提交
714
    stringex (2.5.2)
715 716
    sys-filesystem (1.1.6)
      ffi
A
Alex Lossent 已提交
717
    systemu (2.6.5)
R
Robert Speicher 已提交
718 719
    task_list (1.0.2)
      html-pipeline
720 721
    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
722 723
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
C
connorshea 已提交
724
    temple (0.7.7)
725
    test_after_commit (0.4.2)
D
Douwe Maan 已提交
726
      activerecord (>= 3.2)
C
Connor Shea 已提交
727
    thin (1.7.0)
D
Douwe Maan 已提交
728
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
729
      eventmachine (~> 1.0, >= 1.0.4)
C
Connor Shea 已提交
730
      rack (>= 1, < 3)
731
    thor (0.19.1)
732
    thread_safe (0.3.5)
733
    tilt (2.0.5)
K
Kamil Trzcinski 已提交
734
    timecop (0.8.1)
735
    timfel-krb5-auth (0.8.3)
R
Robert Speicher 已提交
736
    tinder (1.10.1)
737
      eventmachine (~> 1.0)
R
Robert Speicher 已提交
738
      faraday (~> 0.9.0)
739
      faraday_middleware (~> 0.9)
R
Robert Speicher 已提交
740
      hashie (>= 1.0)
741
      json (~> 1.8.0)
R
Robert Speicher 已提交
742
      mime-types
743
      multi_json (~> 1.7)
744
      twitter-stream (~> 0.1)
R
Robert Speicher 已提交
745
    turbolinks (2.5.3)
746
      coffee-rails
747 748 749 750
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
751
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
752
      thread_safe (~> 0.1)
753
    u2f (0.2.1)
R
Robert Speicher 已提交
754
    uglifier (2.7.2)
G
gitlabhq 已提交
755
      execjs (>= 0.3.0)
756
      json (>= 1.8.0)
757
    underscore-rails (1.8.3)
758 759
    unf (0.1.4)
      unf_ext
760
    unf_ext (0.0.7.2)
R
Robert Speicher 已提交
761
    unicode-display_width (1.0.5)
R
Robert Speicher 已提交
762
    unicorn (4.9.0)
763 764 765
      kgio (~> 2.6)
      rack
      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)
Y
Yorick Peterse 已提交
769
    uniform_notifier (1.9.0)
R
Robert Speicher 已提交
770
    uuid (2.3.8)
A
Alex Lossent 已提交
771
      macaddr (~> 1.0)
772
    version_sorter (2.0.0)
D
Douwe Maan 已提交
773 774
    virtus (1.0.5)
      axiom-types (~> 0.1)
775
      coercible (~> 1.0)
D
Douwe Maan 已提交
776 777
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
778
    vmstat (2.1.0)
779
    warden (1.2.6)
G
gitlabhq 已提交
780
      rack (>= 1.0)
C
connorshea 已提交
781
    web-console (2.3.0)
V
Valery Sizov 已提交
782 783 784 785
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
786 787
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
788
      crack (>= 0.3.2)
V
Valery Sizov 已提交
789
    websocket-driver (0.6.3)
R
Robert Speicher 已提交
790 791
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
V
Valery Sizov 已提交
792
    wikicloth (0.8.1)
R
Robert Schilling 已提交
793 794
      builder
      expression_parser
V
Valery Sizov 已提交
795
      rinku
796
    xml-simple (1.1.5)
797
    xpath (2.0.0)
G
gitlabhq 已提交
798 799 800 801 802 803
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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

BUNDLED WITH
T
Timothy Andrew 已提交
989
   1.12.5