hiptest/hiptest-publisher

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    actionview (6.0.5)
      activesupport (= 6.0.5)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (6.0.5)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    builder (3.2.4)
    byebug (11.1.3)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.3)
    colorize (0.8.1)
    concurrent-ruby (1.1.10)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.5.0)
    docile (1.3.2)
    erubi (1.10.0)
    faraday (0.15.4)
      multipart-post (>= 1.2, < 3)
    git (1.5.0)
    github_api (0.18.2)
      addressable (~> 2.4)
      descendants_tracker (~> 0.0.4)
      faraday (~> 0.8)
      hashie (~> 3.5, >= 3.5.2)
      oauth2 (~> 1.0)
    hashdiff (1.0.1)
    hashie (3.6.0)
    highline (2.0.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    i18n-coverage (0.1.1)
    json (2.3.1)
    juwelier (2.4.9)
      builder
      bundler
      git
      github_api
      highline
      kamelcase (~> 0)
      nokogiri
      psych
      rake
      rdoc
      semver2
    jwt (2.2.1)
    kamelcase (0.0.2)
      semver2 (~> 3)
    loofah (2.21.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    method_source (1.0.0)
    mini_portile2 (2.8.0)
    minitest (5.15.0)
    multi_json (1.13.1)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    nokogiri (1.13.6)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    oauth2 (1.4.1)
      faraday (>= 0.8, < 0.16.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    parseconfig (1.1.2)
    parslet (1.8.2)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    psych (3.1.0)
    public_suffix (4.0.6)
    racc (1.6.0)
    rack (2.2.8)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.5.0)
      loofah (~> 2.19, >= 2.19.1)
    rake (13.0.6)
    rdoc (6.3.2)
    rexml (3.2.5)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    rspec_junit_formatter (0.5.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    ruby-handlebars (0.4.0)
      parslet (~> 1.6, >= 1.6.2)
    ruby_version (1.0.2)
    semver2 (3.4.2)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thread_safe (0.3.6)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    webmock (3.14.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    zeitwerk (2.5.4)

PLATFORMS
  ruby

DEPENDENCIES
  actionview (~> 6)
  codeclimate-test-reporter (~> 0.4, >= 0.4.6)
  colorize (~> 0.7, >= 0.7.5)
  i18n (~> 0.7, >= 0.7.0)
  i18n-coverage (~> 0.1.1)
  juwelier
  multipart-post (~> 2.1, >= 2.1.1)
  nokogiri (~> 1.10)
  parseconfig (~> 1.0, >= 1.0.4)
  pry (~> 0)
  pry-byebug (~> 3)
  rspec (~> 3.3)
  rspec-mocks (~> 3.3)
  rspec_junit_formatter
  ruby-handlebars (~> 0.4.0)
  ruby_version (~> 1)
  webmock

BUNDLED WITH
   2.3.11