Gemfile.lock 23.9 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)
S
Stan Hu 已提交
120
    charlock_holmes (0.7.3)
V
Valery Sizov 已提交
121
    chunky_png (1.3.5)
122
    cliver (0.3.2)
123
    coderay (1.1.0)
124
    coercible (1.0.0)
125
      descendants_tracker (~> 0.0.1)
R
Robert Speicher 已提交
126
    coffee-rails (4.1.0)
G
gitlabhq 已提交
127
      coffee-script (>= 2.2.0)
128
      railties (>= 4.0.0, < 5.0)
R
Robert Speicher 已提交
129
    coffee-script (2.4.1)
G
gitlabhq 已提交
130 131
      coffee-script-source
      execjs
132
    coffee-script-source (1.10.0)
R
Robert Speicher 已提交
133
    colorize (0.7.7)
G
Gabriel Mazetto 已提交
134
    concurrent-ruby (1.0.0)
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)
156
    devise (3.5.3)
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.21)
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)
316
    gollum-lib (4.1.0)
D
Douwe Maan 已提交
317 318
      github-markup (~> 1.3.3)
      gollum-grit_adapter (~> 1.0)
S
Stefan Tatschner 已提交
319
      nokogiri (~> 1.6.4)
320
      rouge (~> 1.9)
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 356 357
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
R
Robert Speicher 已提交
358 359 360 361 362
    html2haml (2.0.0)
      erubis (~> 2.7.0)
      haml (~> 4.0.0)
      nokogiri (~> 1.6.0)
      ruby_parser (~> 3.5)
363 364
    http-cookie (1.0.2)
      domain_name (~> 0.5)
365
    http_parser.rb (0.5.3)
V
Valery Sizov 已提交
366
    httparty (0.13.7)
367
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
368
      multi_xml (>= 0.5.2)
R
Robert Speicher 已提交
369
    httpclient (2.7.0.1)
R
Robert Speicher 已提交
370
    i18n (0.7.0)
D
Douwe Maan 已提交
371
    ice_nine (0.11.1)
372 373
    inflecto (0.0.2)
    ipaddress (0.8.0)
374
    jquery-atwho-rails (1.3.2)
375 376 377
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
378
      thor (>= 0.14, < 2.0)
379 380
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
381
    jquery-turbolinks (2.1.0)
382 383
      railties (>= 3.1.0)
      turbolinks
384
    jquery-ui-rails (5.0.5)
385
      railties (>= 3.2.16)
386
    json (1.8.3)
V
Valery Sizov 已提交
387
    jwt (1.5.2)
388
    kaminari (0.16.3)
D
Dmitriy Zaporozhets 已提交
389 390
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
V
Valery Sizov 已提交
391
    kgio (2.10.0)
R
Robert Speicher 已提交
392
    launchy (2.4.3)
R
Riyad Preukschas 已提交
393
      addressable (~> 2.3)
394
    letter_opener (1.1.2)
395
      launchy (~> 2.2)
396
    listen (3.0.5)
D
Dmitriy Zaporozhets 已提交
397 398
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
V
Valery Sizov 已提交
399 400
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
A
Alex Lossent 已提交
401 402
    macaddr (1.7.1)
      systemu (~> 2.6.2)
V
Vinnie Okada 已提交
403 404
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
405
    mail_room (0.6.1)
406
    method_source (0.8.2)
407
    mime-types (1.25.1)
C
Chulki Lee 已提交
408
    mimemagic (0.3.0)
409
    mini_portile2 (2.0.0)
D
Douwe Maan 已提交
410
    minitest (5.7.0)
R
Robert Schilling 已提交
411
    mousetrap-rails (1.4.6)
N
Nikita Verkhovin 已提交
412
    multi_json (1.11.2)
413
    multi_xml (0.5.5)
R
Robert Speicher 已提交
414
    multipart-post (2.0.0)
D
Douwe Maan 已提交
415 416
    mysql2 (0.3.20)
    nested_form (0.3.2)
V
Valery Sizov 已提交
417 418 419
    net-ldap (0.12.1)
    net-ssh (3.0.1)
    netrc (0.11.0)
J
Jacob Vosmaer 已提交
420 421 422
    newrelic-grape (2.0.0)
      grape
      newrelic_rpm
J
Jacob Vosmaer 已提交
423
    newrelic_rpm (3.9.4.245)
424
    nokogiri (1.6.7.1)
425
      mini_portile2 (~> 2.0.0.rc2)
R
Robert Speicher 已提交
426
    nprogress-rails (0.1.6.7)
D
Dmitriy Zaporozhets 已提交
427
    oauth (0.4.7)
