aglushkov/serega

View on GitHub
gemfiles/5.2.gemfile.lock

Summary

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

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.2.8.1)
      activesupport (= 5.2.8.1)
    activerecord (5.2.8.1)
      activemodel (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      arel (>= 9.0)
    activerecord-jdbc-adapter (52.8-java)
      activerecord (~> 5.2.0)
    activerecord-jdbcsqlite3-adapter (52.8-java)
      activerecord-jdbc-adapter (= 52.8)
      jdbc-sqlite3 (~> 3.8, < 3.30)
    activesupport (5.2.8.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    arel (9.0.0)
    concurrent-ruby (1.2.3)
    diff-lcs (1.5.1)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    jdbc-sqlite3 (3.28.0)
    mini_portile2 (2.8.5)
    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.5.4)
      mini_portile2 (~> 2.8.0)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)

PLATFORMS
  universal-java-11
  x86_64-linux

DEPENDENCIES
  activerecord (~> 5.2.3)
  activerecord-jdbcsqlite3-adapter
  rake (~> 13.0)
  rspec (~> 3.11)
  rspec-sqlimit (~> 0.0.5)
  serega!
  sqlite3 (~> 1.5.4)

BUNDLED WITH
   2.4.22