Sha256: 0899305cd7aeee0beeb7101a123492f7396da632847e3dabbb4f3f32bc5811fa

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

source "http://rubygems.org"

# Specify your gem's dependencies in postmark.gemspec
gemspec

group :test do
  gem 'rspec', '~> 3.7', "< 3.10" # until https://github.com/rspec/rspec-support/pull/537 gets merged
  gem 'rspec-its', '~> 1.2'
  gem 'fakeweb', :git => 'https://github.com/chrisk/fakeweb.git'
  gem 'fakeweb-matcher'
  gem 'mime-types'
  gem 'activesupport'
  gem 'i18n', '~> 0.6.0'

  # To support Ruby version <= 2.6
  gem 'minitest', '<= 5.15.0'
  gem 'yajl-ruby', '<= 1.4.1', :platforms => [:mingw, :mswin, :ruby]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postmark-1.25.1 Gemfile
postmark-1.25.0 Gemfile