summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-09 19:01:20 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-10 00:01:28 -0300
commite43dbb0962eb065e8e8be59fcacd1068bd62519e (patch)
tree986660971b84d530fc4be4d6bd80335d16a467d2 /pry.gemspec
parentdb5b2b4ef67f45cc37357585920c48898a97be1c (diff)
downloadpry-e43dbb0962eb065e8e8be59fcacd1068bd62519e.tar.gz
Remove support for Ruby 1.9.3
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 1df03dfc..db5826d3 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "pry"
s.version = Pry::VERSION
- s.required_ruby_version = '>= 1.9.3'
+ s.required_ruby_version = '>= 2.0'
s.authors = [
'John Mair (banisterfiend)',