D
Douwe Maan 已提交
428 429 430 431 432
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
D
Dmitriy Zaporozhets 已提交
433
      rack (~> 1.2)
D
Douwe Maan 已提交
434
    octokit (3.7.1)
V
Valery Sizov 已提交
435
      sawyer (~> 0.6.0, >= 0.5.3)
436 437 438
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
D
Douwe Maan 已提交
439 440 441 442
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
T
tduehr 已提交
443 444 445 446
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
D
Douwe Maan 已提交
447 448
    omniauth-facebook (3.0.0)
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
449
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
450 451
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
452
    omniauth-gitlab (1.0.1)
V
Valery Sizov 已提交
453 454
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
V
Valery Sizov 已提交
455 456 457 458 459 460
    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)
461
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
462 463
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
464
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
465
      omniauth (~> 1.0)
D
Douwe Maan 已提交
466
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
467 468
      oauth
      omniauth (~> 1.0)
D
Douwe Maan 已提交
469 470 471
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
R
Robert Speicher 已提交
472
    omniauth-saml (1.4.1)
A
Alex Lossent 已提交
473
      omniauth (~> 1.1)
R
Robert Speicher 已提交
474
      ruby-saml (~> 1.0.0)
475
    omniauth-shibboleth (1.2.1)
476
      omniauth (>= 1.0.0)
477 478 479
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
V
Valery Sizov 已提交
480 481 482 483
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
V
Valery Sizov 已提交
484
    opennebula (4.14.2)
485 486 487
      json
      nokogiri
      rbvmomi
C
Chulki Lee 已提交
488
    org-ruby (0.9.12)
R
Robert Schilling 已提交
489
      rubypants (~> 0.2)
490
    orm_adapter (0.5.0)
V
Valery Sizov 已提交
491
    paranoia (2.1.4)
D
Douwe Maan 已提交
492
      activerecord (~> 4.0)
V
Valery Sizov 已提交
493
    parser (2.2.3.0)
494
      ast (>= 1.1, < 3.0)
V
Valery Sizov 已提交
495
    pg (0.18.4)
496
    poltergeist (1.8.1)
497 498
      capybara (~> 2.1)
      cliver (~> 0.3.1)
499 500
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Douwe Maan 已提交
501
    posix-spawn (0.3.11)
502
    powerpack (0.1.1)
V
Valery Sizov 已提交
503
    pry (0.10.3)
D
Douwe Maan 已提交
504 505
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
506
      slop (~> 3.4)
D
Douwe Maan 已提交
507
    pry-rails (0.3.4)
508
      pry (>= 0.9.10)
V
Valery Sizov 已提交
509
    pyu-ruby-sasl (0.0.3.3)
D
Douwe Maan 已提交
510
    quiet_assets (1.0.3)
D
Dmitriy Zaporozhets 已提交
511
      railties (>= 3.1, < 5.0)
V
Valery Sizov 已提交
512
    rack (1.6.4)
R
Riyad Preukschas 已提交
513 514
    rack-accept (0.4.5)
      rack (>= 0.4)
515
    rack-attack (4.3.1)
M
Marin Jankovski 已提交
516
      rack
R
Robert Speicher 已提交
517
    rack-cors (0.4.0)
518 519
    rack-mount (0.8.3)
      rack (>= 1.0.0)
R
Robert Speicher 已提交
520
    rack-oauth2 (1.2.1)
V
Valery Sizov 已提交
521 522
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
523
      httpclient (>= 2.4)
V
Valery Sizov 已提交
524 525
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
526
    rack-protection (1.5.3)
G
gitlabhq 已提交
527
      rack
V
Vinnie Okada 已提交
528
    rack-test (0.6.3)
G
gitlabhq 已提交
529
      rack (>= 1.0)
V
Valery Sizov 已提交
530 531 532 533 534 535 536 537
    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)
538
      bundler (>= 1.3.0, < 2.0)
V
Valery Sizov 已提交
539 540 541 542 543 544 545 546 547 548 549 550 551
      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 已提交
552
      rake (>= 0.8.7)
553
      thor (>= 0.18.1, < 2.0)
554
    rainbow (2.0.0)
D
Douwe Maan 已提交
555
    raindrops (0.15.0)
V
Vinnie Okada 已提交
556
    rake (10.4.2)
557
    raphael-rails (2.1.2)
V
Valery Sizov 已提交
558
    rb-fsevent (0.9.6)
559
    rb-inotify (0.9.5)
560
      ffi (>= 0.5.0)
561 562
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
563 564 565 566
    rbvmomi (1.8.2)
      builder
      nokogiri (>= 1.4.1)
      trollop
