yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: declare Ruby 2.0+ dependency, here
@ 2017-04-03 19:58 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-04-03 19:58 UTC (permalink / raw)
  To: yahns-public

From: Eric Wong <e@80x24.org>

We've been 2.0+ for a few years, actually.
---
 yahns.gemspec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/yahns.gemspec b/yahns.gemspec
index 31eb957..b4af5b5 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -10,6 +10,9 @@
   s.email = %q{yahns-public@yhbt.net}
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
+
+  s.required_ruby_version = '>= 2.0'
+
   s.add_dependency(%q<kgio>, '~> 2.9')
   s.add_dependency(%q<sleepy_penguin>, '~> 3.2')
   s.add_dependency(%q<unicorn>, '>= 4.6.3', '< 6.0')
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-03 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03 19:58 [PATCH] gemspec: declare Ruby 2.0+ dependency, here Eric Wong

Code repositories for project(s) associated with this public inbox

	http://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).