Skip to content

Commit

Permalink
remove eventmachine restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurfy committed Apr 5, 2016
1 parent d0aef2e commit ec2879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thin.gemspec
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', '>= 1.0.4'
s.add_dependency 'eventmachine', '>= 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 ec2879c

Please sign in to comment.