summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-07 00:58:53 +0800
committerKyrylo Silin <silin@kyrylo.org>2018-10-07 00:58:53 +0800
commit743b905c81c5c15b102ae53596bca5531d4dcc7a (patch)
treed64e677d5f9465b38a54cbe45e46b4173de93785 /Gemfile
parenta6428b2f434e67e7332b33c77d5e3938a4dec6cd (diff)
downloadpry-743b905c81c5c15b102ae53596bca5531d4dcc7a.tar.gz
Drop support for Rubinius
Fixes #1775 (Drop support for Rubinius) I am amazed how many hacks we've had just to support Rubinius. It feels good to be able to remove them and reduce the complexity of the codebase.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index d0109dee..50c82f39 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,9 +22,3 @@ end
group :development, :test do
gem 'simplecov', '~> 0.8.0'
end
-
-platform :rbx do
- gem 'rubysl-singleton'
- gem 'rubysl-prettyprint'
- gem 'rb-readline'
-end