haanhduclinh/s3-to-ftp

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    actionpack (6.1.7)
      actionview (= 6.1.7)
      activesupport (= 6.1.7)
      rack (~> 2.0, >= 2.0.9)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (6.1.7)
      activesupport (= 6.1.7)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (6.1.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    ast (2.4.2)
    aws-eventstream (1.2.0)
    aws-partitions (1.677.0)
    aws-sdk-core (3.168.4)
      aws-eventstream (~> 1, >= 1.0.2)
      aws-partitions (~> 1, >= 1.651.0)
      aws-sigv4 (~> 1.5)
      jmespath (~> 1, >= 1.6.1)
    aws-sdk-kms (1.61.0)
      aws-sdk-core (~> 3, >= 3.165.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-s3 (1.117.2)
      aws-sdk-core (~> 3, >= 3.165.0)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.4)
    aws-sigv4 (1.5.2)
      aws-eventstream (~> 1, >= 1.0.2)
    builder (3.2.4)
    coderay (1.1.3)
    concurrent-ruby (1.1.10)
    config (1.4.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.1.1)
    coveralls (0.8.23)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (>= 0.19.4, < 2.0)
      tins (~> 1.6)
    crass (1.0.6)
    deep_merge (1.1.1)
    docile (1.4.0)
    dotenv (2.8.1)
    dotenv-rails (2.8.1)
      dotenv (= 2.8.1)
      railties (>= 3.2)
    erubi (1.11.0)
    fakes3 (2.0.0)
      builder
      thor
      xml-simple
    ftpd (2.1.0)
      memoizer (~> 1.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    jmespath (1.6.2)
    json (2.6.3)
    loofah (2.19.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    memoizer (1.0.3)
    method_source (1.0.0)
    mini_portile2 (2.8.0)
    minitest (5.16.3)
    nokogiri (1.13.10)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    parallel (1.22.1)
    parser (3.1.3.0)
      ast (~> 2.4.1)
    power_assert (2.0.2)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.6.1)
    rack (2.2.4)
    rack-test (2.0.2)
      rack (>= 1.3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.4)
      loofah (~> 2.19, >= 2.19.1)
    railties (6.1.7)
      actionpack (= 6.1.7)
      activesupport (= 6.1.7)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rainbow (3.1.1)
    rake (13.0.6)
    regexp_parser (2.6.1)
    rexml (3.2.5)
    rubocop (1.40.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.1.2.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.23.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.24.0)
      parser (>= 3.1.1.0)
    ruby-progressbar (1.11.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    test-unit (3.5.7)
      power_assert
    thor (1.2.1)
    tins (1.32.1)
      sync
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.3.0)
    xml-simple (1.1.9)
      rexml
    zeitwerk (2.6.6)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack (~> 6.1, >= 6.1.7)
  aws-sdk-s3 (~> 1.113)
  config (= 1.4.0)
  coveralls
  dotenv-rails
  fakes3
  ftpd (~> 2.1)
  nokogiri (~> 1.13, >= 1.13.5)
  pry
  rails-html-sanitizer (~> 1.4, >= 1.4.4)
  rake (~> 13.0, >= 13.0.6)
  rubocop
  test-unit

RUBY VERSION
   ruby 2.6.10p210

BUNDLED WITH
   1.17.3