dmagliola/sms_safe

View on GitHub
gemfiles/mail_2_6_3.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../
  specs:
    sms_safe (1.0.2)
      mail (>= 2.4)

GEM
  remote: https://rubygems.org/
  specs:
    action_texter (0.2.0)
    actionmailer (4.2.0)
      actionpack (= 4.2.0)
      actionview (= 4.2.0)
      activejob (= 4.2.0)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.0)
      actionview (= 4.2.0)
      activesupport (= 4.2.0)
      rack (~> 1.6.0)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    actionview (4.2.0)
      activesupport (= 4.2.0)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.1)
    activejob (4.2.0)
      activesupport (= 4.2.0)
      globalid (>= 0.3.0)
    activesupport (4.2.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    ansi (1.4.3)
    appraisal (1.0.2)
      bundler
      rake
      thor (>= 0.14.0)
    builder (3.2.2)
    codeclimate-test-reporter (0.4.4)
      simplecov (>= 0.7.1, < 1.0.0)
    coveralls (0.7.1)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    docile (1.1.5)
    erubis (2.7.0)
    globalid (0.3.0)
      activesupport (>= 4.1.0)
    i18n (0.7.0)
    json (1.8.1)
    jwt (1.0.0)
    loofah (2.0.1)
      nokogiri (>= 1.5.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    metaclass (0.0.4)
    mime-types (2.4.3)
    mini_portile (0.6.2)
    minitest (5.5.0)
    minitest-reporters (1.0.8)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    netrc (0.10.2)
    nexmo (2.0.0)
    nokogiri (1.6.5)
      mini_portile (~> 0.6.0)
    rack (1.6.0)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.5)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-html-sanitizer (1.0.1)
      loofah (~> 2.0)
    rake (10.4.2)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    ruby-progressbar (1.7.1)
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.1)
    shoulda-matchers (2.7.0)
      activesupport (>= 3.0.0)
    simplecov (0.9.1)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.4)
    tins (1.3.3)
    twilio-ruby (3.14.2)
      builder (>= 2.1.2)
      jwt (~> 1.0.0)
      multi_json (>= 1.3.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  action_texter
  actionmailer
  appraisal
  bundler
  codeclimate-test-reporter
  coveralls
  mail (= 2.6.3)
  minitest
  minitest-reporters
  mocha
  nexmo
  rake
  shoulda
  simplecov
  sms_safe!
  twilio-ruby