nelsonmfinda/vuttr-api

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/stympy/faker.git
  revision: f03d4eec1b11b8a03413c89b7d2cadcd0cfd6ef9
  branch: master
  specs:
    faker (1.9.4)
      i18n (>= 0.7)
      pastel (~> 0.7.2)
      thor (~> 0.20.0)
      tty-pager (~> 0.12.0)
      tty-screen (~> 0.6.5)
      tty-tree (~> 0.3.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.2.3)
      actionpack (= 5.2.3)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.3)
      actionpack (= 5.2.3)
      actionview (= 5.2.3)
      activejob (= 5.2.3)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.3)
      actionview (= 5.2.3)
      activesupport (= 5.2.3)
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.3)
      activesupport (= 5.2.3)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    active_model_serializers (0.10.9)
      actionpack (>= 4.1, < 6)
      activemodel (>= 4.1, < 6)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activejob (5.2.3)
      activesupport (= 5.2.3)
      globalid (>= 0.3.6)
    activemodel (5.2.3)
      activesupport (= 5.2.3)
    activerecord (5.2.3)
      activemodel (= 5.2.3)
      activesupport (= 5.2.3)
      arel (>= 9.0)
    activestorage (5.2.3)
      actionpack (= 5.2.3)
      activerecord (= 5.2.3)
      marcel (~> 0.3.1)
    activesupport (5.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    arel (9.0.0)
    ast (2.4.0)
    bcrypt (3.1.13)
    bcrypt (3.1.13-java)
    bootsnap (1.4.4)
      msgpack (~> 1.0)
    bootsnap (1.4.4-java)
      msgpack (~> 1.0)
    builder (3.2.3)
    byebug (11.0.1)
    case_transform (0.2)
      activesupport
    coderay (1.1.2)
    concurrent-ruby (1.1.5)
    coveralls (0.8.23)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (>= 0.19.4, < 2.0)
      tins (~> 1.6)
    crass (1.0.6)
    database_cleaner (1.7.0)
    diff-lcs (1.3)
    docile (1.3.2)
    dox (1.1.0)
      rails (>= 4.0)
      rspec-core
    equatable (0.6.1)
    erubi (1.8.0)
    factory_bot (5.0.2)
      activesupport (>= 4.2.0)
    factory_bot_rails (5.0.2)
      factory_bot (~> 5.0.2)
      railties (>= 4.2.0)
    ffi (1.11.1)
    ffi (1.11.1-java)
    ffi (1.11.1-x64-mingw32)
    ffi (1.11.1-x86-mingw32)
    fuubar (2.4.1)
      rspec-core (~> 3.0)
      ruby-progressbar (~> 1.4)
    globalid (0.4.2)
      activesupport (>= 4.2.0)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.3)
    jaro_winkler (1.5.3-java)
    json (2.2.0)
    json (2.2.0-java)
    json_matchers (0.11.0)
      json_schema
    json_schema (0.20.6)
    jsonapi-renderer (0.2.2)
    jwt (1.5.6)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    loofah (2.4.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    method_source (0.9.2)
    mimemagic (0.3.3)
    mini_mime (1.0.1)
    mini_portile2 (2.4.0)
    minitest (5.11.3)
    msgpack (1.3.0)
    msgpack (1.3.0-java)
    msgpack (1.3.0-x64-mingw32)
    msgpack (1.3.0-x86-mingw32)
    nio4r (2.3.1)
    nio4r (2.3.1-java)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    nokogiri (1.10.9-java)
    nokogiri (1.10.9-x64-mingw32)
      mini_portile2 (~> 2.4.0)
    nokogiri (1.10.9-x86-mingw32)
      mini_portile2 (~> 2.4.0)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    pastel (0.7.3)
      equatable (~> 0.6)
      tty-color (~> 0.5)
    pg (1.1.4)
    pg (1.1.4-x64-mingw32)
    pg (1.1.4-x86-mingw32)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry (0.12.2-java)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
      spoon (~> 0.0)
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    puma (3.12.4)
    puma (3.12.4-java)
    rack (2.2.2)
    rack-attack (5.4.2)
      rack (>= 1.0, < 3)
    rack-cors (1.0.5)
      rack (>= 1.6.0)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails (5.2.3)
      actioncable (= 5.2.3)
      actionmailer (= 5.2.3)
      actionpack (= 5.2.3)
      actionview (= 5.2.3)
      activejob (= 5.2.3)
      activemodel (= 5.2.3)
      activerecord (= 5.2.3)
      activestorage (= 5.2.3)
      activesupport (= 5.2.3)
      bundler (>= 1.3.0)
      railties (= 5.2.3)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
    rails-i18n (5.1.3)
      i18n (>= 0.7, < 2)
      railties (>= 5.0, < 6)
    railties (5.2.3)
      actionpack (= 5.2.3)
      activesupport (= 5.2.3)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.0.0)
    rake (13.0.1)
    rb-fsevent (0.10.3)
    rb-inotify (0.10.0)
      ffi (~> 1.0)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.2)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-rails (3.8.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.2)
    rubocop (0.72.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-performance (0.0.1)
      rubocop (>= 0.58.0)
    rubocop-rails (2.1.0)
      rack (>= 1.1)
      rubocop (>= 0.72.0)
    rubocop-rspec (1.33.0)
      rubocop (>= 0.60.0)
    ruby-progressbar (1.10.1)
    ruby_dep (1.5.0)
    rubygene (0.4.0)
      i18n (~> 0.8)
      thor (~> 0.20.0)
    shoulda-matchers (4.1.0)
      activesupport (>= 4.2.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    spoon (0.0.6)
      ffi
    spring (2.1.0)
    spring-watcher-listen (2.0.1)
      listen (>= 2.7, < 4.0)
      spring (>= 1.2, < 3.0)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    strings (0.1.5)
      strings-ansi (~> 0.1)
      unicode-display_width (~> 1.5)
      unicode_utils (~> 1.4)
    strings-ansi (0.1.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (0.20.3)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    tins (1.20.3)
    tty-color (0.5.0)
    tty-pager (0.12.1)
      strings (~> 0.1.4)
      tty-screen (~> 0.6)
      tty-which (~> 0.4)
    tty-screen (0.6.5)
    tty-tree (0.3.0)
    tty-which (0.4.1)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    tzinfo-data (1.2019.2)
      tzinfo (>= 1.0.0)
    unicode-display_width (1.6.0)
    unicode_utils (1.4.0)
    websocket-driver (0.7.1)
      websocket-extensions (>= 0.1.0)
    websocket-driver (0.7.1-java)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.4)
    will_paginate (3.1.7)

PLATFORMS
  java
  ruby
  x64-mingw32
  x86-mingw32
  x86-mswin32

DEPENDENCIES
  active_model_serializers (~> 0.10.9)
  bcrypt (~> 3.1.7)
  bootsnap (>= 1.1.0)
  byebug
  coveralls (~> 0.8.21)
  database_cleaner
  dox
  factory_bot_rails (~> 5.0, >= 5.0.1)
  faker!
  fuubar (~> 2.0)
  json_matchers (~> 0.11.0)
  jwt (~> 1.5, >= 1.5.4)
  listen (>= 3.0.5, < 3.2)
  pg (>= 0.18, < 2.0)
  pry-rails
  puma (~> 3.12)
  rack-attack (~> 5.4, >= 5.4.2)
  rack-cors (~> 1.0)
  rails (~> 5.2.2)
  rails-i18n
  rspec (~> 3.8)
  rspec-rails (~> 3.8)
  rubocop-performance (~> 0.0.1)
  rubocop-rails (~> 2.0, >= 2.0.1)
  rubocop-rspec (~> 1.33)
  rubygene (~> 0.4.0)
  shoulda-matchers
  simplecov (~> 0.16.1)
  spring
  spring-watcher-listen (~> 2.0.0)
  tzinfo-data
  will_paginate (~> 3.1, >= 3.1.7)

RUBY VERSION
   ruby 2.6.0p0

BUNDLED WITH
   1.17.3