aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/compiler.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/compiler.rake')
-rw-r--r--lib/tasks/compiler.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/compiler.rake b/lib/tasks/compiler.rake
index f337569..f86bd57 100644
--- a/lib/tasks/compiler.rake
+++ b/lib/tasks/compiler.rake
@@ -6,6 +6,7 @@ namespace :compiler do
RUBIES = {
"2.3.0" => "https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.gz",
"2.2.4" => "https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.gz",
+ "2.1.8" => "https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz",
}
desc "Install a ruby"
task :install, :version