summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2015-05-19 23:09:54 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2015-05-19 23:09:54 +0200
commit4f11e6a4fbdc509017c564f44e8f2cd2965624b4 (patch)
treef354e2aede567672dc13a34103647b2a91b39f64 /Rakefile
parent01c356faffaec7c49c82c861d524edab719673a6 (diff)
downloadnet-ssh-4f11e6a4fbdc509017c564f44e8f2cd2965624b4.tar.gz
Remove references to 1.8
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 52cfbd1..5aba909 100644
--- a/Rakefile
+++ b/Rakefile
@@ -74,7 +74,4 @@ end
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs = ["lib", "test"]
- if RUBY_VERSION < '1.9.0'
- t.ruby_opts << '-rubygems'
- end
end