File: Gemfile

package info (click to toggle)
ruby-postmark 1.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: ruby: 5,413; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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