summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorSasha Gerrand <sasha.gerrand@fundingcircle.com>2014-07-23 09:22:57 +0100
committerSasha Gerrand <sasha.gerrand@fundingcircle.com>2014-07-23 09:22:57 +0100
commit3c647d7bb305cea733401123db034587f309dda5 (patch)
tree14d4bd4af0f99c7f7db01b9a4f83d588988da889 /pry.gemspec
parentc6f8d5c632d5609402da6bc49c289798ce872238 (diff)
downloadpry-3c647d7bb305cea733401123db034587f309dda5.tar.gz
Explicitly declare the required Ruby version
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 7316cf7e..0962749f 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -5,6 +5,8 @@ Gem::Specification.new do |s|
s.name = "pry"
s.version = Pry::VERSION
+ s.required_ruby_version = '>= 1.9.3'
+
s.authors = ["John Mair (banisterfiend)", "Conrad Irwin", "Ryan Fitzgerald"]
s.email = ["jrmair@gmail.com", "conrad.irwin@gmail.com", "rwfitzge@gmail.com"]
s.summary = "An IRB alternative and runtime developer console"