D
Dmitriy Zaporozhets 已提交
567
    rdoc (3.12.2)
568
      json (~> 1.4)
569
    redcarpet (3.3.3)
V
Valery Sizov 已提交
570 571
    redis (3.2.2)
    redis-actionpack (4.0.1)
572 573 574
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
575 576
    redis-activesupport (4.1.5)
      activesupport (>= 3, < 5)
577
      redis-store (~> 1.1.0)
D
Douwe Maan 已提交
578
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
579
      redis (~> 3.0, >= 3.0.4)
580 581 582 583 584 585
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
586
      redis-store (~> 1.1.0)
V
Valery Sizov 已提交
587
    redis-store (1.1.7)
588
      redis (>= 2.2)
V
Valery Sizov 已提交
589
    request_store (1.2.1)
590 591
    rerun (0.11.0)
      listen (~> 3.0)
V
Valery Sizov 已提交
592 593
    responders (2.1.0)
      railties (>= 4.2.0, < 5)
594 595 596 597
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
V
Valery Sizov 已提交
598
    rinku (1.7.3)
599
    rotp (2.1.1)
S
Stan Hu 已提交
600
    rouge (1.10.1)
D
Douwe Maan 已提交
601 602
    rqrcode (0.7.0)
      chunky_png
603 604
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
R
Robert Speicher 已提交
605 606 607 608
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
D
Douwe Maan 已提交
609
    rspec-core (3.3.2)
R
Robert Speicher 已提交
610
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
611
    rspec-expectations (3.3.1)
612
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
613
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
614
    rspec-mocks (3.3.2)
R
Robert Speicher 已提交
615 616
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
617
    rspec-rails (3.3.3)
R
Robert Speicher 已提交
618 619 620 621 622 623 624 625
      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)
626
    rubocop (0.35.1)
627
      astrolabe (~> 1.3)
628 629
      parser (>= 2.2.3.0, < 3.0)
      powerpack (~> 0.1)
630
      rainbow (>= 1.99.1, < 3.0)
631 632
      ruby-progressbar (~> 1.7)
      tins (<= 1.6.0)
J
Jared Szechy 已提交
633
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
634
      crack (~> 0.4)
D
Douwe Maan 已提交
635
    ruby-progressbar (1.7.5)
R
Robert Speicher 已提交
636 637
    ruby-saml (1.0.0)
      nokogiri (>= 1.5.10)
A
Alex Lossent 已提交
638
      uuid (~> 2.3)
D
Douwe Maan 已提交
639
    ruby2ruby (2.1.4)
D
Dmitriy Zaporozhets 已提交
640 641
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.0)
D
Dmitriy Zaporozhets 已提交
642
    ruby_parser (3.5.0)
D
Dmitriy Zaporozhets 已提交
643
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
644
    rubyntlm (0.5.2)
645
    rubypants (0.2.0)
646
    rufus-scheduler (3.1.10)
647
    rugged (0.23.3)
648
    safe_yaml (1.0.4)
649
    sanitize (2.1.0)
650
      nokogiri (>= 1.4.4)
R
Robert Speicher 已提交
651 652
    sass (3.4.20)
    sass-rails (5.0.4)
653
      railties (>= 4.0.0, < 5.0)
R
Robert Speicher 已提交
654 655 656 657
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
V
Valery Sizov 已提交
658 659 660
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
661 662 663
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
R
Robert Speicher 已提交
664 665 666
    seed-fu (2.3.5)
      activerecord (>= 3.1, < 4.3)
      activesupport (>= 3.1, < 4.3)
R
Robert Speicher 已提交
667
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
668
      thor (~> 0.14)
669
    settingslogic (2.0.9)
D
Douwe Maan 已提交
670
    sexp_processor (4.6.0)
J
Jared Szechy 已提交
671 672
    sham_rack (1.3.6)
      rack
673
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
674
      activesupport (>= 3.0.0)
G
Gabriel Mazetto 已提交
675 676
    sidekiq (4.0.1)
      concurrent-ruby (~> 1.0)
677 678 679
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
G
Gabriel Mazetto 已提交
680 681
    sidekiq-cron (0.4.0)
      redis-namespace (>= 1.5.2)
682
      rufus-scheduler (>= 2.0.24)
G
Gabriel Mazetto 已提交
683
      sidekiq (>= 4.0.0)
684
    simple_oauth (0.1.9)
685
    simplecov (0.10.0)
686
      docile (~> 1.1.0)
687 688 689
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
D
Douwe Maan 已提交
690
    sinatra (1.4.6)
691
      rack (~> 1.4)
692
      rack-protection (~> 1.4)
D
Douwe Maan 已提交
693
      tilt (>= 1.3, < 3)
