Skip to content

Commit

Permalink
Update eventmachine dependency version requirements to be less strict.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Sep 19, 2015
1 parent bb3e1cd commit 0770aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Thin::GemSpec = Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.8.5'

s.add_dependency 'rack', '~> 1.0'
s.add_dependency 'eventmachine', '~> 1.0.4'
s.add_dependency 'eventmachine', '~> 1.0', '>= 1.0.4'
s.add_dependency 'daemons', '~> 1.0', '>= 1.0.9' unless Thin.win?

s.files = %w(CHANGELOG README.md Rakefile) +
Expand Down

0 comments on commit 0770aa0

Please sign in to comment.