melvinsembrano/cms-fortress

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    cms-fortress (1.3.14)
      aasm (~> 4.0)
      cancancan (~> 1.9)
      comfortable_mexican_sofa (~> 1.12, >= 1.12.5)
      delayed_job (~> 4)
      devise (~> 3.2)
      rails (~> 4.0, >= 4.0.0)
      tinymce-rails (~> 4.1, >= 4.1.0)
      tinymce-rails-langs (~> 4.0)

GEM
  remote: https://rubygems.org/
  specs:
    aasm (4.10.1)
    actionmailer (4.0.13)
      actionpack (= 4.0.13)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    active_link_to (1.0.3)
      actionpack
    activemodel (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
    activerecord (4.0.13)
      activemodel (= 4.0.13)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.13)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.0.13)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    ansi (1.5.0)
    arel (4.0.2)
    autoprefixer-rails (6.3.6.1)
      execjs
    bcrypt (3.1.11)
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
    bootstrap_form (2.3.0)
    builder (3.1.4)
    cancancan (1.14.0)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    cocaine (0.5.8)
      climate_control (>= 0.0.3, < 1.0)
    codemirror-rails (5.11)
      railties (>= 3.0, < 5)
    coffee-rails (4.1.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.1.x)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.10.0)
    comfortable_mexican_sofa (1.12.9)
      active_link_to (>= 1.0.0)
      bootstrap-sass (>= 3.2.0)
      bootstrap_form (>= 2.2.0)
      codemirror-rails (>= 3.0.0)
      coffee-rails (>= 3.1.0)
      haml-rails (>= 0.3.0)
      jquery-rails (>= 3.0.0)
      jquery-ui-rails (>= 5.0.0)
      kramdown (>= 1.0.0)
      paperclip (>= 4.0.0)
      plupload-rails (>= 1.2.1)
      rails (>= 4.0.0, < 5)
      rails-i18n (>= 4.0.0)
      sass-rails (>= 4.0.3)
    concurrent-ruby (1.0.2)
    delayed_job (4.1.2)
      activesupport (>= 3.0, < 5.1)
    devise (3.5.10)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      responders
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    docile (1.1.5)
    erubis (2.7.0)
    execjs (2.7.0)
    haml (4.0.7)
      tilt
    haml-rails (0.9.0)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
      haml (>= 4.0.6, < 5.0)
      html2haml (>= 1.0.1)
      railties (>= 4.0.1)
    hashie (3.4.4)
    html2haml (2.0.0)
      erubis (~> 2.7.0)
      haml (~> 4.0.0)
      nokogiri (~> 1.6.0)
      ruby_parser (~> 3.5)
    i18n (0.7.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.5)
      railties (>= 3.2.16)
    json (1.8.3)
    kramdown (1.11.1)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mimemagic (0.3.0)
    mini_portile2 (2.0.0)
    minitest (4.7.5)
    minitest-rails (1.0.1)
      minitest (~> 4.7)
      minitest-test (~> 1.0)
      railties (>= 3.0, < 4.1)
    minitest-reporters (0.14.24)
      ansi
      builder
      minitest (>= 2.12, < 5.0)
      powerbar
    minitest-spec-rails (4.7.10)
      minitest (~> 4.7)
      rails (>= 3.0, < 4.1)
    minitest-test (1.1.0)
      minitest (~> 4.0)
    multi_json (1.12.1)
    nokogiri (1.6.7.2)
      mini_portile2 (~> 2.0.0.rc2)
    orm_adapter (0.5.0)
    paperclip (4.3.6)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      cocaine (~> 0.5.5)
      mime-types
      mimemagic (= 0.3.0)
    plupload-rails (1.2.1)
      rails (>= 3.1)
    powerbar (1.0.17)
      hashie (>= 1.1.0)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.0.13)
      actionmailer (= 4.0.13)
      actionpack (= 4.0.13)
      activerecord (= 4.0.13)
      activesupport (= 4.0.13)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.13)
      sprockets-rails (~> 2.0)
    rails-i18n (4.0.8)
      i18n (~> 0.7)
      railties (~> 4.0)
    railties (4.0.13)
      actionpack (= 4.0.13)
      activesupport (= 4.0.13)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (11.1.2)
    rdoc (4.2.2)
      json (~> 1.4)
    responders (1.1.2)
      railties (>= 3.2, < 4.2)
    ruby_parser (3.8.2)
      sexp_processor (~> 4.1)
    sass (3.4.22)
    sass-rails (5.0.4)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sexp_processor (4.7.0)
    simplecov (0.11.2)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sprockets (3.6.0)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.11)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.4)
    tinymce-rails (4.3.12)
      railties (>= 3.1.1)
    tinymce-rails-langs (4.20160310)
      tinymce-rails (~> 4.1, >= 4.1.10)
    tzinfo (0.3.49)
    warden (1.2.6)
      rack (>= 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  cms-fortress!
  minitest (~> 4.7, >= 4.7.3)
  minitest-rails
  minitest-reporters
  minitest-spec-rails
  rdoc
  simplecov
  sqlite3

BUNDLED WITH
   1.10.6