Skip to content
代码片段 群组 项目
Gemfile.lock 29.8 KB
更新 更旧
gitlabhq's avatar
gitlabhq 已提交
GEM
  remote: https://rubygems.org/
gitlabhq's avatar
gitlabhq 已提交
  specs:
    RedCloth (4.3.2)
    abstract_type (0.0.7)
Sean McGivern's avatar
Sean McGivern 已提交
    ace-rails-ap (4.1.2)
Rémy Coutable's avatar
Rémy Coutable 已提交
    actionmailer (4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
Vinnie Okada's avatar
Vinnie Okada 已提交
      mail (~> 2.5, >= 2.5.4)
Valery Sizov's avatar
Valery Sizov 已提交
      rails-dom-testing (~> 1.0, >= 1.0.5)
Rémy Coutable's avatar
Rémy Coutable 已提交
    actionpack (4.2.10)
      actionview (= 4.2.10)
      activesupport (= 4.2.10)
Valery Sizov's avatar
Valery Sizov 已提交
      rack (~> 1.6)
      rack-test (~> 0.6.2)
Valery Sizov's avatar
Valery Sizov 已提交
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
Rémy Coutable's avatar
Rémy Coutable 已提交
    actionview (4.2.10)
      activesupport (= 4.2.10)
Marin Jankovski's avatar
Marin Jankovski 已提交
      builder (~> 3.1)
      erubis (~> 2.7.0)
Valery Sizov's avatar
Valery Sizov 已提交
      rails-dom-testing (~> 1.0, >= 1.0.5)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
Rémy Coutable's avatar
Rémy Coutable 已提交
    activejob (4.2.10)
      activesupport (= 4.2.10)
Valery Sizov's avatar
Valery Sizov 已提交
      globalid (>= 0.3.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    activemodel (4.2.10)
      activesupport (= 4.2.10)
Marin Jankovski's avatar
Marin Jankovski 已提交
      builder (~> 3.1)
Rémy Coutable's avatar
Rémy Coutable 已提交
    activerecord (4.2.10)
      activemodel (= 4.2.10)
      activesupport (= 4.2.10)
Valery Sizov's avatar
Valery Sizov 已提交
      arel (~> 6.0)
    activerecord_sane_schema_dumper (0.2)
      rails (>= 4, < 5)
Rémy Coutable's avatar
Rémy Coutable 已提交
    activesupport (4.2.10)
Valery Sizov's avatar
Valery Sizov 已提交
      i18n (~> 0.7)
Marin Jankovski's avatar
Marin Jankovski 已提交
      minitest (~> 5.1)
Valery Sizov's avatar
Valery Sizov 已提交
      thread_safe (~> 0.3, >= 0.3.4)
Marin Jankovski's avatar
Marin Jankovski 已提交
      tzinfo (~> 1.1)
    acts-as-taggable-on (4.0.0)
      activerecord (>= 4.0)
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    allocations (1.0.5)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    arel (6.0.4)
    asana (0.6.0)
Robert Speicher's avatar
Robert Speicher 已提交
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
Valery Sizov's avatar
Valery Sizov 已提交
    asciidoctor (1.5.3)
    asciidoctor-plantuml (0.0.7)
      asciidoctor (~> 1.5)
    asset_sync (2.2.0)
      activemodel (>= 4.1.0)
      fog-core
      mime-types (>= 2.99)
      unf
    ast (2.3.0)
    attr_encrypted (3.0.3)
      encryptor (~> 3.0.0)
Valery Sizov's avatar
Valery Sizov 已提交
    attr_required (1.0.0)
    autoprefixer-rails (6.2.3)
      execjs
      json
    awesome_print (1.2.0)
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    base32 (0.3.2)
    batch-loader (1.2.1)
    benchmark-ips (2.3.0)
    better_errors (2.1.1)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    bindata (2.4.1)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    blankslate (2.1.2.4)
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
Nick Thomas's avatar
Nick Thomas 已提交
    bootstrap_form (2.7.0)
    brakeman (3.6.1)
Stan Hu's avatar
Stan Hu 已提交
    browser (2.2.0)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    builder (3.2.3)
    bullet (5.5.1)
      activesupport (>= 3.0.0)
      uniform_notifier (~> 1.10.0)
    bundler-audit (0.5.0)
      bundler (~> 1.2)
      thor (~> 0.18)
    byebug (9.0.6)
    capybara (2.15.1)
Stan Hu's avatar
Stan Hu 已提交
      addressable
      mini_mime (>= 0.1.3)
gitlabhq's avatar
gitlabhq 已提交
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
    capybara-screenshot (1.0.14)
      capybara (>= 1.0, < 3)
      launchy
    carrierwave (1.2.1)
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
      mime-types (>= 1.16)
    charlock_holmes (0.7.5)
    childprocess (0.7.0)
      ffi (~> 1.0, >= 1.0.11)
    chronic (0.10.2)
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
Valery Sizov's avatar
Valery Sizov 已提交
    chunky_png (1.3.5)
    coderay (1.1.1)
      descendants_tracker (~> 0.0.1)
    colorize (0.7.7)
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
    concurrent-ruby-ext (1.0.5)
      concurrent-ruby (= 1.0.5)
    connection_pool (2.2.1)
      safe_yaml (~> 1.0.0)
    creole (0.5.0)
      addressable
    d3_rails (3.5.11)
      railties (>= 3.1.0)
    daemons (1.2.3)
    database_cleaner (1.5.3)
    debug_inspector (0.0.2)
    debugger-ruby_core_source (1.3.8)
Jared Deckard's avatar
Jared Deckard 已提交
    deckar01-task_list (2.0.0)
    declarative (0.0.10)
    declarative-option (0.1.0)
    default_value_for (3.0.2)
      activerecord (>= 3.2.0, < 5.1)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    devise (4.2.0)
Marin Jankovski's avatar
Marin Jankovski 已提交
      bcrypt (~> 3.0)
Nihad Abbasov's avatar
Nihad Abbasov 已提交
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.1)
Robert Speicher's avatar
Robert Speicher 已提交
      responders
      warden (~> 1.2.3)
    devise-two-factor (3.0.0)
      activesupport
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
      railties
Robert Speicher's avatar
Robert Speicher 已提交
    diff-lcs (1.3)
    diffy (3.1.0)
DJ Mountney's avatar
DJ Mountney 已提交
    docile (1.1.5)
    domain_name (0.5.20161021)
      unf (>= 0.0.5, < 1.0.0)
    doorkeeper (4.2.6)
      railties (>= 4.2)
    doorkeeper-openid_connect (1.2.0)
      doorkeeper (~> 4.0)
      json-jwt (~> 1.6)
Valery Sizov's avatar
Valery Sizov 已提交
    dropzonejs-rails (0.7.2)
    email_reply_trimmer (0.1.6)
Robert Speicher's avatar
Robert Speicher 已提交
    email_spec (1.6.0)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      launchy (~> 2.1)
      mail (~> 2.2)
    encryptor (3.0.0)
    equalizer (0.0.11)
gitlabhq's avatar
gitlabhq 已提交
    erubis (2.7.0)
    eventmachine (1.0.8)
    execjs (2.6.0)
Robert Schilling's avatar
Robert Schilling 已提交
    expression_parser (0.9.0)
      activesupport (>= 3.0.0)
    factory_bot_rails (4.8.2)
      factory_bot (~> 4.8.2)
      railties (>= 3.0.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.11.0.1)
      faraday (>= 0.7.4, < 1.0)
Robert Speicher's avatar
Robert Speicher 已提交
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
Sid Sijbrandij's avatar
Sid Sijbrandij 已提交
    fast_blank (1.0.0)
Ruben Davila's avatar
Ruben Davila 已提交
    fast_gettext (1.4.0)
    ffi (1.9.18)
      erubis (~> 2.7.0)
      path_expander (~> 1.0)
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
    flipper (0.11.0)
    flipper-active_record (0.11.0)
      activerecord (>= 3.2, < 6)
      flipper (~> 0.11.0)
    flipper-active_support_cache_store (0.11.0)
      activesupport (>= 3.2, < 6)
      flipper (~> 0.11.0)
Valery Sizov's avatar
Valery Sizov 已提交
    flowdock (0.7.1)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
      fog-core (~> 1.38)
Stan Hu's avatar
Stan Hu 已提交
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
      excon (~> 0.49)
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
Stan Hu's avatar
Stan Hu 已提交
      fog-core (~> 1.27)
    fog-openstack (0.1.21)
      fog-core (>= 1.40)
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
    fog-xml (0.1.3)
      nokogiri (>= 1.5.11, < 2.0.0)
    font-awesome-rails (4.7.0.1)
      railties (>= 3.2, < 5.1)
    foreman (0.78.0)
      thor (~> 0.19.1)
Robert Speicher's avatar
Robert Speicher 已提交
    fuubar (2.2.0)
      rspec-core (~> 3.0)
Robert Speicher's avatar
Robert Speicher 已提交
      ruby-progressbar (~> 1.4)
    gemnasium-gitlab-service (0.2.6)
      rugged (~> 0.21)
    get_process_mem (0.2.0)
Ruben Davila's avatar
Ruben Davila 已提交
    gettext (3.2.2)
      locale (>= 2.0.5)
      text (>= 1.3.0)
    gettext_i18n_rails (1.8.0)
      fast_gettext (>= 0.9.0)
    gettext_i18n_rails_js (1.2.0)
      gettext (>= 3.0.2)
      gettext_i18n_rails (>= 0.7.1)
      po_to_json (>= 1.0.0)
      rails (>= 3.2.0)
    gherkin-ruby (0.3.2)
    gitaly-proto (0.88.0)
      google-protobuf (~> 3.1)
      grpc (~> 1.0)
    github-linguist (5.3.3)
      charlock_holmes (~> 0.7.5)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.25.1)
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
    gitlab-grit (2.8.2)
      charlock_holmes (~> 0.6)
      mime-types (>= 1.16)
    gitlab-markup (1.6.3)
    gitlab-styles (2.3.2)
