PATH
  remote: .
  specs:
    tallty_import_export (1.1.1)
      activesupport
      attr_json
      caxlsx
      redis
      redis-objects
      roo
      roo-xls
      tallty_form
      zip-zip

GEM
  remote: https://gems.ruby-china.com/
  specs:
    activemodel (7.0.2.4)
      activesupport (= 7.0.2.4)
    activerecord (7.0.2.4)
      activemodel (= 7.0.2.4)
      activesupport (= 7.0.2.4)
    activesupport (7.0.2.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    attr_json (1.4.0)
      activerecord (>= 5.0.0, < 7.1)
    caxlsx (3.3.0)
      htmlentities (~> 4.3, >= 4.3.4)
      marcel (~> 1.0)
      nokogiri (~> 1.10, >= 1.10.4)
      rubyzip (>= 1.3.0, < 3)
    concurrent-ruby (1.1.10)
    connection_pool (2.3.0)
    diff-lcs (1.4.4)
    htmlentities (4.3.4)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    marcel (1.0.2)
    mini_portile2 (2.8.0)
    minitest (5.16.3)
    nokogiri (1.13.9)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    racc (1.6.0)
    rake (12.3.3)
    redis (5.0.5)
      redis-client (>= 0.9.0)
    redis-client (0.10.0)
      connection_pool
    redis-objects (1.7.0)
      redis
    roo (2.9.0)
      nokogiri (~> 1)
      rubyzip (>= 1.3.0, < 3.0.0)
    roo-xls (1.2.0)
      nokogiri
      roo (>= 2.0.0, < 3)
      spreadsheet (> 0.9.0)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.0)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.0)
    ruby-ole (1.2.12.2)
    rubyzip (2.3.2)
    spreadsheet (1.3.0)
      ruby-ole
    tallty_duck_record (1.1.3)
      activemodel (>= 5.0)
      activesupport (>= 5.0)
    tallty_form (1.0.0)
      tallty_duck_record
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    zip-zip (0.3)
      rubyzip (>= 1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  rake (~> 12.0)
  rspec (~> 3.0)
  tallty_import_export!

BUNDLED WITH
   2.2.15