drhenner/ror_ecommerce

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    RedCloth (4.3.2)
    aasm (4.12.2)
      concurrent-ruby (~> 1.0)
    actioncable (5.1.3)
      actionpack (= 5.1.3)
      nio4r (~> 2.0)
      websocket-driver (~> 0.6.1)
    actionmailer (5.1.3)
      actionpack (= 5.1.3)
      actionview (= 5.1.3)
      activejob (= 5.1.3)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.1.3)
      actionview (= 5.1.3)
      activesupport (= 5.1.3)
      rack (~> 2.0)
      rack-test (~> 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.1.3)
      activesupport (= 5.1.3)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.1.3)
      activesupport (= 5.1.3)
      globalid (>= 0.3.6)
    activemerchant (1.70.0)
      activesupport (>= 3.2.14, < 6.x)
      builder (>= 2.1.2, < 4.0.0)
      i18n (>= 0.6.9)
      nokogiri (~> 1.4)
    activemodel (5.1.3)
      activesupport (= 5.1.3)
    activerecord (5.1.3)
      activemodel (= 5.1.3)
      activesupport (= 5.1.3)
      arel (~> 8.0)
    activesupport (5.1.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.1)
      public_suffix (~> 2.0, >= 2.0.2)
    american_date (1.1.1)
    arel (8.0.0)
    asset_sync (2.2.0)
      activemodel (>= 4.1.0)
      fog-core
      mime-types (>= 2.99)
      unf
    authlogic (3.6.0)
      activerecord (>= 3.2, < 5.2)
      activesupport (>= 3.2, < 5.2)
      request_store (~> 1.0)
      scrypt (>= 1.2, < 4.0)
    autotest-rails-pure (4.1.2)
    awesome_nested_set (3.1.3)
      activerecord (>= 4.0.0, < 5.2)
    aws-sdk (2.3.22)
      aws-sdk-resources (= 2.3.22)
    aws-sdk-core (2.3.22)
      jmespath (~> 1.0)
    aws-sdk-resources (2.3.22)
      aws-sdk-core (= 2.3.22)
    babel-source (5.8.35)
    babel-transpiler (0.7.0)
      babel-source (>= 4.0, < 6)
      execjs (~> 2.0)
    better_errors (2.3.0)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bluecloth (2.2.0)
    builder (3.2.3)
    byebug (9.0.6)
    cancancan (1.15.0)
    capybara (2.7.1)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    chronic (0.10.2)
    chunky_png (1.3.8)
    climate_control (0.2.0)
    cocaine (0.5.8)
      climate_control (>= 0.0.3, < 1.0)
    coderay (1.1.1)
    compass (1.0.3)
      chunky_png (~> 1.2)
      compass-core (~> 1.0.2)
      compass-import-once (~> 1.0.5)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      sass (>= 3.3.13, < 3.5)
    compass-core (1.0.3)
      multi_json (~> 1.0)
      sass (>= 3.3.0, < 3.5)
    compass-import-once (1.0.5)
      sass (>= 3.2, < 3.5)
    compass-rails (3.0.2)
      compass (~> 1.0.0)
      sass-rails (< 5.1)
      sprockets (< 4.0)
    concurrent-ruby (1.0.5)
    config (1.4.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.1.1)
    database_cleaner (1.6.1)
    debug_inspector (0.0.3)
    deep_merge (1.1.1)
    diff-lcs (1.3)
    dynamic_form (1.1.4)
    email_spec (2.1.1)
      htmlentities (~> 4.3.3)
      launchy (~> 2.1)
      mail (~> 2.6)
    erubi (1.6.1)
    excon (0.58.0)
    execjs (2.7.0)
    factory_girl (4.5.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.5.0)
      factory_girl (~> 4.5.0)
      railties (>= 3.0.0)
    faker (1.8.4)
      i18n (~> 0.5)
    ffi (1.9.18)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    fog-core (1.45.0)
      builder
      excon (~> 0.58)
      formatador (~> 0.2)
    formatador (0.2.5)
    foundation-rails (6.2.3.0)
      railties (>= 3.1.0)
      sass (>= 3.3.0, < 3.5)
      sprockets-es6 (>= 0.9.0)
    friendly_id (5.1.0)
      activerecord (>= 4.0.0)
    globalid (0.4.0)
      activesupport (>= 4.2.0)
    htmlentities (4.3.4)
    i18n (0.8.6)
    jbuilder (2.7.0)
      activesupport (>= 4.2.0)
      multi_json (>= 1.2)
    jmespath (1.3.1)
    jquery-rails (4.3.1)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (6.0.1)
      railties (>= 3.2.16)
    json (2.1.0)
    launchy (2.4.3)
      addressable (~> 2.3)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    metaclass (0.0.4)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mimemagic (0.3.2)
    mini_portile2 (2.1.0)
    minitest (5.10.3)
    mocha (0.13.3)
      metaclass (~> 0.0.1)
    multi_json (1.12.1)
    mysql2 (0.4.9)
    nio4r (2.1.0)
    nokogiri (1.6.8.1)
      mini_portile2 (~> 2.1.0)
    paperclip (5.0.0)
      activemodel (>= 4.2.0)
      activesupport (>= 4.2.0)
      cocaine (~> 0.5.5)
      mime-types
      mimemagic (~> 0.3.0)
    pdf-core (0.7.0)
    prawn (2.2.2)
      pdf-core (~> 0.7.0)
      ttfunk (~> 1.5)
    public_suffix (2.0.5)
    rack (2.0.3)
    rack-test (0.6.3)
      rack (>= 1.0)
    railroady (1.5.3)
    rails (5.1.3)
      actioncable (= 5.1.3)
      actionmailer (= 5.1.3)
      actionpack (= 5.1.3)
      actionview (= 5.1.3)
      activejob (= 5.1.3)
      activemodel (= 5.1.3)
      activerecord (= 5.1.3)
      activesupport (= 5.1.3)
      bundler (>= 1.3.0)
      railties (= 5.1.3)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.2)
      actionpack (~> 5.x, >= 5.0.1)
      actionview (~> 5.x, >= 5.0.1)
      activesupport (~> 5.x)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    rails3-generators (1.0.0)
      railties (>= 3.0.0)
    railties (5.1.3)
      actionpack (= 5.1.3)
      activesupport (= 5.1.3)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.5.0)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    request_store (1.3.2)
    rmagick (2.15.4)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-rails (3.6.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
    rspec-rails-mocha (0.3.2)
      mocha (>= 0.9.8)
      rspec-rails (>= 2.0.0)
    rspec-support (3.6.0)
    sass (3.4.25)
    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)
    scrypt (3.0.5)
      ffi-compiler (>= 1.0, < 2.0)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-es6 (0.9.2)
      babel-source (>= 5.8.11)
      babel-transpiler
      sprockets (>= 3.0.0)
    sprockets-rails (3.2.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    thor (0.20.0)
    thread_safe (0.3.6)
    tilt (2.0.8)
    ttfunk (1.5.1)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)
    uglifier (3.2.0)
      execjs (>= 0.3.0, < 3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    will_paginate (3.1.6)
    xpath (2.1.0)
      nokogiri (~> 1.3)
    yard (0.9.9)

PLATFORMS
  ruby

DEPENDENCIES
  RedCloth
  aasm (~> 4.12.2)
  activemerchant (~> 1.48)
  american_date (~> 1.1.1)
  asset_sync (~> 2.2.0)
  authlogic (~> 3.6.0)
  autotest-rails-pure
  awesome_nested_set (~> 3.1.3)
  aws-sdk (~> 2.3.21)
  better_errors (~> 2.3.0)
  binding_of_caller (~> 0.7.2)
  bluecloth (~> 2.2.0)
  byebug
  cancancan (~> 1.15.0)
  capybara (~> 2.7.1)
  chronic
  compass-rails
  config
  database_cleaner (~> 1.6.1)
  dynamic_form
  email_spec
  factory_girl (~> 4.5.0)
  factory_girl_rails (~> 4.5.0)
  faker
  foundation-rails (= 6.2.3.0)
  friendly_id (~> 5.1.0)
  jbuilder
  jquery-rails (~> 4.3.1)
  jquery-ui-rails (~> 6.0.1)
  json (~> 2.1.0)
  launchy
  mocha (~> 0.13.3)
  mysql2 (~> 0.4.8)
  nokogiri (~> 1.6.5)
  paperclip (~> 5.0.0)
  prawn (>= 0.12.0)
  railroady
  rails (~> 5.1.3)
  rails-controller-testing
  rails3-generators (~> 1.0.0)
  rake (~> 10.1)
  rmagick (= 2.15.4)
  rspec-rails (~> 3.5)
  rspec-rails-mocha
  sass-rails (~> 5.0.6)
  sprockets (~> 3.7.0)
  uglifier (>= 1.3.0)
  will_paginate (~> 3.1.6)
  yard

RUBY VERSION
   ruby 2.4.0p0

BUNDLED WITH
   1.15.3