shivam091/composite_unit_measurements

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    composite_unit_measurements (0.5.0)
      activesupport (~> 7.0)
      unit_measurements (~> 5)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.1.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    base64 (0.2.0)
    bigdecimal (3.1.4)
    byebug (11.1.3)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    diff-lcs (1.5.0)
    docile (1.4.0)
    drb (2.2.0)
      ruby2_keywords
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    minitest (5.20.0)
    mutex_m (0.2.0)
    rake (13.1.0)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    ruby2_keywords (0.0.5)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unit_measurements (5.11.1)
      activesupport (~> 7.0)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  byebug (~> 11)
  composite_unit_measurements!
  rake (~> 13.0)
  rspec (~> 3.0)
  simplecov (~> 0.21, >= 0.21.2)

BUNDLED WITH
   2.4.10