G
gitlabhq 已提交
694
    six (0.2.0)
695
    slack-notifier (1.2.1)
696
    slop (3.6.0)
D
Douwe Maan 已提交
697 698 699 700
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
701 702
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
703 704
      railties (>= 3)
      spinach (>= 0.4)
R
Robert Speicher 已提交
705
    spring (1.3.6)
J
Jeroen van Baarsen 已提交
706
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
707 708 709
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
710 711
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
712
    sprockets (2.12.4)
G
gitlabhq 已提交
713
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
714
      multi_json (~> 1.0)
G
gitlabhq 已提交
715 716
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
F
Ferdinand Rosario 已提交
717
    sprockets-rails (2.3.3)
718 719
      actionpack (>= 3.0)
      activesupport (>= 3.0)
V
Vinnie Okada 已提交
720
      sprockets (>= 2.8, < 4.0)
R
Robert Speicher 已提交
721
    stamp (0.6.0)
P
Pirate Praveen 已提交
722 723 724 725 726 727 728
    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 已提交
729
    stringex (2.5.2)
A
Alex Lossent 已提交
730
    systemu (2.6.5)
R
Robert Speicher 已提交
731 732
    task_list (1.0.2)
      html-pipeline
733 734 735 736
    teaspoon (1.0.2)
      railties (>= 3.2.5, < 5)
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
737 738
    term-ansicolor (1.3.2)
      tins (~> 1.0)
D
Douwe Maan 已提交
739
    terminal-table (1.5.2)
740
    test_after_commit (0.4.2)
D
Douwe Maan 已提交
741
      activerecord (>= 3.2)
V
Valery Sizov 已提交
742
    thin (1.6.4)
D
Douwe Maan 已提交
743
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
744
      eventmachine (~> 1.0, >= 1.0.4)
D
Douwe Maan 已提交
745
      rack (~> 1.0)
746
    thor (0.19.1)
747
    thread_safe (0.3.5)
748
    tilt (1.4.1)
749
    timfel-krb5-auth (0.8.3)
R
Robert Speicher 已提交
750
    tinder (1.10.1)
751
      eventmachine (~> 1.0)
R
Robert Speicher 已提交
752
      faraday (~> 0.9.0)
753
      faraday_middleware (~> 0.9)
R
Robert Speicher 已提交
754
      hashie (>= 1.0)
755
      json (~> 1.8.0)
R
Robert Speicher 已提交
756
      mime-types
757
      multi_json (~> 1.7)
758
      twitter-stream (~> 0.1)
D
Douwe Maan 已提交
759
    tins (1.6.0)
760
    trollop (2.1.2)
R
Robert Speicher 已提交
761
    turbolinks (2.5.3)
762
      coffee-rails
763 764 765 766
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
767
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
768
      thread_safe (~> 0.1)
R
Robert Speicher 已提交
769
    uglifier (2.7.2)
G
gitlabhq 已提交
770
      execjs (>= 0.3.0)
771
      json (>= 1.8.0)
772
    underscore-rails (1.4.4)
773 774
    unf (0.1.4)
      unf_ext
775
    unf_ext (0.0.7.1)
D
Douwe Maan 已提交
776
    unicorn (4.8.3)
777 778 779
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
V
Valery Sizov 已提交
780
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
781
      get_process_mem (~> 0)
V
Valery Sizov 已提交
782
      unicorn (>= 4, < 6)
Y
Yorick Peterse 已提交
783
    uniform_notifier (1.9.0)
R
Robert Speicher 已提交
784
    uuid (2.3.8)
A
Alex Lossent 已提交
785
      macaddr (~> 1.0)
786
    version_sorter (2.0.0)
D
Douwe Maan 已提交
787 788
    virtus (1.0.5)
      axiom-types (~> 0.1)
789
      coercible (~> 1.0)
D
Douwe Maan 已提交
790 791
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
D
Dmitriy Zaporozhets 已提交
792
    warden (1.2.3)
G
gitlabhq 已提交
793
      rack (>= 1.0)
V
Valery Sizov 已提交
794 795 796 797 798
    web-console (2.2.1)
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
799 800
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
801
      crack (>= 0.3.2)
V
Valery Sizov 已提交
802
    websocket-driver (0.6.3)
R
Robert Speicher 已提交
803 804
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
V
Valery Sizov 已提交
805
    wikicloth (0.8.1)
R
Robert Schilling 已提交
806 807
      builder
      expression_parser
V
Valery Sizov 已提交
808
      rinku
809
    xpath (2.0.0)
G
gitlabhq 已提交
810 811 812 813 814 815
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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

BUNDLED WITH
   1.10.6