Skip to content

Commit

Permalink
gemspec: depend on Isolate 3.0.0 for dev
Browse files Browse the repository at this point in the history
No reason to not use the latest and greatest!
(cherry picked from commit 570a57c)

Conflicts:

	unicorn.gemspec
  • Loading branch information
Eric Wong committed Oct 27, 2010
1 parent 2dd4a89 commit 04f0f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicorn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |s|
# *strongly* recommended for security reasons.
s.add_dependency(%q<rack>)

s.add_development_dependency('isolate', '~> 2.0.2')
s.add_development_dependency('isolate', '~> 3.0.0')

# s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
end

0 comments on commit 04f0f44

Please sign in to comment.