mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 07:18:53 -05:00
Just keep mime-types < 3, and use strong version comparison
This commit is contained in:
parent
02abbcbeb4
commit
f5cbdec8b3
4
Gemfile
4
Gemfile
@ -2,8 +2,8 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'mime-types', '~> 2.99' if RUBY_VERSION < '2.0'
|
# mime-types 3+, required by mail, requires ruby 2.0+
|
||||||
# gem "eventmachine", path: "#{ENV["HOME"]}/Projects/eventmachine"
|
gem "mime-types", "< 3" if Bundler.ruby_version.gem_version < Gem::Version.new("2")
|
||||||
|
|
||||||
#group :development do
|
#group :development do
|
||||||
# gem "pry"
|
# gem "pry"
|
||||||
|
Loading…
Reference in New Issue
Block a user