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

PLATFORMS
  ruby

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

BUNDLED WITH
   1.10.6