Skip to content
代码片段 群组 项目
Gemfile.lock 38.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)
    acme-client (2.0.6)
      faraday (>= 0.17, < 2.0.0)
    actioncable (6.0.3.4)
      actionpack (= 6.0.3.4)
Jasper Maes's avatar
Jasper Maes 已提交
      nio4r (~> 2.0)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
      websocket-driver (>= 0.6.1)
    actionmailbox (6.0.3.4)
      actionpack (= 6.0.3.4)
      activejob (= 6.0.3.4)
      activerecord (= 6.0.3.4)
      activestorage (= 6.0.3.4)
      activesupport (= 6.0.3.4)
      mail (>= 2.7.1)
    actionmailer (6.0.3.4)
      actionpack (= 6.0.3.4)
      actionview (= 6.0.3.4)
      activejob (= 6.0.3.4)
Vinnie Okada's avatar
Vinnie Okada 已提交
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.0.3.4)
      actionview (= 6.0.3.4)
      activesupport (= 6.0.3.4)
Stan Hu's avatar
Stan Hu 已提交
      rack (~> 2.0, >= 2.0.8)
Jasper Maes's avatar
Jasper Maes 已提交
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (6.0.3.4)
      actionpack (= 6.0.3.4)
      activerecord (= 6.0.3.4)
      activestorage (= 6.0.3.4)
      activesupport (= 6.0.3.4)
      nokogiri (>= 1.8.5)
    actionview (6.0.3.4)
      activesupport (= 6.0.3.4)
Marin Jankovski's avatar
Marin Jankovski 已提交
      builder (~> 3.1)
Jasper Maes's avatar
Jasper Maes 已提交
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activejob (6.0.3.4)
      activesupport (= 6.0.3.4)
      globalid (>= 0.3.6)
    activemodel (6.0.3.4)
      activesupport (= 6.0.3.4)
    activerecord (6.0.3.4)
      activemodel (= 6.0.3.4)
      activesupport (= 6.0.3.4)
    activerecord-explain-analyze (0.1.0)
      activerecord (>= 4)
      pg
    activestorage (6.0.3.4)
      actionpack (= 6.0.3.4)
      activejob (= 6.0.3.4)
      activerecord (= 6.0.3.4)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
      marcel (~> 0.3.1)
    activesupport (6.0.3.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
Marin Jankovski's avatar
Marin Jankovski 已提交
      minitest (~> 5.1)
      tzinfo (~> 1.1)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
      zeitwerk (~> 2.2, >= 2.2.2)
    acts-as-taggable-on (7.0.0)
      activerecord (>= 5.0, < 6.2)
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    aes_key_wrap (1.1.0)
Stan Hu's avatar
Stan Hu 已提交
    akismet (3.0.0)
    android_key_attestation (0.3.0)
    apollo_upload_server (2.0.2)
      graphql (>= 1.8)
      rails (>= 4.2)
    asana (0.10.3)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0)
Robert Speicher's avatar
Robert Speicher 已提交
      faraday_middleware-multi_json (~> 0.0)
