aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/compiler.rake
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-01-11 11:07:03 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-01-11 11:07:03 +0900
commitddff4d03fe7f443d971ea33d692afa45eca8963f (patch)
treebd0cedcc6696c8a8fee95788a77cfbcc02710065 /lib/tasks/compiler.rake
parentfcdd2c1d559f29c85e1c38e159eef1ec2bc57426 (diff)
downloadpoe-ddff4d03fe7f443d971ea33d692afa45eca8963f.tar.gz
use haml
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