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

PLATFORMS
  ruby

DEPENDENCIES
830
  RedCloth (~> 4.2.9)
D
Douwe Maan 已提交
831 832 833
  ace-rails-ap (~> 2.0.1)
  activerecord-deprecated_finders (~> 1.0.3)
  activerecord-session_store (~> 0.1.0)
N
Nihad Abbasov 已提交
834
  acts-as-taggable-on (~> 3.4)
D
Douwe Maan 已提交
835
  addressable (~> 2.3.8)
836
  after_commit_queue
D
Douwe Maan 已提交
837
  annotate (~> 2.6.0)
R
Robert Speicher 已提交
838
  asana (~> 0.4.0)
839
  asciidoctor (~> 1.5.2)
D
Douwe Maan 已提交
840 841
  attr_encrypted (~> 1.3.4)
  awesome_print (~> 1.2.0)
842
  babosa (~> 1.0.2)
843
  benchmark-ips
D
Douwe Maan 已提交
844 845
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
D
Dmitriy Zaporozhets 已提交
846
  bootstrap-sass (~> 3.0)
D
Dmitriy Zaporozhets 已提交
847
  brakeman (= 3.0.1)
848
  browser (~> 1.0.0)
Y
Yorick Peterse 已提交
849
  bullet
D
Dmitriy Zaporozhets 已提交
850
  bundler-audit
D
Douwe Maan 已提交
851
  byebug
852
  cal-heatmap-rails (~> 0.0.1)
R
Robert Speicher 已提交
853
  capybara (~> 2.4.0)
R
Robert Speicher 已提交
854
  capybara-screenshot (~> 1.0.0)
D
Douwe Maan 已提交
855
  carrierwave (~> 0.9.0)
856
  charlock_holmes (~> 0.7.3)
D
Douwe Maan 已提交
857
  coffee-rails (~> 4.1.0)
R
Robert Speicher 已提交
858
  colorize (~> 0.7.0)
859
  coveralls (~> 0.8.2)
R
Robert Speicher 已提交
860
  creole (~> 0.5.0)
R
Robert Speicher 已提交
861
  d3_rails (~> 3.5.5)
862
  database_cleaner (~> 1.4.0)
D
Dmitriy Zaporozhets 已提交
863
  default_value_for (~> 3.0.0)
864
  devise (~> 3.5.3)
D
Douwe Maan 已提交
865
  devise-async (~> 0.9.0)
866
  devise-two-factor (~> 2.0.0)
S
skv-headless 已提交
867
  diffy (~> 3.0.3)
R
Robert Speicher 已提交
868
  doorkeeper (~> 2.2.0)
D
Douwe Maan 已提交
869 870
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
R
Robert Speicher 已提交
871
  email_spec (~> 1.6.0)
D
Douwe Maan 已提交
872
  factory_girl_rails (~> 4.3.0)
R
Robert Speicher 已提交
873
  ffaker (~> 2.0.0)
874
  flay
875
  flog
876
  fog (~> 1.25.0)
S
Sullivan SENECHAL 已提交
877
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
878
  foreman
R
Robert Speicher 已提交
879
  fuubar (~> 2.0.0)
880
  gemnasium-gitlab-service (~> 0.2)
881
  github-linguist (~> 4.7.0)
D
Douwe Maan 已提交
882
  github-markup (~> 1.3.1)
883
  gitlab-flowdock-git-hook (~> 1.0.1)
R
Robert Speicher 已提交
884
  gitlab_emoji (~> 0.2.0)
885
  gitlab_git (~> 7.2.20)
D
Dmitriy Zaporozhets 已提交
886
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
887
  gitlab_omniauth-ldap (~> 1.2.1)
888
  gollum-lib (~> 4.1.0)
R
Robert Speicher 已提交
889
  gon (~> 6.0.1)
K
Kamil Trzcinski 已提交
890
  grape (~> 0.13.0)
D
Dmitriy Zaporozhets 已提交
891
  grape-entity (~> 0.4.2)
R
Robert Speicher 已提交
892
  haml-rails (~> 0.9.0)
C
Chulki Lee 已提交
893
  hipchat (~> 1.5.0)
894
  html-pipeline (~> 1.11.0)
D
Douwe Maan 已提交
895
  httparty (~> 0.13.3)
896
  jquery-atwho-rails (~> 1.3.2)
D
Douwe Maan 已提交
897 898
  jquery-rails (~> 3.1.3)
  jquery-scrollto-rails (~> 1.4.3)
899
  jquery-turbolinks (~> 2.1.0)
D
Douwe Maan 已提交
900
  jquery-ui-rails (~> 4.2.1)
901
  kaminari (~> 0.16.3)
D
Douwe Maan 已提交
902
  letter_opener (~> 1.1.2)