Stan Hu's avatar
Stan Hu 已提交
      oauth2 (~> 1.4)
    asciidoctor (2.0.12)
    asciidoctor-include-ext (0.3.1)
      asciidoctor (>= 1.5.6, < 3.0.0)
    asciidoctor-kroki (0.3.0)
      asciidoctor (~> 2.0)
    asciidoctor-plantuml (0.0.12)
      asciidoctor (>= 1.5.6, < 3.0.0)
    ast (2.4.1)
    atlassian-jwt (0.2.0)
      jwt (~> 2.1.0)
    attr_encrypted (3.1.0)
      encryptor (~> 3.0.0)
    attr_required (1.0.1)
    autoprefixer-rails (10.2.0.0)
      execjs
    awesome_print (1.8.0)
    aws-eventstream (1.1.0)
    aws-partitions (1.345.0)
    aws-sdk-cloudformation (1.41.0)
      aws-sdk-core (~> 3, >= 3.99.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-core (3.104.3)
      aws-eventstream (~> 1, >= 1.0.2)
      aws-partitions (~> 1, >= 1.239.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-kms (1.36.0)
      aws-sdk-core (~> 3, >= 3.99.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-s3 (1.75.0)
      aws-sdk-core (~> 3, >= 3.104.1)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.1)
    aws-sigv4 (1.2.1)
      aws-eventstream (~> 1, >= 1.0.2)
Tan Le's avatar
Tan Le 已提交
    azure-storage-blob (2.0.1)
      azure-storage-common (~> 2.0)
Tan Le's avatar
Tan Le 已提交
      nokogiri (~> 1.11.0.rc2)
    azure-storage-common (2.0.2)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0.0.rc1)
Tan Le's avatar
Tan Le 已提交
      net-http-persistent (~> 4.0)
      nokogiri (~> 1.11.0.rc2)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
    base32 (0.3.2)
    batch-loader (1.4.0)
Stan Hu's avatar
Stan Hu 已提交
    bcrypt (3.1.12)
    bcrypt_pbkdf (1.0.0)
    benchmark-ips (2.3.0)
    benchmark-memory (0.1.2)
      memory_profiler (~> 0.9)
    better_errors (2.7.1)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    bindata (2.4.8)
    binding_ninja (0.2.3)
Stan Hu's avatar
Stan Hu 已提交
    bootsnap (1.4.6)
    bootstrap_form (4.2.0)
      actionpack (>= 5.0)
      activemodel (>= 5.0)
    brakeman (4.2.1)
    browser (4.2.0)
    builder (3.2.4)
    bullet (6.1.3)
      activesupport (>= 3.0.0)
      uniform_notifier (~> 1.11)
    bundler-audit (0.7.0.1)
      bundler (>= 1.2.0, < 3)
      thor (>= 0.18, < 2)
Toon Claes's avatar
Toon Claes 已提交
    byebug (11.1.3)
Stan Hu's avatar
Stan Hu 已提交
      addressable
      mini_mime (>= 0.1.3)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (~> 1.5)
      xpath (~> 3.2)
    capybara-screenshot (1.0.22)
      capybara (>= 1.0, < 4)
      launchy
Stan Hu's avatar
Stan Hu 已提交
    carrierwave (1.3.1)
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
      mime-types (>= 1.16)
    character_set (1.4.0)
    charlock_holmes (0.7.7)
    childprocess (3.0.0)
Valery Sizov's avatar
Valery Sizov 已提交
    chunky_png (1.3.5)
    claide (1.0.3)
    claide-plugins (0.9.2)
      cork
      nap
      open4 (~> 1.3)
Toon Claes's avatar
Toon Claes 已提交
    coderay (1.1.3)
    colored2 (3.1.2)
    commonmarker (0.21.0)
      ruby-enum (~> 0.5)
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
Thong Kuah's avatar
Thong Kuah 已提交
    concurrent-ruby (1.1.7)
Stan Hu's avatar
Stan Hu 已提交
    connection_pool (2.2.2)
    contracts (0.11.0)
    cork (0.3.0)
      colored2 (~> 3.1)
    cose (1.0.0)
      cbor (~> 0.5.9)
      openssl-signature_algorithm (~> 0.4.0)
    countries (3.0.0)
      i18n_data (~> 0.8.0)
      sixarm_ruby_unaccent (~> 1.1)
      unicode_utils (~> 1.4)
      safe_yaml (~> 1.0.0)
Stan Hu's avatar
Stan Hu 已提交
    crass (1.0.6)
    creole (0.5.0)
    crystalball (0.7.0)
      git
      addressable
Brett Walker's avatar
Brett Walker 已提交
    daemons (1.3.1)
Albert Salim's avatar
Albert Salim 已提交
    danger (8.0.6)
      claide (~> 1.0)
      claide-plugins (>= 0.9.2)
      colored2 (~> 3.1)
      cork (~> 0.1)
      faraday (>= 0.9.0, < 2.0)
      faraday-http-cache (~> 2.0)
      git (~> 1.7)
      kramdown (~> 2.3)
      kramdown-parser-gfm (~> 1.0)
      no_proxy_fix
      octokit (~> 4.7)
      terminal-table (~> 1)
    database_cleaner (1.7.0)
    debugger-ruby_core_source (1.3.8)
    deckar01-task_list (2.3.1)
Stan Hu's avatar
Stan Hu 已提交
    declarative (0.0.20)
    declarative-option (0.1.0)
    default_value_for (3.4.0)
      activerecord (>= 3.2.0, < 7.0)
    deprecation_toolkit (1.5.1)
      activesupport (>= 4.2)
    derailed_benchmarks (1.8.1)
      benchmark-ips (~> 2)
      get_process_mem (~> 0)
      heapy (~> 0)
      memory_profiler (~> 0)
      mini_histogram (>= 0.2.1)
      rack (>= 1)
      rake (> 10, < 14)
      ruby-statistics (>= 2.1)
      thor (>= 0.19, < 2)
Marin Jankovski's avatar
Marin Jankovski 已提交
      bcrypt (~> 3.0)
Nihad Abbasov's avatar
Nihad Abbasov 已提交
      orm_adapter (~> 0.1)
      railties (>= 4.1.0)
Robert Speicher's avatar
Robert Speicher 已提交
      responders
      warden (~> 1.2.3)
    devise-two-factor (3.1.0)
      activesupport (< 6.1)
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
      railties (< 6.1)
    diff-lcs (1.4.4)
    diff_match_patch (0.1.0)
    diffy (3.3.0)
blackst0ne's avatar
blackst0ne 已提交
    discordrb-webhooks-blackst0ne (3.3.0)
      rest-client (~> 2.0)
    docile (1.3.2)
Thong Kuah's avatar
Thong Kuah 已提交
    domain_name (0.5.20190701)
    doorkeeper (5.5.0.rc2)
      railties (>= 5)
    doorkeeper-openid_connect (1.7.5)
Igor Drozdov's avatar
Igor Drozdov 已提交
      doorkeeper (>= 5.2, < 5.5)
      json-jwt (>= 1.11.0)
Stan Hu's avatar
Stan Hu 已提交
    dotenv (2.7.6)
Stan Hu's avatar
Stan Hu 已提交
    dry-configurable (0.12.0)
Stan Hu's avatar
Stan Hu 已提交
      concurrent-ruby (~> 1.0)
Stan Hu's avatar
Stan Hu 已提交
      dry-core (~> 0.5, >= 0.5.0)
Stan Hu's avatar
Stan Hu 已提交
    dry-container (0.7.2)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
Stan Hu's avatar
Stan Hu 已提交
    dry-core (0.5.0)
Stan Hu's avatar
Stan Hu 已提交
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.3.0)
    dry-inflector (0.2.0)
