Sha256: c3b1f87c92155fa4a520e34e1cbf5c31952cb227416c0c5e3ad6d7596b090e49

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

source "https://rubygems.org"

gemspec :path => '../'

gem 'json', '< 2.0.0'
gem 'rake', '< 11.0.0'
gem 'postmark', '~> 1.15', :path => ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', :github => 'rails', :branch => '3-2-stable'
gem 'i18n', '~> 0.6.0'
gem 'rack-cache', '~> 1.2.0'

group :test do
  gem 'rspec', '~> 3.7'
  gem 'mime-types', '~> 1.25.1'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
postmark-rails-0.22.0 gemfiles/Gemfile.actionmailer-3.2.x
postmark-rails-0.21.0 gemfiles/Gemfile.actionmailer-3.2.x
postmark-rails-0.20.0 gemfiles/Gemfile.actionmailer-3.2.x