aglushkov/serega

View on GitHub
gemfiles/6.1.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    serega (0.20.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.7.7)
      activesupport (= 6.1.7.7)
    activerecord (6.1.7.7)
      activemodel (= 6.1.7.7)
      activesupport (= 6.1.7.7)
    activerecord-jdbc-adapter (61.0-java)
      activerecord (~> 6.1.0)
    activerecord-jdbcsqlite3-adapter (61.0-java)
      activerecord-jdbc-adapter (= 61.0)
      jdbc-sqlite3 (~> 3.8, < 3.30)
    activesupport (6.1.7.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    concurrent-ruby (1.2.3)
    diff-lcs (1.5.1)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    jdbc-sqlite3 (3.28.0)
    minitest (5.22.2)
    rake (13.1.0)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-sqlimit (0.0.6)
      activerecord (>= 4.2.0, < 8)
      rspec (~> 3.0)
    rspec-support (3.13.1)
    sqlite3 (1.4.4)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    zeitwerk (2.6.13)

PLATFORMS
  universal-java-11
  x86_64-linux

DEPENDENCIES
  activerecord (~> 6.1.0)
  activerecord-jdbcsqlite3-adapter (= 61.0)
  rake (~> 13.0)
  rspec (~> 3.11)
  rspec-sqlimit (~> 0.0.5)
  serega!
  sqlite3 (~> 1.4.4)

BUNDLED WITH
   2.4.22