Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
feat: add truffleruby to known rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 1, 2020
1 parent 980289f commit e8afbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/concourse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Concourse
jruby: %w[9.2], # docker repository: "jruby"
rbx: %w[latest], # docker repository: "rubinius/docker"
windows: %w[2.3 2.4 2.5 2.6], # windows-ruby-dev-tools-release
truffle: %w[stable nightly] # docker repository: flavorjones/truffleruby
}

DEFAULT_DIRECTORY = "concourse"
Expand Down

0 comments on commit e8afbd0

Please sign in to comment.