ActiveCampaign/postmark-gem

View on GitHub
gemfiles/Gemfile.legacy

Summary

Maintainability
Test Coverage
source "http://rubygems.org"

gemspec :path => '../'

gem 'rake', '< 11.0.0'
gem 'json', '< 2.0.0'

group :test do
  gem 'rspec', '~> 3.7'
  gem 'rspec-its', '~> 1.2'
  gem 'fakeweb', :git => 'https://github.com/chrisk/fakeweb.git'
  gem 'fakeweb-matcher'
  gem 'mail', '~> 2.7.0'
  gem 'mime-types', '~> 1.25.1'
  gem 'mini_mime', '< 1.1.4'
  gem 'activesupport', '~> 3.2.0'
  gem 'i18n', '~> 0.6.0'
  gem 'yajl-ruby', '~> 1.0', '< 1.4.0', :platforms => [:mingw, :mswin, :ruby]
end