Stan Hu's avatar
Stan Hu 已提交
    dry-logic (1.1.0)
Stan Hu's avatar
Stan Hu 已提交
      concurrent-ruby (~> 1.0)
Stan Hu's avatar
Stan Hu 已提交
      dry-core (~> 0.5, >= 0.5)
Stan Hu's avatar
Stan Hu 已提交
    dry-types (1.4.0)
      concurrent-ruby (~> 1.0)
      dry-container (~> 0.3)
      dry-core (~> 0.4, >= 0.4.4)
      dry-equalizer (~> 0.3)
      dry-inflector (~> 0.1, >= 0.1.2)
      dry-logic (~> 1.0, >= 1.0.2)
    ecma-re-validator (0.2.1)
      regexp_parser (~> 1.2)
    elasticsearch (6.8.2)
      elasticsearch-api (= 6.8.2)
      elasticsearch-transport (= 6.8.2)
    elasticsearch-api (6.8.2)
Valery Sizov's avatar
Valery Sizov 已提交
      multi_json
    elasticsearch-model (6.1.1)
Valery Sizov's avatar
Valery Sizov 已提交
      activesupport (> 3)
      elasticsearch (~> 6)
Valery Sizov's avatar
Valery Sizov 已提交
      hashie
    elasticsearch-rails (6.1.1)
    elasticsearch-transport (6.8.2)
      faraday (~> 1)
Valery Sizov's avatar
Valery Sizov 已提交
      multi_json
    email_reply_trimmer (0.1.6)
    email_spec (2.2.0)
      htmlentities (~> 4.3.3)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      launchy (~> 2.1)
      mail (~> 2.7)
    encryptor (3.0.0)
    equalizer (0.0.11)
    erubi (1.9.0)
Stan Hu's avatar
Stan Hu 已提交
    escape_utils (1.2.1)
    et-orbi (1.2.1)
    eventmachine (1.2.7)
dcouture's avatar
dcouture 已提交
    excon (0.71.1)
Robert Schilling's avatar
Robert Schilling 已提交
    expression_parser (0.9.0)
Felipe Artur's avatar
Felipe Artur 已提交
    extended-markdown-filter (0.6.0)
      html-pipeline (~> 2.0)
    factory_bot (6.1.0)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.1.0)
      factory_bot (~> 6.1.0)
      railties (>= 5.0.0)
    faraday (1.0.1)
      multipart-post (>= 1.2, < 3)
    faraday-cookie_jar (0.0.7)
      faraday (>= 0.8.0)
Stan Hu's avatar
Stan Hu 已提交
      http-cookie (~> 1.0.0)
    faraday-http-cache (2.2.0)
      faraday (>= 0.8)
    faraday_middleware (1.0.0)
      faraday (~> 1.0)
    faraday_middleware-aws-sigv4 (0.3.0)
      aws-sigv4 (~> 1.0)
      faraday (>= 0.15)
Robert Speicher's avatar
Robert Speicher 已提交
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
    fast_blank (1.0.0)
    fast_gettext (1.6.0)
