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

PLATFORMS
  ruby

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

BUNDLED WITH
   1.10.6