summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-06-11 10:27:02 -0300
committerGitHub <noreply@github.com>2022-06-11 10:27:02 -0300
commit6aab1351c919b49011e7fa98b4e5e31f3b5811ed (patch)
tree4c2236e56714695f5cdcec44e1b2db707118a22c /README.md
parent8bbbd11dbcf35f38c0a96ea069256a6ece8298f5 (diff)
parent668278cebeffc70f05a36a141f01989ef4934856 (diff)
downloadpry-6aab1351c919b49011e7fa98b4e5e31f3b5811ed.tar.gz
Merge pull request #2239 from andrehjr/drop-ruby-1-9-3
Drop support for Ruby 1.9.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ee69be1..29b447cd 100644
--- a/README.md
+++ b/README.md
@@ -442,8 +442,8 @@ putting the line `Pry.color = false` in your `pryrc` file.
Supported Rubies
----------------
-* CRuby >= 1.9.3
-* JRuby >= 1.7
+* CRuby >= 2.0.0
+* JRuby >= 9.0
Contact
-------