Rémy Coutable's avatar
Rémy Coutable 已提交
      rubocop (~> 0.51)
      rubocop-gitlab-security (~> 0.1.0)
      rubocop-rspec (~> 1.19)
    gitlab_omniauth-ldap (2.0.4)
      net-ldap (~> 0.16)
      omniauth (~> 1.3)
      pyu-ruby-sasl (>= 0.0.3.3, < 0.1)
      rubyntlm (~> 0.5)
Rémy Coutable's avatar
Rémy Coutable 已提交
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    gollum-grit_adapter (1.0.1)
Valery Sizov's avatar
Valery Sizov 已提交
      gitlab-grit (~> 2.7, >= 2.7.1)
    gollum-lib (4.2.7)
      gemojione (~> 3.2)
      github-markup (~> 1.6)
      gollum-grit_adapter (~> 1.0)
      nokogiri (>= 1.6.1, < 2.0)
      rouge (~> 2.1)
      sanitize (~> 2.1)
      stringex (~> 2.6)
    gollum-rugged_adapter (0.4.4)
      mime-types (>= 1.15)
      rugged (~> 0.25)
    gon (6.1.0)
Robert Speicher's avatar
Robert Speicher 已提交
      actionpack (>= 3.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      json
Robert Speicher's avatar
Robert Speicher 已提交
      multi_json
      request_store (>= 1.0)
    google-api-client (0.13.6)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (~> 0.5)
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
    google-protobuf (3.5.1)
    googleapis-common-protos-types (1.0.1)
      google-protobuf (~> 3.0)
    googleauth (0.5.3)
      faraday (~> 0.12)
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
    gpgme (2.0.13)
      mini_portile2 (~> 2.1)
    grape (1.0.0)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      activesupport
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      mustermann-grape (~> 1.0.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      rack (>= 1.3.0)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      rack-accept
      virtus (>= 1.0.0)
    grape-entity (0.6.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      activesupport
      multi_json (>= 1.3.2)
    grape-route-helpers (2.1.0)
      grape (>= 0.16.0)
      googleapis-common-protos-types (~> 1.0.0)
      googleauth (>= 0.5.1, < 0.7)
    haml (4.0.7)
      tilt
    haml_lint (0.26.0)
      haml (>= 4.0, < 5.1)
      rainbow
      rake (>= 10, < 13)
      rubocop (>= 0.49.0)
      sysexits (~> 1.1)
Robert Speicher's avatar
Robert Speicher 已提交
    hamlit (2.6.1)
connorshea's avatar
connorshea 已提交
      temple (~> 0.7.6)
      thor
    hashie (3.5.6)
    hashie-forbidden_attributes (0.1.1)
      hashie (>= 3.0)
    hipchat (1.5.2)
Chulki Lee's avatar
Chulki Lee 已提交
      mimemagic
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
    html2text (0.2.0)
      nokogiri (~> 1.6)
    htmlentities (4.3.4)
    http (0.9.8)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 1.0.1)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (1.0.1)
    http_parser.rb (0.6.0)
Valery Sizov's avatar
Valery Sizov 已提交
    httparty (0.13.7)
      json (~> 1.8)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      multi_xml (>= 0.5.2)
    httpclient (2.8.2)
Rémy Coutable's avatar
Rémy Coutable 已提交
    i18n (0.9.1)
      concurrent-ruby (~> 1.0)
    ice_nine (0.11.2)
    influxdb (0.2.3)
      cause
      json
    ipaddress (0.8.3)
      activesupport
      oauth (~> 0.5, >= 0.5.0)
    jquery-atwho-rails (1.3.2)
Takuya Noguchi's avatar
Takuya Noguchi 已提交
    jquery-rails (4.3.1)
      rails-dom-testing (>= 1, < 3)
      thor (>= 0.14, < 2.0)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    json (1.8.6)
    json-jwt (1.7.2)
      activesupport
      bindata
      multi_json (>= 1.3)
      securecompare
      url_safe_base64
    json-schema (2.8.0)
      addressable (>= 2.4)
    kaminari (1.0.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.0.1)
      kaminari-activerecord (= 1.0.1)
      kaminari-core (= 1.0.1)
    kaminari-actionview (1.0.1)
      actionview
      kaminari-core (= 1.0.1)
    kaminari-activerecord (1.0.1)
      activerecord
      kaminari-core (= 1.0.1)
    kaminari-core (1.0.1)
Valery Sizov's avatar
Valery Sizov 已提交
    kgio (2.10.0)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    knapsack (1.11.0)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
      rake
      timecop (>= 0.1.0)
    kubeclient (2.2.0)
      http (= 0.9.8)
      recursive-open-struct (= 1.0.0)
      rest-client
Robert Speicher's avatar
Robert Speicher 已提交
    launchy (2.4.3)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      addressable (~> 2.3)
    letter_opener (1.4.1)
      launchy (~> 2.2)
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
    license_finder (3.1.1)
Connor Shea's avatar
Connor Shea 已提交
      bundler
      httparty
      rubyzip
      thor
      toml (= 0.1.2)
      with_env (> 1.0)
Connor Shea's avatar
Connor Shea 已提交
      xml-simple
    licensee (8.7.0)
      rugged (~> 0.24)
    little-plugger (1.1.4)
Ruben Davila's avatar
Ruben Davila 已提交
    locale (2.1.2)
    logging (2.2.2)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
    lograge (0.5.1)
      actionpack (>= 4, < 5.2)
      activesupport (>= 4, < 5.2)
      railties (>= 4, < 5.2)
Valery Sizov's avatar
Valery Sizov 已提交
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
Rémy Coutable's avatar
Rémy Coutable 已提交
    mail (2.7.0)
      mini_mime (>= 0.1.1)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
Chulki Lee's avatar
Chulki Lee 已提交
    mimemagic (0.3.0)
    mini_mime (0.1.4)
    mini_portile2 (2.3.0)
    minitest (5.7.0)
    mousetrap-rails (1.4.6)
    multi_json (1.12.2)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
    mustermann (1.0.0)
    mustermann-grape (1.0.0)
      mustermann (~> 1.0.0)
    net-ldap (0.16.0)
    nokogiri (1.8.2)
      mini_portile2 (~> 2.3.0)
    numerizer (0.1.1)
    oauth (0.5.1)
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    octokit (4.6.2)
Manuel Rüger's avatar
Manuel Rüger 已提交
      sawyer (~> 0.8.0, >= 0.5.3)
Stan Hu's avatar
Stan Hu 已提交
    omniauth (1.4.2)
      hashie (>= 1.2, < 4)
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
      omniauth-oauth2 (~> 1.3, >= 1.3.1)
      jwt (~> 1.0)
      omniauth (~> 1.0)
tduehr's avatar
tduehr 已提交
      addressable (~> 2.3)
      nokogiri (~> 1.7, >= 1.7.1)
tduehr's avatar
tduehr 已提交
      omniauth (~> 1.2)
    omniauth-facebook (4.0.0)
Douwe Maan's avatar
Douwe Maan 已提交
      omniauth-oauth2 (~> 1.2)
    omniauth-github (1.1.2)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-google-oauth2 (0.5.2)
      jwt (~> 1.5)
Valery Sizov's avatar
Valery Sizov 已提交
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (>= 1.3.1)
    omniauth-kerberos (0.3.0)
Valery Sizov's avatar
Valery Sizov 已提交
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
    omniauth-multipassword (0.4.2)
Valery Sizov's avatar
Valery Sizov 已提交
      omniauth (~> 1.0)
    omniauth-oauth (1.1.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      oauth
      omniauth (~> 1.0)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    omniauth-oauth2-generic (0.2.2)
      omniauth-oauth2 (~> 1.0)
    omniauth-shibboleth (1.2.1)
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
Valery Sizov's avatar
Valery Sizov 已提交
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
Chulki Lee's avatar
Chulki Lee 已提交
    org-ruby (0.9.12)
Robert Schilling's avatar
Robert Schilling 已提交
      rubypants (~> 0.2)
    orm_adapter (0.5.0)
    parslet (1.5.0)
      blankslate (~> 2.0)
    path_expander (1.0.2)
    peek (1.0.1)
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 4.0.0)
    peek-gc (0.0.2)
      peek
    peek-host (1.0.0)
      peek
    peek-mysql2 (1.1.0)
      atomic (>= 1.0.0)
      mysql2
      peek
    peek-performance_bar (1.3.1)
      peek (>= 0.1.0)
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-rblineprof (0.2.0)
      peek
      rblineprof
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
    peek-sidekiq (1.0.3)
      atomic (>= 1.0.0)
      peek
      sidekiq
Valery Sizov's avatar
Valery Sizov 已提交
    pg (0.18.4)
    po_to_json (1.0.1)
      json (>= 1.6.0)
    powerpack (0.1.1)
      htmlentities (>= 4.0.0)
      actionmailer (>= 3, < 6)
      premailer (~> 1.7, >= 1.7.9)
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
    prometheus-client-mmap (0.9.1)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.4.2)
      byebug (~> 9.0)
      pry (~> 0.10)
    pry-rails (0.3.5)
      pry (>= 0.9.10)
    public_suffix (3.0.0)
Valery Sizov's avatar
Valery Sizov 已提交
    pyu-ruby-sasl (0.0.3.3)
Robert Speicher's avatar
Robert Speicher 已提交
    rack (1.6.8)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-attack (4.4.1)
Marin Jankovski's avatar
Marin Jankovski 已提交
      rack
    rack-cors (1.0.2)
    rack-oauth2 (1.2.3)
Valery Sizov's avatar
Valery Sizov 已提交
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.4)
Valery Sizov's avatar
Valery Sizov 已提交
      multi_json (>= 1.3.6)
      rack (>= 1.1)
    rack-protection (1.5.3)