903
  mail_room (~> 0.6.1)
D
Douwe Maan 已提交
904 905 906 907
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
V
Valery Sizov 已提交
908
  net-ssh (~> 3.0.1)
J
Jacob Vosmaer 已提交
909
  newrelic-grape
D
Douwe Maan 已提交
910
  newrelic_rpm (~> 3.9.4.245)
R
Robert Speicher 已提交
911
  nprogress-rails (~> 0.1.6.7)
D
Douwe Maan 已提交
912 913
  oauth2 (~> 1.0.0)
  octokit (~> 3.7.0)
914
  omniauth (~> 1.2.2)
D
Douwe Maan 已提交
915
  omniauth-bitbucket (~> 0.0.2)
D
Douwe Maan 已提交
916
  omniauth-facebook (~> 3.0.0)
D
Douwe Maan 已提交
917 918
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
919
  omniauth-google-oauth2 (~> 0.2.0)
920
  omniauth-kerberos (~> 0.3.0)
R
Robert Speicher 已提交
921
  omniauth-saml (~> 1.4.0)
922
  omniauth-shibboleth (~> 1.2.0)
923
  omniauth-twitter (~> 1.2.0)
V
Valery Sizov 已提交
924
  omniauth_crowd
D
Douwe Maan 已提交
925 926 927
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
R
Robert Speicher 已提交
928
  poltergeist (~> 1.6.0)
929
  pry-rails
D
Douwe Maan 已提交
930
  quiet_assets (~> 1.0.2)
931
  rack-attack (~> 4.3.0)
R
Robert Speicher 已提交
932
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
933
  rack-oauth2 (~> 1.2.1)
V
Valery Sizov 已提交
934
  rails (= 4.2.4)
V
Valery Sizov 已提交
935
  rails-deprecated_sanitizer (~> 1.0.3)
936
  raphael-rails (~> 2.1.2)
937
  rblineprof
R
Robert Schilling 已提交
938
  rdoc (~> 3.6)
939
  redcarpet (~> 3.3.3)
G
Gabriel Mazetto 已提交
940
  redis-namespace
D
Douwe Maan 已提交
941 942
  redis-rails (~> 4.0.0)
  request_store (~> 1.2.0)
943
  rerun (~> 0.10.0)
V
Valery Sizov 已提交
944
  responders (~> 2.0)
945
  rouge (~> 1.10.1)
D
Douwe Maan 已提交
946
  rqrcode-rails3 (~> 0.1.7)
R
Robert Speicher 已提交
947
  rspec-rails (~> 3.3.0)
D
Dmitriy Zaporozhets 已提交
948
  rubocop (~> 0.28.0)
J
Jared Szechy 已提交
949
  ruby-fogbugz (~> 0.2.1)
950
  sanitize (~> 2.0)
951
  sass-rails (~> 4.0.5)
D
Douwe Maan 已提交
952 953
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
954
  select2-rails (~> 3.5.9)
D
Douwe Maan 已提交
955
  settingslogic (~> 2.0.9)
J
Jared Szechy 已提交
956
  sham_rack
957
  shoulda-matchers (~> 2.8.0)
G
Gabriel Mazetto 已提交
958 959
  sidekiq (~> 4.0)
  sidekiq-cron (~> 0.4.0)
D
Douwe Maan 已提交
960 961 962
  simplecov (~> 0.10.0)
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
963
  slack-notifier (~> 1.2.0)
D
Douwe Maan 已提交
964 965 966
  spinach-rails (~> 0.2.1)
  spring (~> 1.3.6)
  spring-commands-rspec (~> 1.0.4)
967 968
  spring-commands-spinach (~> 1.0.0)
  spring-commands-teaspoon (~> 0.0.2)
969
  sprockets (~> 2.12.3)
R
Robert Speicher 已提交
970
  stamp (~> 0.6.0)
P
Pirate Praveen 已提交
971
  state_machines-activerecord (~> 0.3.0)
D
Douwe Maan 已提交
972
  task_list (~> 1.0.2)
973
  teaspoon (~> 1.0.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)
R
Robert Speicher 已提交
979
  uglifier (~> 2.7.2)
980
  underscore-rails (~> 1.4.4)
D
Douwe Maan 已提交
981 982 983 984 985
  unf (~> 0.1.4)
  unicorn (~> 4.8.2)
  unicorn-worker-killer (~> 0.4.2)
  version_sorter (~> 2.0.0)
  virtus (~> 1.0.1)
V
Valery Sizov 已提交
986
  web-console (~> 2.0)
987
  webmock (~> 1.21.0)
V
Valery Sizov 已提交
988
  wikicloth (= 0.8.1)
D
Douwe Maan 已提交
989 990 991

BUNDLED WITH
   1.10.6