mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-17 22:55:13 -05:00
11 lines
220 B
Ruby
11 lines
220 B
Ruby
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
|
|
# mime-types 3+, required by mail, requires ruby 2.0+
|
|
gem "mime-types", "< 3" if Bundler.ruby_version.gem_version < Gem::Version.new("2")
|
|
|
|
#group :development do
|
|
# gem "pry"
|
|
#end
|