gitlabhq's avatar
gitlabhq 已提交
      rack
    rack-proxy (0.6.0)
      rack
Vinnie Okada's avatar
Vinnie Okada 已提交
    rack-test (0.6.3)
gitlabhq's avatar
gitlabhq 已提交
      rack (>= 1.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    rails (4.2.10)
      actionmailer (= 4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
      activemodel (= 4.2.10)
      activerecord (= 4.2.10)
      activesupport (= 4.2.10)
      bundler (>= 1.3.0, < 2.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
      railties (= 4.2.10)
Valery Sizov's avatar
Valery Sizov 已提交
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    rails-dom-testing (1.0.8)
Valery Sizov's avatar
Valery Sizov 已提交
      activesupport (>= 4.2.0.beta, < 5.0)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
      nokogiri (~> 1.6)
Valery Sizov's avatar
Valery Sizov 已提交
      rails-deprecated_sanitizer (>= 1.0.1)
Valery Sizov's avatar
Valery Sizov 已提交
      loofah (~> 2.0)
    rails-i18n (4.0.9)
      i18n (~> 0.7)
      railties (~> 4.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    railties (4.2.10)
      actionpack (= 4.2.10)
      activesupport (= 4.2.10)
gitlabhq's avatar
gitlabhq 已提交
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.2)
      rake
    raindrops (0.18.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    rake (12.3.0)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
    rbnacl (4.0.2)
    rdoc (4.2.2)
    recursive-open-struct (1.0.0)
Stan Hu's avatar
Stan Hu 已提交
    redis (3.3.5)
    redis-actionpack (5.0.2)
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.0.4)
      activesupport (>= 3, < 6)
      redis-store (>= 1.3, < 2)
    redis-namespace (1.5.2)
Jacob Vosmaer's avatar
Jacob Vosmaer 已提交
      redis (~> 3.0, >= 3.0.4)
    redis-rack (2.0.4)
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 2)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
    redis-store (1.4.1)
      redis (>= 2.2, < 5)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    request_store (1.3.1)
    responders (2.3.0)
      railties (>= 4.2.0, < 5.1)
    rest-client (2.0.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
Paco Guzman's avatar
Paco Guzman 已提交
    rinku (2.0.0)
pbr's avatar
pbr 已提交
    rouge (2.2.1)
    rqrcode (0.7.0)
      chunky_png
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
Robert Speicher's avatar
Robert Speicher 已提交
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
Robert Speicher's avatar
Robert Speicher 已提交
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
Robert Speicher's avatar
Robert Speicher 已提交
      diff-lcs (>= 1.2.0, < 2.0)
Robert Speicher's avatar
Robert Speicher 已提交
      rspec-support (~> 3.6.0)
    rspec-parameterized (0.4.0)
      binding_of_caller
      parser
      proc_to_ast
      rspec (>= 2.13, < 4)
      unparser
Robert Speicher's avatar
Robert Speicher 已提交
    rspec-rails (3.6.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
Robert Speicher's avatar
Robert Speicher 已提交
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    rspec-retry (0.4.5)
      rspec-core
    rspec-set (0.1.3)
Robert Speicher's avatar
Robert Speicher 已提交
    rspec-support (3.6.0)
    rspec_profiling (0.0.5)
Rémy Coutable's avatar
Rémy Coutable 已提交
      parser (>= 2.4.0.2, < 3.0)
      powerpack (~> 0.1)
Rémy Coutable's avatar
Rémy Coutable 已提交
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
Rémy Coutable's avatar
Rémy Coutable 已提交
    rubocop-gitlab-security (0.1.1)
      rubocop (>= 0.51)
    rubocop-rspec (1.22.1)
      rubocop (>= 0.52.1)
Jared Szechy's avatar
Jared Szechy 已提交
    ruby-fogbugz (0.2.1)
      crack (~> 0.4)
Elan Ruusamäe's avatar
Elan Ruusamäe 已提交
    ruby-prof (0.16.2)
Rémy Coutable's avatar
Rémy Coutable 已提交
    ruby-progressbar (1.9.0)
      nokogiri (>= 1.5.10)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      sexp_processor (~> 4.1)
    rubyntlm (0.6.2)
    rubypants (0.2.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    rubyzip (1.2.1)
Alexis Reigel's avatar
Alexis Reigel 已提交
    rugged (0.26.0)
    sanitize (2.1.0)
      nokogiri (>= 1.4.4)
    sass (3.5.5)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
Manuel Rüger's avatar
Manuel Rüger 已提交
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
      faraday (~> 0.8, < 1.0)
    scss_lint (0.56.0)
      rake (>= 0.9, < 13)
      sass (~> 3.5.3)
    securecompare (1.0.0)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
    select2-rails (3.5.9.3)
      thor (~> 0.14)
    selenium-webdriver (3.5.0)
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
    sentry-raven (2.5.3)
      faraday (>= 0.7.6, < 1.0)
    sexp_processor (4.9.0)
Jared Szechy's avatar
Jared Szechy 已提交
    sham_rack (1.3.6)
      rack
    shoulda-matchers (3.1.2)
      activesupport (>= 4.0.0)
Stan Hu's avatar
Stan Hu 已提交
    sidekiq (5.0.5)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      rack-protection (>= 1.5.0)
Stan Hu's avatar
Stan Hu 已提交
      redis (>= 3.3.4, < 5)
    sidekiq-limit_fetch (3.4.0)
      sidekiq (>= 4)
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
    simple_po_parser (1.1.2)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slack-notifier (1.5.1)
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
Nihad Abbasov's avatar
Nihad Abbasov 已提交
      railties (>= 3)
      spinach (>= 0.4)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
    spring (2.0.1)
      activesupport (>= 4.2)
Jeroen van Baarsen's avatar
Jeroen van Baarsen 已提交
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    spring-commands-spinach (1.1.0)
      spring (>= 0.9.1)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
Rémy Coutable's avatar
Rémy Coutable 已提交
    sprockets-rails (3.2.1)
Robert Speicher's avatar
Robert Speicher 已提交
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
Pirate Praveen's avatar
Pirate Praveen 已提交
    state_machines (0.4.0)
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
Pirate Praveen's avatar
Pirate Praveen 已提交
      state_machines (>= 0.4.0)
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
Pirate Praveen's avatar
Pirate Praveen 已提交
      state_machines-activemodel (>= 0.3.0)
    sys-filesystem (1.1.6)
      ffi
    sysexits (1.2.0)
connorshea's avatar
connorshea 已提交
    temple (0.7.7)
Rémy Coutable's avatar
Rémy Coutable 已提交
    test-prof (0.2.5)
    test_after_commit (1.1.0)
      activerecord (>= 3.2)
Ruben Davila's avatar
Ruben Davila 已提交
    text (1.3.1)
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
Valery Sizov's avatar
Valery Sizov 已提交
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
Z.J. van de Weg's avatar
Z.J. van de Weg 已提交
    thor (0.19.4)
    thread_safe (0.3.6)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    timecop (0.8.1)
    timfel-krb5-auth (0.8.3)
    toml (0.1.2)
      parslet (~> 1.5.0)
Ken's avatar
Ken 已提交
    toml-rb (1.0.0)
      citrus (~> 3.0, > 3.0)
      nokogiri (~> 1.8.0, >= 1.7.0)
Rémy Coutable's avatar
Rémy Coutable 已提交
    tzinfo (1.2.4)
Marin Jankovski's avatar
Marin Jankovski 已提交
      thread_safe (~> 0.1)
    uglifier (2.7.2)
gitlabhq's avatar
gitlabhq 已提交
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    unicode-display_width (1.3.0)
    unicorn (5.1.0)
      kgio (~> 2.6)
      raindrops (~> 0.7)
Valery Sizov's avatar
Valery Sizov 已提交
    unicorn-worker-killer (0.4.4)
      get_process_mem (~> 0)
Valery Sizov's avatar
Valery Sizov 已提交
      unicorn (>= 4, < 6)
    uniform_notifier (1.10.0)
    unparser (0.2.6)
      abstract_type (~> 0.0.7)
      adamantium (~> 0.2.0)
      concord (~> 0.1.5)
      diff-lcs (~> 1.3)
      equalizer (~> 0.0.9)
      parser (>= 2.3.1.2, < 2.5)
      procto (~> 0.0.2)
    url_safe_base64 (0.2.2)
      activerecord (>= 3.0)
      activesupport (>= 3.0)
    virtus (1.0.5)
      axiom-types (~> 0.1)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
    vmstat (2.3.0)
gitlabhq's avatar
gitlabhq 已提交
      rack (>= 1.0)
      addressable (>= 2.3.6)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      crack (>= 0.3.2)
    webpack-rails (0.9.10)
      railties (>= 3.2.0)
Valery Sizov's avatar
Valery Sizov 已提交
    wikicloth (0.8.1)
Robert Schilling's avatar
Robert Schilling 已提交
      builder
      expression_parser
Valery Sizov's avatar
Valery Sizov 已提交
      rinku
    with_env (1.1.0)
gitlabhq's avatar
gitlabhq 已提交
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  RedCloth (~> 4.3.2)
  ace-rails-ap (~> 4.1.0)
  activerecord_sane_schema_dumper (= 0.2)
  acts-as-taggable-on (~> 4.0)
  addressable (~> 2.5.2)
  allocations (~> 1.0)
  asana (~> 0.6.0)
  asciidoctor (~> 1.5.2)
  asciidoctor-plantuml (= 0.0.7)
  asset_sync (~> 2.2.0)