mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -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
|
||||
|
||||
gem 'mime-types', '~> 2.99' if RUBY_VERSION < '2.0'
|
||||
# gem "eventmachine", path: "#{ENV["HOME"]}/Projects/eventmachine"
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user