lyang/saml-proxy

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    ast (2.4.2)
    base64 (0.2.0)
    bigdecimal (3.1.8)
    childprocess (5.0.0)
    coderay (1.1.3)
    crack (1.0.0)
      bigdecimal
      rexml
    diff-lcs (1.5.1)
    docile (1.4.0)
    hashdiff (1.1.1)
    iniparse (1.5.0)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    method_source (1.0.0)
    mini_portile2 (2.8.7)
    multi_json (1.15.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nio4r (2.7.3)
    nokogiri (1.16.7)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    overcommit (0.64.0)
      childprocess (>= 0.6.3, < 6)
      iniparse (~> 1.4)
      rexml (~> 3.2)
    parallel (1.26.3)
    parser (3.3.5.0)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (6.0.1)
    puma (6.4.3)
      nio4r (~> 2.0)
    racc (1.8.1)
    rack (3.0.10)
    rack-protection (4.0.0)
      base64 (>= 0.1.0)
      rack (>= 3.0.0, < 4)
    rack-session (2.0.0)
      rack (>= 3.0.0)
    rack-test (2.1.0)
      rack (>= 1.3)
    rainbow (3.1.1)
    regexp_parser (2.9.2)
    rexml (3.3.8)
    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-support (3.13.1)
    rubocop (1.66.1)
      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 (>= 2.4, < 3.0)
      rubocop-ast (>= 1.32.2, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.32.3)
      parser (>= 3.3.1.0)
    rubocop-rspec (3.1.0)
      rubocop (~> 1.61)
    ruby-progressbar (1.13.0)
    ruby-saml (1.17.0)
      nokogiri (>= 1.13.10)
      rexml
    ruby2_keywords (0.0.5)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-cobertura (2.1.0)
      rexml
      simplecov (~> 0.19)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sinatra (4.0.0)
      mustermann (~> 3.0)
      rack (>= 3.0.0, < 4)
      rack-protection (= 4.0.0)
      rack-session (>= 2.0.0, < 3)
      tilt (~> 2.0)
    sinatra-contrib (4.0.0)
      multi_json (>= 0.0.2)
      mustermann (~> 3.0)
      rack-protection (= 4.0.0)
      sinatra (= 4.0.0)
      tilt (~> 2.0)
    tilt (2.3.0)
    unicode-display_width (2.6.0)
    webmock (3.24.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  overcommit (~> 0.64.0)
  pry (~> 0.14.2)
  puma (~> 6.4)
  rack-test (~> 2.1)
  rspec (~> 3.13)
  rubocop (~> 1.66.1)
  rubocop-rspec (~> 3.1)
  ruby-saml (~> 1.17)
  simplecov (~> 0.22.0)
  simplecov-cobertura
  sinatra (~> 4.0)
  sinatra-contrib (~> 4.0)
  webmock (~> 3.24)

BUNDLED WITH
   2.3.16