wmaciejak/rails_rom_graphql_clean_architecture_boilerplate

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.1.4)
      actionpack (= 5.1.4)
      nio4r (~> 2.0)
      websocket-driver (~> 0.6.1)
    actionmailer (5.1.4)
      actionpack (= 5.1.4)
      actionview (= 5.1.4)
      activejob (= 5.1.4)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.1.4)
      actionview (= 5.1.4)
      activesupport (= 5.1.4)
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.1.4)
      activesupport (= 5.1.4)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.1.4)
      activesupport (= 5.1.4)
      globalid (>= 0.3.6)
    activemodel (5.1.4)
      activesupport (= 5.1.4)
    activerecord (5.1.4)
      activemodel (= 5.1.4)
      activesupport (= 5.1.4)
      arel (~> 8.0)
    activesupport (5.1.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    arel (8.0.0)
    ast (2.3.0)
    batch-loader (1.0.4)
    brakeman (4.0.1)
    builder (3.2.3)
    bundler-audit (0.6.0)
      bundler (~> 1.2)
      thor (~> 0.18)
    coderay (1.1.2)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    coffee-rails (4.2.2)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.5)
    crass (1.0.2)
    database_cleaner (1.6.2)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.3)
    dry-configurable (0.7.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.3.4)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-initializer (2.3.0)
    dry-logic (0.4.2)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-struct (0.3.1)
      dry-configurable (~> 0.1)
      dry-core (~> 0.3)
      dry-equalizer (~> 0.2)
      dry-types (~> 0.9, >= 0.9.0)
      ice_nine (~> 0.11)
    dry-types (0.12.1)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.2)
      inflecto (~> 0.0.0, >= 0.0.2)
    envied (0.9.1)
      coercible (~> 1.0)
      thor (~> 0.15)
    erubi (1.7.0)
    execjs (2.7.0)
    ffi (1.9.18)
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    graphiql-rails (1.4.5)
      rails
    graphql (1.7.4)
    i18n (0.9.0)
      concurrent-ruby (~> 1.0)
    ice_nine (0.11.2)
    inflecto (0.0.2)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    loofah (2.1.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.3.0)
    minitest (5.10.3)
    nio4r (2.1.0)
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
    parallel (1.12.0)
    parser (2.4.0.0)
      ast (~> 2.2)
    pg (0.21.0)
    powerpack (0.1.1)
    pry (0.11.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-rails (0.3.6)
      pry (>= 0.10.4)
    public_suffix (3.0.0)
    puma (3.10.0)
    rack (2.0.3)
    rack-test (0.7.0)
      rack (>= 1.0, < 3)
    rails (5.1.4)
      actioncable (= 5.1.4)
      actionmailer (= 5.1.4)
      actionpack (= 5.1.4)
      actionview (= 5.1.4)
      activejob (= 5.1.4)
      activemodel (= 5.1.4)
      activerecord (= 5.1.4)
      activesupport (= 5.1.4)
      bundler (>= 1.3.0)
      railties (= 5.1.4)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    railties (5.1.4)
      actionpack (= 5.1.4)
      activesupport (= 5.1.4)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.2)
      rake
    rake (12.2.1)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rom (4.0.1)
      rom-changeset (~> 1.0)
      rom-core (~> 4.0, >= 4.0.1)
      rom-mapper (~> 1.0, >= 1.0.1)
      rom-repository (~> 2.0)
    rom-changeset (1.0.0)
      dry-core (~> 0.3, >= 0.3.1)
      rom-core (~> 4.0.0.rc)
      transproc (~> 1.0)
    rom-core (4.0.1)
      concurrent-ruby (~> 1.0)
      dry-container (~> 0.6)
      dry-core (~> 0.3)
      dry-equalizer (~> 0.2)
      dry-initializer (~> 2.0)
      dry-types (~> 0.12, >= 0.12.1)
      rom-mapper (~> 1.0)
    rom-mapper (1.0.1)
      dry-core (~> 0.3, >= 0.3.1)
      dry-equalizer (~> 0.2)
      transproc (~> 1.0)
    rom-rails (1.0.0)
      addressable (~> 2.3)
      dry-core (~> 0.3)
      dry-equalizer (~> 0.2)
      railties (>= 3.0, < 6.0)
      rom (~> 4.0.0.beta)
    rom-repository (2.0.0)
      dry-struct (~> 0.3)
      rom-mapper (~> 1.0)
    rom-sql (2.1.0)
      dry-core (~> 0.3)
      dry-equalizer (~> 0.2)
      dry-types (~> 0.12, >= 0.12.1)
      rom-core (~> 4.0)
      sequel (>= 4.49)
    rspec-core (3.7.0)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-rails (3.7.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.0)
    rubocop (0.51.0)
      parallel (~> 1.10)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    rubocop-rspec (1.19.0)
      rubocop (>= 0.51.0)
    ruby-progressbar (1.9.0)
    ruby_dep (1.5.0)
    sass (3.5.3)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sequel (5.2.0)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    thor (0.20.0)
    thread_safe (0.3.6)
    tilt (2.0.8)
    transproc (1.0.2)
    tzinfo (1.2.4)
      thread_safe (~> 0.1)
    uglifier (3.2.0)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.3.0)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)

PLATFORMS
  ruby

DEPENDENCIES
  batch-loader (= 1.0.4)
  brakeman (= 4.0.1)
  bundler-audit (= 0.6.0)
  coffee-rails (= 4.2.2)
  database_cleaner (= 1.6.2)
  dry-container (= 0.6.0)
  envied (= 0.9.1)
  graphiql-rails (= 1.4.5)
  graphql (= 1.7.4)
  listen (= 3.1.5)
  pg (= 0.21.0)
  pry-rails (= 0.3.6)
  puma (= 3.10.0)
  rails (= 5.1.4)
  rom (= 4.0.1)
  rom-rails (= 1.0.0)
  rom-sql (= 2.1.0)
  rspec-rails (= 3.7.1)
  rubocop (= 0.51.0)
  rubocop-rspec (= 1.19.0)
  sass-rails (= 5.0.6)
  sequel (= 5.2.0)
  uglifier (= 3.2.0)

RUBY VERSION
   ruby 2.4.2p198

BUNDLED WITH
   1.16.0.pre.3