CMSgov/dpc-app

View on GitHub
engines/api_client/Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/sparklemotion/sqlite3-ruby
  revision: cbdb34518ce8c1d32191bf394ed6647166ef60ef
  specs:
    sqlite3 (2.0.0.dev)
      mini_portile2 (~> 2.8.0)

PATH
  remote: .
  specs:
    api_client (0.2.0)
      active_model_serializers
      activemodel (~> 7.1.3.2)
      fhir_client
      macaroons

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.1.3.2)
      actionview (= 7.1.3.2)
      activesupport (= 7.1.3.2)
      nokogiri (>= 1.8.5)
      racc
      rack (>= 2.2.4)
      rack-session (>= 1.0.1)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    actionview (7.1.3.2)
      activesupport (= 7.1.3.2)
      builder (~> 3.1)
      erubi (~> 1.11)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    active_model_serializers (0.10.14)
      actionpack (>= 4.1)
      activemodel (>= 4.1)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activemodel (7.1.3.2)
      activesupport (= 7.1.3.2)
    activesupport (7.1.3.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)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    ast (2.4.2)
    base64 (0.2.0)
    bcp47 (0.3.3)
      i18n
    bigdecimal (3.1.6)
    builder (3.2.4)
    case_transform (0.2)
      activesupport
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    crack (1.0.0)
      bigdecimal
      rexml
    crass (1.0.6)
    date_time_precision (0.8.1)
    diff-lcs (1.5.1)
    docile (1.4.0)
    domain_name (0.6.20240107)
    drb (2.2.0)
      ruby2_keywords
    erubi (1.12.0)
    faraday (2.9.0)
      faraday-net_http (>= 2.0, < 3.2)
    faraday-net_http (3.1.0)
      net-http
    ffi (1.16.3)
    fhir_client (5.0.3)
      activesupport (>= 3)
      addressable (>= 2.3)
      fhir_dstu2_models (>= 1.1.1)
      fhir_models (>= 4.2.1)
      fhir_stu3_models (>= 3.1.1)
      nokogiri (>= 1.10.4)
      oauth2 (~> 1.1)
      rack (>= 1.5)
      rest-client (~> 2.0)
      tilt (>= 1.1)
    fhir_dstu2_models (1.1.1)
      bcp47 (>= 0.3)
      date_time_precision (>= 0.8)
      mime-types (>= 3.0)
      nokogiri (>= 1.11.4)
    fhir_models (4.2.2)
      bcp47 (>= 0.3)
      date_time_precision (>= 0.8)
      mime-types (>= 3.0)
      nokogiri (>= 1.11.4)
    fhir_stu3_models (3.1.1)
      bcp47 (>= 0.3)
      date_time_precision (>= 0.8)
      mime-types (>= 3.0)
      nokogiri (>= 1.11.4)
    hashdiff (1.1.0)
    http-accept (1.7.0)
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    io-console (0.7.2)
    irb (1.11.2)
      rdoc
      reline (>= 0.4.2)
    json (2.7.1)
    jsonapi-renderer (0.2.2)
    jwt (2.8.0)
      base64
    language_server-protocol (3.17.0.3)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    macaroons (1.0.0)
      multi_json (~> 1.10)
      rbnacl (~> 5.0)
      rbnacl-libsodium (~> 1.0)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2024.0206)
    mini_portile2 (2.8.5)
    minitest (5.22.2)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    mutex_m (0.2.0)
    net-http (0.4.1)
      uri
    netrc (0.11.0)
    nokogiri (1.16.2-aarch64-linux)
      racc (~> 1.4)
    oauth2 (1.4.11)
      faraday (>= 0.17.3, < 3.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 4)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    psych (5.1.2)
      stringio
    public_suffix (5.0.4)
    racc (1.7.3)
    rack (3.0.9.1)
    rack-session (2.0.0)
      rack (>= 3.0.0)
    rack-test (2.1.0)
      rack (>= 1.3)
    rackup (2.1.0)
      rack (>= 3)
      webrick (~> 1.8)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.1.3.2)
      actionpack (= 7.1.3.2)
      activesupport (= 7.1.3.2)
      irb
      rackup (>= 1.0.0)
      rake (>= 12.2)
      thor (~> 1.0, >= 1.2.2)
      zeitwerk (~> 2.6)
    rainbow (3.1.1)
    rake (13.1.0)
    rbnacl (5.0.0)
      ffi
    rbnacl-libsodium (1.0.16)
      rbnacl (>= 3.0.1)
    rdoc (6.6.2)
      psych (>= 4.0.0)
    regexp_parser (2.9.0)
    reline (0.4.3)
      io-console (~> 0.5)
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rexml (3.2.6)
    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-rails (6.1.1)
      actionpack (>= 6.1)
      activesupport (>= 6.1)
      railties (>= 6.1)
      rspec-core (~> 3.12)
      rspec-expectations (~> 3.12)
      rspec-mocks (~> 3.12)
      rspec-support (~> 3.12)
    rspec-support (3.13.1)
    rubocop (1.60.2)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.30.0)
      parser (>= 3.2.1.0)
    ruby-progressbar (1.13.0)
    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)
    sprockets (4.2.1)
      concurrent-ruby (~> 1.0)
      rack (>= 2.2.4, < 4)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    stringio (3.1.0)
    thor (1.3.1)
    tilt (2.3.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)
    uri (0.13.0)
    webmock (3.23.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webrick (1.8.1)
    zeitwerk (2.6.13)

PLATFORMS
  aarch64-linux-musl

DEPENDENCIES
  active_model_serializers
  api_client!
  fhir_client
  macaroons
  nokogiri (>= 1.16.2)
  rspec-rails
  rubocop
  simplecov
  sprockets-rails
  sqlite3!
  webmock

BUNDLED WITH
   2.5.6