Skip to content

Commit

Permalink
Fix sj26#210 by upgrading eventmachine to a version with eventmachine…
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 14, 2015
1 parent d7a4737 commit 9eabbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcatcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9eabbd3

Please sign in to comment.