fluent/fluentd-ui

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    fluentd-ui (1.2.2)
      addressable
      bootsnap (>= 1.1.0)
      bundler
      diff-lcs
      dig_rb (~> 1.0.0)
      draper (~> 3.0)
      fluent-plugin-elasticsearch (~> 2.10)
      fluent-plugin-mongo (~> 1.1)
      fluent-plugin-s3 (~> 1.1)
      fluent-plugin-td (~> 1.0)
      fluentd (>= 1.0.0, < 2)
      font-awesome-rails
      haml-rails (~> 1.0)
      httpclient (~> 2.5)
      jbuilder (~> 2.0)
      kramdown (> 1.0.0)
      kramdown-haml
      puma
      rails (~> 5.2.0)
      rubyzip (>= 1.1, < 3.0)
      sass-rails (~> 5.0.7)
      settingslogic
      sucker_punch (~> 2.0.4)
      thor
      webpacker

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.2.6)
      actionpack (= 5.2.6)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.6)
      actionpack (= 5.2.6)
      actionview (= 5.2.6)
      activejob (= 5.2.6)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.6)
      actionview (= 5.2.6)
      activesupport (= 5.2.6)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.6)
      activesupport (= 5.2.6)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.6)
      activesupport (= 5.2.6)
      globalid (>= 0.3.6)
    activemodel (5.2.6)
      activesupport (= 5.2.6)
    activemodel-serializers-xml (1.0.2)
      activemodel (> 5.x)
      activesupport (> 5.x)
      builder (~> 3.1)
    activerecord (5.2.6)
      activemodel (= 5.2.6)
      activesupport (= 5.2.6)
      arel (>= 9.0)
    activestorage (5.2.6)
      actionpack (= 5.2.6)
      activerecord (= 5.2.6)
      marcel (~> 1.0.0)
    activesupport (5.2.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    arel (9.0.0)
    aws-eventstream (1.0.3)
    aws-partitions (1.279.0)
    aws-sdk-core (3.90.1)
      aws-eventstream (~> 1.0, >= 1.0.2)
      aws-partitions (~> 1, >= 1.239.0)
      aws-sigv4 (~> 1.1)
      jmespath (~> 1.0)
    aws-sdk-kms (1.29.0)
      aws-sdk-core (~> 3, >= 3.71.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-s3 (1.60.2)
      aws-sdk-core (~> 3, >= 3.83.0)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.1)
    aws-sdk-sqs (1.23.1)
      aws-sdk-core (~> 3, >= 3.71.0)
      aws-sigv4 (~> 1.1)
    aws-sigv4 (1.1.1)
      aws-eventstream (~> 1.0, >= 1.0.2)
    better_errors (2.5.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    bindex (0.5.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    bootsnap (1.4.6)
      msgpack (~> 1.0)
    bson (4.8.1)
    builder (3.2.4)
    capybara (3.4.2)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      xpath (~> 3.1)
    capybara-screenshot (1.0.22)
      capybara (>= 1.0, < 4)
      launchy
    childprocess (0.9.0)
      ffi (~> 1.0, >= 1.0.11)
    coderay (1.1.2)
    concurrent-ruby (1.0.5)
    cool.io (1.7.1)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    debug_inspector (0.0.3)
    diff-lcs (1.3)
    dig_rb (1.0.1)
    docile (1.3.1)
    draper (3.1.0)
      actionpack (>= 5.0)
      activemodel (>= 5.0)
      activemodel-serializers-xml (>= 1.0)
      activesupport (>= 5.0)
      request_store (>= 1.0)
    elasticsearch (7.5.0)
      elasticsearch-api (= 7.5.0)
      elasticsearch-transport (= 7.5.0)
    elasticsearch-api (7.5.0)
      multi_json
    elasticsearch-transport (7.5.0)
      faraday (>= 0.14, < 1)
      multi_json
    erubi (1.10.0)
    erubis (2.7.0)
    excon (0.72.0)
    factory_bot (4.11.1)
      activesupport (>= 3.0.0)
    factory_bot_rails (4.11.1)
      factory_bot (~> 4.11.1)
      railties (>= 3.0.0)
    faraday (0.17.3)
      multipart-post (>= 1.2, < 3)
    ffi (1.9.25)
    fluent-plugin-elasticsearch (2.12.5)
      elasticsearch
      excon
      fluentd (>= 0.14.20)
    fluent-plugin-mongo (1.3.0)
      fluentd (>= 0.14.22, < 2)
      mongo (~> 2.6.0)
    fluent-plugin-s3 (1.3.0)
      aws-sdk-s3 (~> 1.60)
      aws-sdk-sqs (~> 1.23)
      fluentd (>= 0.14.22, < 2)
    fluent-plugin-td (1.1.0)
      fluentd (>= 0.14.13, < 2)
      td-client (~> 1.0)
    fluentd (1.13.3)
      bundler
      cool.io (>= 1.4.5, < 2.0.0)
      http_parser.rb (>= 0.5.1, < 0.8.0)
      msgpack (>= 1.3.1, < 2.0.0)
      serverengine (>= 2.2.2, < 3.0.0)
      sigdump (~> 0.2.2)
      strptime (>= 0.2.2, < 1.0.0)
      tzinfo (>= 1.0, < 3.0)
      tzinfo-data (~> 1.0)
      webrick (>= 1.4.2, < 1.8.0)
      yajl-ruby (~> 1.0)
    font-awesome-rails (4.7.0.5)
      railties (>= 3.2, < 6.1)
    globalid (0.5.2)
      activesupport (>= 5.0)
    haml (5.1.2)
      temple (>= 0.8.0)
      tilt
    haml-rails (1.0.0)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
      haml (>= 4.0.6, < 6.0)
      html2haml (>= 1.0.1)
      railties (>= 4.0.1)
    hashdiff (1.0.1)
    html2haml (2.2.0)
      erubis (~> 2.7.0)
      haml (>= 4.0, < 6)
      nokogiri (>= 1.6.0)
      ruby_parser (~> 3.5)
    http_parser.rb (0.7.0)
    httpclient (2.8.3)
    i18n (1.8.10)
      concurrent-ruby (~> 1.0)
    i18n_generators (2.1.1)
      rails (>= 3.0.0)
    jbuilder (2.10.0)
      activesupport (>= 5.0.0)
    jmespath (1.4.0)
    json (2.3.1)
    kramdown (2.3.1)
      rexml
    kramdown-haml (0.0.3)
      haml
    launchy (2.4.3)
      addressable (~> 2.3)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    loofah (2.11.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (1.0.1)
    method_source (0.9.2)
    mini_mime (1.1.0)
    mini_portile2 (2.6.1)
    minitest (5.14.4)
    mongo (2.6.4)
      bson (>= 4.3.0, < 5.0.0)
    msgpack (1.4.2)
    multi_json (1.14.1)
    multipart-post (2.1.1)
    nio4r (2.5.8)
    nokogiri (1.12.5)
      mini_portile2 (~> 2.6.1)
      racc (~> 1.4)
    power_assert (1.1.3)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-rails (0.3.8)
      pry (>= 0.10.4)
    public_suffix (4.0.6)
    puma (5.4.0)
      nio4r (~> 2.0)
    racc (1.5.2)
    rack (2.2.3)
    rack-proxy (0.6.5)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails (5.2.6)
      actioncable (= 5.2.6)
      actionmailer (= 5.2.6)
      actionpack (= 5.2.6)
      actionview (= 5.2.6)
      activejob (= 5.2.6)
      activemodel (= 5.2.6)
      activerecord (= 5.2.6)
      activestorage (= 5.2.6)
      activesupport (= 5.2.6)
      bundler (>= 1.3.0)
      railties (= 5.2.6)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.3.0)
      loofah (~> 2.3)
    railties (5.2.6)
      actionpack (= 5.2.6)
      activesupport (= 5.2.6)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rake (13.0.1)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    request_store (1.5.0)
      rack (>= 1.4)
    rexml (3.2.5)
    rr (1.2.1)
    ruby_dep (1.5.0)
    ruby_parser (3.14.2)
      sexp_processor (~> 4.9)
    rubyzip (1.3.0)
    sass (3.7.4)
      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.8)
      railties (>= 5.2.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    selenium-webdriver (3.13.1)
      childprocess (~> 0.5)
      rubyzip (~> 1.2)
    serverengine (2.2.4)
      sigdump (~> 0.2.2)
    settingslogic (2.0.9)
    sexp_processor (4.14.1)
    sigdump (0.2.4)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.2)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    strptime (0.2.5)
    sucker_punch (2.0.4)
      concurrent-ruby (~> 1.0.0)
    td-client (1.0.7)
      httpclient (>= 2.7)
      msgpack (>= 0.5.6, < 2)
    temple (0.8.2)
    test-unit (3.2.9)
      power_assert
    test-unit-activesupport (1.0.9)
      activesupport
      test-unit
    test-unit-capybara (1.0.7)
      capybara (>= 2.1.0)
      json
      test-unit (>= 2.5.3)
    test-unit-notify (1.0.4)
      test-unit (>= 2.4.9)
    test-unit-rails (5.2.2)
      rails (>= 5.1.2)
      test-unit (>= 3.1.7)
      test-unit-activesupport (>= 1.0.8)
      test-unit-capybara (>= 1.0.5)
      test-unit-rr (>= 1.0.4)
    test-unit-rr (1.0.5)
      rr (>= 1.1.1)
      test-unit (>= 2.5.2)
    thor (1.1.0)
    thread_safe (0.3.6)
    tilt (2.0.10)
    timecop (0.9.1)
    tzinfo (1.2.9)
      thread_safe (~> 0.1)
    tzinfo-data (1.2021.1)
      tzinfo (>= 1.0.0)
    web-console (3.7.0)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      bindex (>= 0.4.0)
      railties (>= 5.0)
    webdrivers (4.1.2)
      nokogiri (~> 1.6)
      rubyzip (~> 1.0)
      selenium-webdriver (>= 3.0, < 4.0)
    webmock (3.12.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webpacker (4.2.2)
      activesupport (>= 4.2)
      rack-proxy (>= 0.6.1)
      railties (>= 4.2)
    webrick (1.7.0)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    yajl-ruby (1.4.1)

PLATFORMS
  ruby

DEPENDENCIES
  better_errors
  binding_of_caller
  capybara (~> 3.4.2)
  capybara-screenshot
  factory_bot_rails
  fluentd-ui!
  i18n_generators (= 2.1.1)
  listen (>= 3.0.5, < 3.2)
  pry
  pry-rails
  rake
  selenium-webdriver (~> 3.13.1)
  simplecov (~> 0.16.1)
  test-unit-notify
  test-unit-rails
  timecop
  web-console (~> 3.6)
  webdrivers
  webmock (~> 3.12.2)

BUNDLED WITH
   1.17.3