Sha256: 7f5a948640b8c7daeb708a3604744e4f792ec4f7de103aa186b9a2f666e550f0

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

source "https://rubygems.org"

gemspec :path => '../'

gem 'json', '< 2.0.0'
gem 'postmark', '~> 1.15.0', path: ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 4.2.0'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postmark-rails-0.20.0 gemfiles/Gemfile.actionmailer-4.2.x
postmark-rails-0.19.0 gemfiles/Gemfile.actionmailer-4.2.x