Takuya Noguchi's avatar
Takuya Noguchi 已提交
    ffaker (2.10.0)
Stan Hu's avatar
Stan Hu 已提交
    ffi (1.13.1)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    flipper (0.17.1)
    flipper-active_record (0.17.1)
      activerecord (>= 4.2, < 7)
      flipper (~> 0.17.1)
    flipper-active_support_cache_store (0.17.1)
      activesupport (>= 4.2, < 7)
      flipper (~> 0.17.1)
Valery Sizov's avatar
Valery Sizov 已提交
    flowdock (0.7.1)
      httparty (~> 0.7)
      multi_json
Stan Hu's avatar
Stan Hu 已提交
    fog-aliyun (0.3.3)
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
    fog-aws (3.8.0)
      fog-core (~> 2.1)
      fog-json (~> 1.1)
Stan Hu's avatar
Stan Hu 已提交
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
    fog-core (2.1.0)
      excon (~> 0.58)
Stan Hu's avatar
Stan Hu 已提交
    fog-google (1.12.0)
      fog-core (<= 2.1.0)
      fog-json (~> 1.2)
      fog-xml (~> 0.1.0)
Stan Hu's avatar
Stan Hu 已提交
      google-api-client (>= 0.44.2, < 0.51)
Stan Hu's avatar
Stan Hu 已提交
      google-cloud-env (~> 1.2)
    fog-json (1.2.0)
      fog-core
    fog-local (0.6.0)
      fog-core (>= 1.27, < 3.0)
    fog-openstack (1.0.8)
      fog-core (~> 2.1)
      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)
    fugit (1.2.1)
      et-orbi (~> 1.1, >= 1.1.8)
      raabro (~> 1.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)
Felipe Artur's avatar
Felipe Artur 已提交
    gemoji (3.0.1)
    get_process_mem (0.2.5)
      ffi (~> 1.0)
    gettext (3.3.6)
Ruben Davila's avatar
Ruben Davila 已提交
      locale (>= 2.0.5)
      text (>= 1.3.0)
    gettext_i18n_rails (1.8.0)
      fast_gettext (>= 0.9.0)
    gettext_i18n_rails_js (1.3.0)
      gettext (>= 3.0.2)
      gettext_i18n_rails (>= 0.7.1)
      po_to_json (>= 1.0.0)
      rails (>= 3.2.0)
    git (1.7.0)
      rchardet (~> 1.8)
    gitaly (13.9.0.pre.rc1)
    gitlab-chronic (0.10.5)
      numerizer (~> 0.2)
    gitlab-experiment (0.4.9)
      activesupport (>= 3.0)
      scientist (~> 1.5, >= 1.5.0)
    gitlab-fog-azure-rm (1.0.0)
      azure-storage-blob (~> 2.0)
      azure-storage-common (~> 2.0)
Stan Hu's avatar
Stan Hu 已提交
      fog-core (= 2.1.0)
      fog-json (~> 1.2.0)
      mime-types
      ms_rest_azure (~> 0.12.0)
    gitlab-labkit (0.14.0)
      actionpack (>= 5.0.0, < 7.0.0)
      activesupport (>= 5.0.0, < 7.0.0)
      gitlab-pg_query (~> 1.3)
Stan Hu's avatar
Stan Hu 已提交
      grpc (~> 1.19)
      opentracing (~> 0.4)
      redis (> 3.0.0, < 5.0.0)
    gitlab-license (1.3.0)
Stan Hu's avatar
Stan Hu 已提交
    gitlab-mail_room (0.0.8)
    gitlab-markup (1.7.1)
    gitlab-net-dns (0.9.1)
    gitlab-pg_query (1.3.1)
    gitlab-pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
Valery Sizov's avatar
Valery Sizov 已提交
    gitlab-sidekiq-fetcher (0.5.2)
      sidekiq (~> 5)
    gitlab-styles (6.0.0)
      rubocop (~> 0.91.1)
      rubocop-gitlab-security (~> 0.1.1)
      rubocop-performance (~> 1.9.2)
      rubocop-rails (~> 2.9)
      rubocop-rspec (~> 1.44)
    gitlab_chronic_duration (0.10.6.2)
      numerizer (~> 0.2)
    gitlab_omniauth-ldap (2.1.1)
      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 已提交
      activesupport (>= 4.2.0)
    gon (6.2.0)
Robert Speicher's avatar
Robert Speicher 已提交
      actionpack (>= 3.0)
      multi_json
      request_store (>= 1.0)
