about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-09-08 02:07:18 +0000
committerEric Wong <bofh@yhbt.net>2020-09-08 02:07:18 +0000
commit2c347116305338710331d238fefa23f00e98cf54 (patch)
tree075505d476437b67e01709173072596edaaecdb0 /unicorn.gemspec
parent923f4a36bbbe6753ed95a8c24157759aca3c3cba (diff)
downloadunicorn-2c347116305338710331d238fefa23f00e98cf54.tar.gz
Relaxed Ruby version requirements for Ruby 3.0.0dev.
Thanks to Jean Boussier for testing
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index e6af44d..fab7663 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -11,7 +11,7 @@ end.compact
 
 Gem::Specification.new do |s|
   s.name = %q{unicorn}
-  s.version = (ENV['VERSION'] || '5.6.0').dup
+  s.version = (ENV['VERSION'] || '5.7.0').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]