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

Commit

Permalink
remove jruby 1.7 and add jruby 9.2
Browse files Browse the repository at this point in the history
see jruby/jruby#4112 for context on jruby 1.7
reaching EOL.
  • Loading branch information
flavorjones committed Sep 15, 2018
1 parent 17e0a90 commit f2b699f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concourse.rb
Expand Up @@ -8,7 +8,7 @@ class Concourse
# these numbers/names align with public docker image names
RUBIES = {
mri: %w[2.1 2.2 2.3 2.4 2.5], # docker repository: "ruby"
jruby: %w[1.7 9.1], # docker repository: "jruby"
jruby: %w[9.1 9.2], # docker repository: "jruby"
rbx: %w[latest], # docker repository: "rubinius/docker"
windows: %w[2.3 2.4 2.5] # windows-ruby-dev-tools-release
}
Expand Down

0 comments on commit f2b699f

Please sign in to comment.