Sha256: fb4ce6c4650ff321f404d5641f8c63a0f60027e556dbf57059c9f4d634b05996
Contents?: true
Size: 344 Bytes
Versions: 2
Compression:
Stored size: 344 Bytes
Contents
source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in postman_mta.gemspec gemspec group :development, :test do gem 'rails', '~> 5.0' gem 'rspec-rails', '~> 3.5', '>= 3.5.2' gem 'sqlite3', '~> 1.3', '>= 1.3.13' gem 'webmock', '~> 3.0', '>= 3.0.1' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
postman_mta-0.1.1 | Gemfile |
postman_mta-0.1.0 | Gemfile |