bruz/bookshelf-delivery-example

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    ast (2.3.0)
    byebug (9.0.6)
    capybara (2.10.1)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    coderay (1.1.1)
    concurrent-ruby (1.0.2)
    dotenv (2.1.1)
    dry-configurable (0.3.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.5.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.2.0)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-logic (0.4.0)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.1)
      dry-equalizer (~> 0.2)
    dry-types (0.9.1)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.10.3)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-container (~> 0.2, >= 0.2.8)
      dry-core (~> 0.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.9, >= 0.9.0)
    hanami (0.8.0)
      bundler (~> 1.6)
      hanami-assets (~> 0.3)
      hanami-controller (~> 0.7)
      hanami-helpers (~> 0.4)
      hanami-mailer (~> 0.3)
      hanami-router (~> 0.7)
      hanami-utils (~> 0.8)
      hanami-validations (~> 0.6)
      hanami-view (~> 0.7)
      thor (~> 0.19)
    hanami-assets (0.3.0)
      hanami-helpers (~> 0.4)
      hanami-utils (~> 0.8)
      tilt (~> 2.0, >= 2.0.2)
    hanami-controller (0.7.1)
      hanami-utils (~> 0.8)
      rack (~> 1.6, >= 1.6.2)
    hanami-helpers (0.4.0)
      hanami-utils (~> 0.8)
    hanami-mailer (0.3.0)
      hanami-utils (~> 0.8)
      mail (~> 2.5)
      tilt (~> 2.0, >= 2.0.1)
    hanami-model (0.6.1)
      hanami-utils (~> 0.7)
      sequel (~> 4.9)
    hanami-router (0.7.0)
      hanami-utils (~> 0.8)
      http_router (~> 0.11)
      rack (~> 1.6)
    hanami-utils (0.8.0)
    hanami-validations (0.6.0)
      dry-validation (~> 0.9)
      hanami-utils (~> 0.8)
    hanami-view (0.7.0)
      hanami-utils (~> 0.8)
      tilt (~> 2.0, >= 2.0.1)
    http_router (0.11.2)
      rack (>= 1.0.0)
      url_mount (~> 0.2.1)
    inflecto (0.0.2)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.1.0)
    minitest (5.9.1)
    multi_json (1.12.1)
    nokogiri (1.7.1)
      mini_portile2 (~> 2.1.0)
    parser (2.3.1.4)
      ast (~> 2.2)
    pg (0.19.0)
    powerpack (0.1.1)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    public_suffix (2.0.4)
    rack (1.6.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rainbow (2.1.0)
    rake (11.3.0)
    representable (2.3.0)
      uber (~> 0.0.7)
    roar (1.0.4)
      representable (>= 2.0.1, < 2.4.0)
    rubocop (0.45.0)
      parser (>= 2.3.1.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
    sequel (4.40.0)
    shotgun (0.9.2)
      rack (>= 1.0)
    slop (3.6.0)
    thor (0.19.1)
    tilt (2.0.5)
    uber (0.0.15)
    unicode-display_width (1.1.1)
    url_mount (0.2.1)
      rack
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  byebug
  capybara
  dotenv (~> 2.0)
  hanami (~> 0.8)
  hanami-model (~> 0.6)
  minitest
  multi_json
  pg
  pry
  rake
  roar
  rubocop
  shotgun
  thor

BUNDLED WITH
   1.14.6