Sha256: 4f88d64923f5d3f02457e2bbf5e56f575d20a76d17bb074dacc7044b5463d4b6

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

source "https://rubygems.org"

gemspec :path => '../'

gem 'json', '< 2.0.0'
gem 'rake', '< 11.0.0'
gem 'postmark', '~> 1.9.0', :path => ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 3.0.0'
gem 'rack-cache', '~> 1.2.0'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postmark-rails-0.14.0 gemfiles/Gemfile.actionmailer-3.0.x