Stan Hu's avatar
Stan Hu 已提交
    google-api-client (0.50.0)
      addressable (~> 2.5, >= 2.5.1)
      httpclient (>= 2.8.1, < 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
Stan Hu's avatar
Stan Hu 已提交
      rexml
Stan Hu's avatar
Stan Hu 已提交
    google-cloud-env (1.4.0)
      faraday (>= 0.17.3, < 2.0)
    google-protobuf (3.12.4)
    googleapis-common-protos-types (1.0.5)
      google-protobuf (~> 3.11)
Stan Hu's avatar
Stan Hu 已提交
    googleauth (0.14.0)
      faraday (>= 0.17.3, < 2.0)
      jwt (>= 1.4, < 3.0)
      multi_json (~> 1.11)
Alejandro Rodríguez's avatar
Alejandro Rodríguez 已提交
      os (>= 0.9, < 2.0)
Markus Koller's avatar
Markus Koller 已提交
    gpgme (2.0.20)
      mini_portile2 (~> 2.3)
Igor Drozdov's avatar
Igor Drozdov 已提交
    grape (1.5.2)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      activesupport
Stan Hu's avatar
Stan Hu 已提交
      dry-types (>= 1.1)
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
    grape-entity (0.7.1)
      activesupport (>= 4.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      multi_json (>= 1.3.2)
    grape-path-helpers (1.6.1)
Jasper Maes's avatar
Jasper Maes 已提交
      activesupport
Stan Hu's avatar
Stan Hu 已提交
      grape (~> 1.3)
      rake (> 12)
      ruby2_keywords (~> 0.0.2)
    grape_logging (1.8.3)
      rack
    graphiql-rails (1.4.10)
Nick Thomas's avatar
Nick Thomas 已提交
      railties
      sprockets-rails
    graphlient (0.4.0)
      faraday (>= 1.0)
      faraday_middleware
      graphql-client
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
    graphql (1.11.4)
    graphql-client (0.16.0)
      activesupport (>= 3.0)
      graphql (~> 1.8)
Felipe Artur's avatar
Felipe Artur 已提交
    graphql-docs (1.6.0)
      commonmarker (~> 0.16)
      escape_utils (~> 1.2)
      extended-markdown-filter (~> 0.4)
      gemoji (~> 3.0)
      graphql (~> 1.6)
      html-pipeline (~> 2.8)
      sass (~> 3.4)
    grpc (1.30.2)
      google-protobuf (~> 3.12)
Stan Hu's avatar
Stan Hu 已提交
      googleapis-common-protos-types (~> 1.0)
    gssapi (1.2.0)
      ffi (>= 1.0.1)
Furkan Ayhan's avatar
Furkan Ayhan 已提交
    guard (2.16.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    haml (5.1.2)
Stan Hu's avatar
Stan Hu 已提交
      temple (>= 0.8.0)
    haml_lint (0.36.0)
      haml (>= 4.0, < 5.3)
      parallel (~> 1.10)
winh's avatar
winh 已提交
      rainbow
      rubocop (>= 0.50.0)
      sysexits (~> 1.1)
Stan Hu's avatar
Stan Hu 已提交
    hamlit (2.14.4)
      temple (>= 0.8.2)
connorshea's avatar
connorshea 已提交
      thor
    hangouts-chat (0.0.5)
    hashie (3.6.0)
    hashie-forbidden_attributes (0.1.1)
      hashie (>= 3.0)
    health_check (3.0.0)
      railties (>= 5.0)
    heapy (0.2.0)
      thor
    hipchat (1.5.2)
      httparty
      mimemagic
    html-pipeline (2.13.2)
blackst0ne's avatar
blackst0ne 已提交
      nokogiri (>= 1.4)
    html2text (0.2.0)
      nokogiri (~> 1.6)
    htmlentities (4.3.4)
Thong Kuah's avatar
Thong Kuah 已提交
    http (4.4.1)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
Thong Kuah's avatar
Thong Kuah 已提交
      http-form_data (~> 2.2)
      http-parser (~> 1.2.0)
Thong Kuah's avatar
Thong Kuah 已提交
    http-accept (1.7.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
Thong Kuah's avatar
Thong Kuah 已提交
    http-form_data (2.3.0)
    http-parser (1.2.1)
      ffi-compiler (>= 1.0, < 2.0)
    httparty (0.16.4)
      mime-types (~> 3.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets 已提交
      multi_xml (>= 0.5.2)
    i18n (1.8.7)
Rémy Coutable's avatar
Rémy Coutable 已提交
      concurrent-ruby (~> 1.0)
    i18n_data (0.8.0)
    icalendar (2.4.1)
    ice_nine (0.11.2)
    invisible_captcha (1.1.0)
      rails (>= 4.2)
    ipaddress (0.8.3)
    jira-ruby (2.1.4)
      activesupport
      atlassian-jwt
      oauth (~> 0.5, >= 0.5.0)
Stan Hu's avatar
Stan Hu 已提交
    jmespath (1.4.0)
    js_regex (3.4.0)
      character_set (~> 1.4)
      regexp_parser (~> 1.5)
      regexp_property_values (~> 0.3)
    json (2.3.0)
    json-jwt (1.13.0)
Stan Hu's avatar
Stan Hu 已提交
      activesupport (>= 4.2)
    json-schema (2.8.0)
      addressable (>= 2.4)
    json_schemer (0.2.12)
      ecma-re-validator (~> 0.2)
      hana (~> 1.3)
      regexp_parser (~> 1.5)
      uri_template (~> 0.7)
Thong Kuah's avatar
Thong Kuah 已提交
    jsonpath (1.0.5)
      multi_json
      to_regexp (~> 0.2.1)
dcouture's avatar
dcouture 已提交
    kaminari (1.2.1)
      activesupport (>= 4.1.0)
dcouture's avatar
dcouture 已提交
      kaminari-actionview (= 1.2.1)
      kaminari-activerecord (= 1.2.1)
      kaminari-core (= 1.2.1)
    kaminari-actionview (1.2.1)
dcouture's avatar
dcouture 已提交
      kaminari-core (= 1.2.1)
    kaminari-activerecord (1.2.1)
dcouture's avatar
dcouture 已提交
      kaminari-core (= 1.2.1)
    kaminari-core (1.2.1)
Stan Hu's avatar
Stan Hu 已提交
    kgio (2.11.3)
Kamil Trzciński's avatar
Kamil Trzciński 已提交
      rake
Jeremy Matos's avatar
Jeremy Matos 已提交
    kramdown (2.3.0)
    kramdown-parser-gfm (1.1.0)
      kramdown (~> 2.0)
Thong Kuah's avatar
Thong Kuah 已提交
    kubeclient (4.9.1)
      http (>= 3.0, < 5.0)
Thong Kuah's avatar
Thong Kuah 已提交
      jsonpath (~> 1.0)
      recursive-open-struct (~> 1.1, >= 1.1.1)
      rest-client (~> 2.0)
Robert Speicher's avatar
Robert Speicher 已提交
    launchy (2.4.3)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
      addressable (~> 2.3)
    letter_opener (1.7.0)
      launchy (~> 2.2)
    letter_opener_web (1.3.4)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
mo khan's avatar
mo khan 已提交
    license_finder (6.0.0)
Connor Shea's avatar
Connor Shea 已提交
      bundler
mo khan's avatar
mo khan 已提交
      rubyzip (>= 1, < 3)
Connor Shea's avatar
Connor Shea 已提交
      thor
      toml (= 0.2.0)
      with_env (= 1.1.0)
Connor Shea's avatar
Connor Shea 已提交
      xml-simple
Stan Hu's avatar
Stan Hu 已提交
    licensee (9.14.1)
      dotenv (~> 2.0)
      octokit (~> 4.17)
      reverse_markdown (~> 1.0)
      rugged (>= 0.24, < 2.0)
      thor (>= 0.19, < 2.0)
Furkan Ayhan's avatar
Furkan Ayhan 已提交
    listen (3.2.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    locale (2.1.3)
Alishan Ladhani's avatar
Alishan Ladhani 已提交
    lockbox (0.3.3)
    lograge (0.11.2)
      actionpack (>= 4)
      activesupport (>= 4)
      railties (>= 4)
      request_store (~> 1.0)
    loofah (2.8.0)
Valery Sizov's avatar
Valery Sizov 已提交
      nokogiri (>= 1.5.9)
Furkan Ayhan's avatar
Furkan Ayhan 已提交
    lumberjack (1.2.7)
    mail (2.7.1)
Rémy Coutable's avatar
Rémy Coutable 已提交
      mini_mime (>= 0.1.1)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    marginalia (1.10.0)
      actionpack (>= 2.3)
      activerecord (>= 2.3)
Stan Hu's avatar
Stan Hu 已提交
    memoist (0.16.2)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    memory_profiler (0.9.14)
Toon Claes's avatar
Toon Claes 已提交
    method_source (1.0.0)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2020.0512)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
    mimemagic (0.3.5)
    mini_histogram (0.3.1)
    mini_magick (4.10.1)
Tan Le's avatar
Tan Le 已提交
    mini_portile2 (2.5.0)
    minitest (5.11.3)
Stan Hu's avatar
Stan Hu 已提交
    ms_rest (0.7.6)
      concurrent-ruby (~> 1.0)
      faraday (>= 0.9, < 2.0.0)
      timeliness (~> 0.3.10)
    ms_rest_azure (0.12.0)
      concurrent-ruby (~> 1.0)
      faraday (>= 0.9, < 2.0.0)
      faraday-cookie_jar (~> 0.0.6)
      ms_rest (~> 0.7.6)
Stan Hu's avatar
Stan Hu 已提交
    msgpack (1.3.3)
    multi_json (1.14.1)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    murmurhash3 (0.1.6)
Stan Hu's avatar
Stan Hu 已提交
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    mustermann-grape (1.0.1)
      mustermann (>= 1.0.0)
    nap (1.1.0)
    nenv (0.3.0)
Tan Le's avatar
Tan Le 已提交
    net-http-persistent (4.0.0)
      connection_pool (~> 2.2)
    net-ldap (0.16.3)
    net-ntp (2.1.3)
    net-ssh (6.0.0)
Thong Kuah's avatar
Thong Kuah 已提交
    nio4r (2.5.4)
    no_proxy_fix (0.1.2)
Tan Le's avatar
Tan Le 已提交
    nokogiri (1.11.1)
      mini_portile2 (~> 2.5.0)
      racc (~> 1.4)
    nokogumbo (2.0.2)
      nokogiri (~> 1.8, >= 1.8.4)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    numerizer (0.2.0)
    oauth (0.5.4)
    oauth2 (1.4.4)
      faraday (>= 0.8, < 2.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
Stan Hu's avatar
Stan Hu 已提交
    octokit (4.20.0)
      faraday (>= 0.9)
Manuel Rüger's avatar
Manuel Rüger 已提交
      sawyer (~> 0.8.0, >= 0.5.3)
    oj (3.10.6)
    omniauth (1.9.0)
      hashie (>= 3.4.6, < 3.7.0)
    omniauth-atlassian-oauth2 (0.2.0)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (>= 1.5)
    omniauth-auth0 (2.0.0)
      omniauth-oauth2 (~> 1.4)
    omniauth-authentiq (0.3.3)
      jwt (>= 1.5)
      omniauth-oauth2 (>= 1.5)
    omniauth-azure-oauth2 (0.0.10)
      jwt (>= 1.0, < 3.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.4.0)
      omniauth (~> 1.5)
      omniauth-oauth2 (>= 1.4.0, < 2.0)
Stan Hu's avatar
Stan Hu 已提交
    omniauth-gitlab (1.0.3)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-google-oauth2 (0.6.0)
      jwt (>= 2.0)
Valery Sizov's avatar
Valery Sizov 已提交
      omniauth (>= 1.1.1)
      omniauth-oauth2 (>= 1.5)
    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.1)
    omniauth-oauth2-generic (0.2.2)
      omniauth-oauth2 (~> 1.0)
    omniauth-salesforce (1.0.5)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
    omniauth-saml (1.10.0)
      omniauth (~> 1.3, >= 1.3.2)
      ruby-saml (~> 1.7)
    omniauth-shibboleth (1.3.0)
    omniauth-twitter (1.4.0)
      omniauth-oauth (~> 1.1)
Valery Sizov's avatar
Valery Sizov 已提交
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
    omniauth_openid_connect (0.3.5)
      addressable (~> 2.5)
      omniauth (~> 1.9)
      openid_connect (~> 1.1)
    open4 (1.3.4)
    openid_connect (1.1.8)
      activemodel
      attr_required (>= 1.0.0)
      json-jwt (>= 1.5.0)
      rack-oauth2 (>= 1.6.1)
      swd (>= 1.0.0)
      tzinfo
      validate_email
      validate_url
      webfinger (>= 1.0.1)
    openssl (2.2.0)
    openssl-signature_algorithm (0.4.0)
Stan Hu's avatar
Stan Hu 已提交
    optimist (3.0.1)
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)
Stan Hu's avatar
Stan Hu 已提交
    os (1.1.1)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    parslet (1.8.2)
Sean McGivern's avatar
Sean McGivern 已提交
    peek (1.1.0)
      railties (>= 4.0.0)
Stan Hu's avatar
Stan Hu 已提交
    pg (1.2.3)
    pg_query (1.3.0)
Nathan Friend's avatar
Nathan Friend 已提交
    png_quantizator (0.2.1)
    po_to_json (1.0.1)
      json (>= 1.6.0)
      css_parser (>= 1.6.0)
      htmlentities (>= 4.0.0)
    premailer-rails (1.10.3)
      actionmailer (>= 3)
      premailer (~> 1.7, >= 1.7.9)
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
    prometheus-client-mmap (0.12.0)
Toon Claes's avatar
Toon Claes 已提交
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
Shinya Maeda's avatar
Shinya Maeda 已提交
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    pry-remote (0.1.8)
      pry (~> 0.9)
      slop (~> 3.0)
Thong Kuah's avatar
Thong Kuah 已提交
    public_suffix (4.0.6)
    puma (5.1.1)
      nio4r (~> 2.0)
    puma_worker_killer (0.3.1)
      get_process_mem (~> 0.2)
      puma (>= 2.7)
Valery Sizov's avatar
Valery Sizov 已提交
    pyu-ruby-sasl (0.0.3.3)
    raabro (1.1.6)
Tan Le's avatar
Tan Le 已提交
    racc (1.5.2)
Stan Hu's avatar
Stan Hu 已提交
    rack (2.2.3)
Riyad Preukschas's avatar
Riyad Preukschas 已提交
    rack-accept (0.4.5)
      rack (>= 0.4)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
    rack-attack (6.3.0)
      rack (>= 1.0, < 3)
    rack-cors (1.0.6)
      rack (>= 1.6.0)
    rack-oauth2 (1.16.0)
      activesupport
      attr_required
      httpclient
      json-jwt (>= 1.11.0)
      rack (>= 2.1.0)
Stan Hu's avatar
Stan Hu 已提交
    rack-protection (2.0.5)
gitlabhq's avatar
gitlabhq 已提交
      rack
    rack-proxy (0.6.0)
      rack
Jasper Maes's avatar
Jasper Maes 已提交
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rack-timeout (0.5.2)
    rails (6.0.3.4)
      actioncable (= 6.0.3.4)
      actionmailbox (= 6.0.3.4)
      actionmailer (= 6.0.3.4)
      actionpack (= 6.0.3.4)
      actiontext (= 6.0.3.4)
      actionview (= 6.0.3.4)
      activejob (= 6.0.3.4)
      activemodel (= 6.0.3.4)
      activerecord (= 6.0.3.4)
      activestorage (= 6.0.3.4)
      activesupport (= 6.0.3.4)
      bundler (>= 1.3.0)
      railties (= 6.0.3.4)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.5)
      actionpack (>= 5.0.1.rc1)
      actionview (>= 5.0.1.rc1)
      activesupport (>= 5.0.1.rc1)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.3.0)
      loofah (~> 2.3)
    rails-i18n (6.0.0)
      i18n (>= 0.7, < 2)
      railties (>= 6.0.0, < 7)
    railties (6.0.3.4)
      actionpack (= 6.0.3.4)
      activesupport (= 6.0.3.4)
      method_source
gitlabhq's avatar
gitlabhq 已提交
      rake (>= 0.8.7)
      thor (>= 0.20.3, < 2.0)
    raindrops (0.19.1)
    rake (13.0.3)
Furkan Ayhan's avatar
Furkan Ayhan 已提交
    rb-fsevent (0.10.4)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
Stan Hu's avatar
Stan Hu 已提交
    rbtrace (0.4.14)
Stan Hu's avatar
Stan Hu 已提交
      ffi (>= 1.0.6)
      msgpack (>= 0.4.3)
Stan Hu's avatar
Stan Hu 已提交
      optimist (>= 3.0.0)
    rchardet (1.8.0)
Joshua Lambert's avatar
Joshua Lambert 已提交
    rdoc (6.1.2)
Stan Hu's avatar
Stan Hu 已提交
    re2 (1.2.0)
    recaptcha (4.13.1)
Thong Kuah's avatar
Thong Kuah 已提交
    recursive-open-struct (1.1.2)
    redis (4.1.3)
    redis-actionpack (5.2.0)
      actionpack (>= 5, < 7)
      redis-rack (>= 2.1.0, < 3)
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.2.0)
      activesupport (>= 3, < 7)
      redis-store (>= 1.3, < 2)
    redis-namespace (1.7.0)
      redis (>= 3.0.4)
    redis-rack (2.1.2)
      rack (>= 2.0.8, < 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.8.1)
      redis (>= 4, < 5)
    regexp_parser (1.8.2)
    regexp_property_values (0.3.5)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
Bob Van Landuyt's avatar
Bob Van Landuyt 已提交
    request_store (1.5.0)
      rack (>= 1.4)
Heinrich Lee Yu's avatar
Heinrich Lee Yu 已提交
    responders (3.0.0)
      actionpack (>= 5.0)
      railties (>= 5.0)
Thong Kuah's avatar
Thong Kuah 已提交
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
Stan Hu's avatar
Stan Hu 已提交
    reverse_markdown (1.4.0)
      nokogiri
Doug Stull's avatar
Doug Stull 已提交
    rexml (3.2.4)