diaspora/diaspora_federation

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    diaspora_federation (1.1.0)
      faraday (>= 1.0, < 3)
      faraday-follow_redirects (~> 0.3)
      nokogiri (~> 1.6, >= 1.6.8)
      typhoeus (~> 1.0)
      valid (~> 1.0)
    diaspora_federation-json_schema (1.1.0)
    diaspora_federation-rails (1.1.0)
      actionpack (>= 5.2, < 8)
      diaspora_federation (= 1.1.0)
    diaspora_federation-test (1.1.0)
      diaspora_federation (= 1.1.0)
      fabrication (~> 2.29)
      uuid (~> 2.3, >= 2.3.8)

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.0.5)
      actionview (= 7.0.5)
      activesupport (= 7.0.5)
      rack (~> 2.0, >= 2.2.4)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (7.0.5)
      activesupport (= 7.0.5)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activesupport (7.0.5)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.4)
      public_suffix (>= 2.0.2, < 6.0)
    ast (2.4.2)
    builder (3.2.4)
    byebug (11.1.3)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    diff-lcs (1.5.0)
    docile (1.4.0)
    erubi (1.12.0)
    ethon (0.16.0)
      ffi (>= 1.15.0)
    fabrication (2.30.0)
    faraday (2.7.6)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-follow_redirects (0.3.0)
      faraday (>= 1, < 3)
    faraday-net_http (3.0.2)
    ffi (1.15.5)
    fuubar (2.5.1)
      rspec-core (~> 3.0)
      ruby-progressbar (~> 1.4)
    gitlab (4.19.0)
      httparty (~> 0.20)
      terminal-table (>= 1.5.1)
    hashdiff (1.0.1)
    httparty (0.21.0)
      mini_mime (>= 1.0.0)
      multi_xml (>= 0.5.2)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    json (2.6.3)
    json-schema (4.0.0)
      addressable (>= 2.8)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loofah (2.21.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    macaddr (1.7.2)
      systemu (~> 2.6.5)
    method_source (1.0.0)
    mini_mime (1.1.2)
    mini_portile2 (2.8.2)
    minitest (5.18.0)
    multi_xml (0.6.0)
    nokogiri (1.15.2)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    nyan-cat-formatter (0.12.0)
      rspec (>= 2.99, >= 2.14.2, < 4)
    octokit (6.1.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    parallel (1.23.0)
    parser (3.2.2.3)
      ast (~> 2.4.1)
      racc
    pronto (0.11.1)
      gitlab (>= 4.4.0, < 5.0)
      httparty (>= 0.13.7, < 1.0)
      octokit (>= 4.7.0, < 7.0)
      rainbow (>= 2.2, < 4.0)
      rexml (>= 3.2.5, < 4.0)
      rugged (>= 0.23.0, < 2.0)
      thor (>= 0.20.3, < 2.0)
    pronto-rubocop (0.11.5)
      pronto (~> 0.11.0)
      rubocop (>= 0.63.1, < 2.0)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    public_suffix (5.0.1)
    racc (1.7.0)
    rack (2.2.7)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.0.5)
      actionpack (= 7.0.5)
      activesupport (= 7.0.5)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
      zeitwerk (~> 2.5)
    rainbow (3.1.1)
    rake (13.0.6)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    regexp_parser (2.8.1)
    rexml (3.2.5)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-collection_matchers (1.2.0)
      rspec-expectations (>= 2.99.0.beta1)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-json_expectations (2.2.0)
    rspec-mocks (3.12.5)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-rails (5.1.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      railties (>= 5.2)
      rspec-core (~> 3.10)
      rspec-expectations (~> 3.10)
      rspec-mocks (~> 3.10)
      rspec-support (~> 3.10)
    rspec-support (3.12.0)
    rubocop (1.52.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.2.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.0, < 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-rails (2.19.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.33.0, < 2.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    rugged (1.6.3)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov-rcov (0.3.1)
      simplecov (>= 0.4.1)
    simplecov_json_formatter (0.1.4)
    systemu (2.6.5)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    thor (1.2.2)
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.4.2)
    uuid (2.3.9)
      macaddr (~> 1.0)
    valid (1.2.0)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    yard (0.9.34)
    zeitwerk (2.6.8)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack (~> 7.0.0)
  diaspora_federation!
  diaspora_federation-json_schema!
  diaspora_federation-rails!
  diaspora_federation-test!
  fuubar (= 2.5.1)
  json-schema (~> 4.0)
  listen
  nyan-cat-formatter
  pronto (= 0.11.1)
  pronto-rubocop (= 0.11.5)
  pry
  pry-byebug
  rake
  rspec (~> 3.12.0)
  rspec-collection_matchers (~> 1.2.0)
  rspec-json_expectations (~> 2.1)
  rspec-rails (~> 5.1.2)
  rubocop (= 1.52.0)
  rubocop-rails (= 2.19.1)
  rubocop-rake (= 0.6.0)
  simplecov (= 0.22.0)
  simplecov-rcov (= 0.3.1)
  webmock (~> 3.0)
  yard

BUNDLED WITH
   2.4.13