Sha256: 1ba06666b74965743619f695c9d38bedb6391cfcc2320fe2f0ce1dc33809b7f3

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

source "https://rubygems.org"

gemspec :path => '../'

gem 'json', '< 2.0.0'
gem 'rake', '< 11.0.0'
gem 'postmark', '~> 1.11.0', :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

1 entries across 1 versions & 1 rubygems

Version Path
postmark-rails-0.16.0 gemfiles/Gemfile.actionmailer-3.2.x