unhappychoice/circleci-cli

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    circleci-cli (3.0.0)
      circleci (>= 2.1.0)
      faraday (>= 0.14, < 2.8)
      highline (>= 1.7.8, < 2.2.0)
      launchy (>= 2.4.3, < 3.1.0)
      pusher-client (~> 0.6.2)
      rugged (>= 0.26, < 1.8)
      terminal-notifier (~> 2.0.0)
      terminal-table (>= 1.8, < 3.1)
      thor (>= 0.20, < 1.3)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.1.7.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    ast (2.4.2)
    async (1.32.1)
      console (~> 1.10)
      nio4r (~> 2.3)
      timers (~> 4.1)
    async-http (0.59.5)
      async (>= 1.25)
      async-io (>= 1.28)
      async-pool (>= 0.2)
      protocol-http (~> 0.23)
      protocol-http1 (~> 0.14.0)
      protocol-http2 (~> 0.14.0)
      traces (>= 0.8.0)
    async-http-faraday (0.12.0)
      async-http (~> 0.42)
      faraday
    async-io (1.43.2)
      async
    async-pool (0.4.0)
      async (>= 1.25)
    childprocess (5.0.0)
    circleci (2.1.0)
    codecov (0.6.0)
      simplecov (>= 0.15, < 0.22)
    coderay (1.1.3)
    concurrent-ruby (1.2.3)
    console (1.15.3)
      fiber-local
    diff-lcs (1.5.1)
    docile (1.4.0)
    faraday (1.10.3)
      faraday-em_http (~> 1.0)
      faraday-em_synchrony (~> 1.0)
      faraday-excon (~> 1.1)
      faraday-httpclient (~> 1.0)
      faraday-multipart (~> 1.0)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.0)
      faraday-patron (~> 1.0)
      faraday-rack (~> 1.0)
      faraday-retry (~> 1.0)
      ruby2_keywords (>= 0.0.4)
    faraday-em_http (1.0.0)
    faraday-em_synchrony (1.0.0)
    faraday-excon (1.1.0)
    faraday-http-cache (2.5.1)
      faraday (>= 0.8)
    faraday-httpclient (1.0.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    ffi (1.16.3)
    fiber-local (1.0.0)
    formatador (1.1.0)
    github_changelog_generator (1.16.4)
      activesupport
      async (>= 1.25.0)
      async-http-faraday
      faraday-http-cache
      multi_json
      octokit (~> 4.6)
      rainbow (>= 2.2.1)
      rake (>= 10.0)
    guard (2.18.1)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.13.0)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    guard-rubocop (1.5.0)
      guard (~> 2.0)
      rubocop (< 2.0)
    highline (2.1.0)
    i18n (1.14.4)
      concurrent-ruby (~> 1.0)
    json (2.7.2)
    launchy (3.0.1)
      addressable (~> 2.8)
      childprocess (~> 5.0)
    listen (3.9.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lumberjack (1.2.10)
    method_source (1.1.0)
    minitest (5.15.0)
    multi_json (1.15.0)
    multipart-post (2.4.0)
    nenv (0.3.0)
    nio4r (2.7.1)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    octokit (4.25.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    parallel (1.24.0)
    parser (3.3.1.0)
      ast (~> 2.4.1)
      racc
    protocol-hpack (1.4.2)
    protocol-http (0.24.4)
    protocol-http1 (0.14.6)
      protocol-http (~> 0.22)
    protocol-http2 (0.14.2)
      protocol-hpack (~> 1.4)
      protocol-http (~> 0.18)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (4.0.7)
    pusher-client (0.6.2)
      json
      websocket (~> 1.0)
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.2.1)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    regexp_parser (2.9.0)
    rexml (3.2.6)
    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.28.2)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.17.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.17.0)
      parser (>= 3.1.1.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    rugged (1.7.2)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    shellany (0.0.1)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    terminal-notifier (2.0.0)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    thor (1.2.2)
    timers (4.3.5)
    traces (0.11.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)
    websocket (1.2.10)
    zeitwerk (2.6.13)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  circleci-cli!
  codecov
  github_changelog_generator
  guard
  guard-rspec
  guard-rubocop
  rake
  rspec
  rubocop
  simplecov

BUNDLED WITH
   2.4.18