mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -05:00
Fix #210 by upgrading eventmachine to a version with https://github.com/eventmachine/eventmachine/pull/586 applied
This commit is contained in:
parent
d7a4737532
commit
9eabbd331b
@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
||||
s.required_ruby_version = '>= 1.8.7'
|
||||
|
||||
s.add_dependency "activesupport", ">= 4.0.0", "< 5"
|
||||
s.add_dependency "eventmachine", "~> 1.0.0", "<= 1.0.5"
|
||||
s.add_dependency "eventmachine", "~> 1.0.0", "<= 1.0.8"
|
||||
s.add_dependency "mail", "~> 2.3"
|
||||
s.add_dependency "sinatra", "~> 1.2"
|
||||
s.add_dependency "sqlite3", "~> 1.3"
|
||||
|
Loading…
Reference in New Issue
Block a user