CocoaPods/Core

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    cocoapods-core (1.16.2)
      activesupport (>= 5.0, < 8)
      addressable (~> 2.8)
      algoliasearch (~> 1.0)
      concurrent-ruby (~> 1.1)
      fuzzy_match (~> 2.0.4)
      nap (~> 1.0)
      netrc (~> 0.11)
      public_suffix (~> 4.0)
      typhoeus (~> 1.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.2.2)
      base64
      benchmark (>= 0.3)
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.3.1)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      logger (>= 1.4.2)
      minitest (>= 5.1)
      securerandom (>= 0.3)
      tzinfo (~> 2.0, >= 2.0.5)
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    algoliasearch (1.27.5)
      httpclient (~> 2.8, >= 2.8.3)
      json (>= 1.5.1)
    ast (2.4.2)
    awesome_print (1.9.2)
    bacon (1.2.0)
    base64 (0.1.2)
    benchmark (0.3.0)
    bigdecimal (3.1.8)
    coderay (1.1.3)
    concurrent-ruby (1.3.4)
    connection_pool (2.4.1)
    crack (0.4.5)
      rexml
    drb (2.2.1)
    ethon (0.16.0)
      ffi (>= 1.15.0)
    ffi (1.17.0)
    fuzzy_match (2.0.4)
    hashdiff (1.0.1)
    httpclient (2.8.3)
    i18n (1.14.6)
      concurrent-ruby (~> 1.0)
    json (2.7.5)
    kicker (3.0.0)
      listen (~> 1.3.0)
      notify (~> 0.5.2)
    language_server-protocol (3.17.0.3)
    listen (1.3.1)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
    logger (1.6.1)
    metaclass (0.0.4)
    method_source (1.0.0)
    minitest (5.25.1)
    mocha (1.4.0)
      metaclass (~> 0.0.1)
    mocha-on-bacon (0.2.3)
      mocha (>= 0.13.0)
    nap (1.1.0)
    netrc (0.11.0)
    notify (0.5.2)
    parallel (1.23.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    prettybacon (0.0.2)
      bacon (~> 1.2)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (4.0.7)
    racc (1.7.1)
    rainbow (3.1.1)
    rake (12.3.3)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rb-kqueue (0.2.8)
      ffi (>= 0.5.0)
    regexp_parser (2.8.2)
    rexml (3.2.6)
    rubocop (1.57.1)
      base64 (~> 0.1.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.4)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.29.0)
      parser (>= 3.2.1.0)
    rubocop-performance (1.19.1)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.13.0)
    securerandom (0.3.1)
    typhoeus (1.4.1)
      ethon (>= 0.9.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)
    vcr (6.2.0)
    webmock (3.19.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webrick (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  bacon
  cocoapods-core!
  kicker
  mocha (< 1.5)
  mocha-on-bacon
  prettybacon
  pry
  rake (~> 12.0)
  rb-fsevent
  rexml (~> 3.2.5)
  rubocop (~> 1.8)
  rubocop-performance
  vcr
  webmock
  webrick (~> 1.7.0)

BUNDLED WITH
   2.4.13