ryu39/sendgrid_actionmailer_adapter

View on GitHub
gemfiles/action_mailer_edge.gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

git "https://github.com/rails/rails.git" do
  gem 'actionmailer'
end
group :test do
  gem 'simplecov'
  gem 'codeclimate-test-reporter', '~> 1.0.0'
end

gemspec path: '../'