Commit graph

2,547 commits

Author SHA1 Message Date
Koichi ITO
0bfab28003 Add definition for JRuby 9.2.13.0
JRuby 9.2.13.0 has been released.
https://www.jruby.org/2020/08/03/jruby-9-2-13-0
2020-08-04 23:54:22 +09:00
Hiroshi SHIBATA
cf1bab8c08
Merge pull request #1461 from rbenv/rename-conduct
Rename CONDUCT.md to CODE_OF_CONDUCT.md
2020-08-03 11:08:37 +09:00
Jason Karns
bbbb4e30e9
Rename CONDUCT.md to CODE_OF_CONDUCT.md
Conforms to github's conventional filename
2020-07-27 21:15:42 -04:00
Benoit Daloze
afcea6e8a0 ruby-build 20200727 v20200727 2020-07-27 11:10:58 +02:00
Benoit Daloze
7f5f33a584 Fix installation of truffleruby+graalvm on macOS 2020-07-27 11:10:05 +02:00
Benoit Daloze
f3cbd18904 ruby-build 20200722 v20200722 2020-07-22 16:42:20 +02:00
Benoit Daloze
30895f03c4 Rename definition to truffleruby+graalvm
* '+' needs to be considered part of the name for --definitions and -l
  to see truffleruby and truffleruby+graalvm as separate.
2020-07-22 16:41:01 +02:00
Benoit Daloze
767a1ccc30 Add support for installing GraalVM
* Supports using other GraalVM languages such as JavaScript, Python, R and Java.
* Supports running TruffleRuby on JVM and not only Native.
* Add GraalVM 20.1.0.
2020-07-22 16:41:01 +02:00
Mingxiang Xue
b034b8cd37 Add RUBY_BUILD_MIRROR_PACKAGE_URL to specify the complete mirror URL
Signed-off-by: Mingxiang Xue <mingxiangxue@gmail.com>
2020-07-18 00:36:59 +08:00
Hiroshi SHIBATA
16421762a6
Merge pull request #1451 from jnozsc/macOS_11.0_Big_Sur
compatible with macOS 11
2020-07-08 10:42:57 +09:00
Hiroshi SHIBATA
69ccbf451e
Merge pull request #1452 from Unknown-Guy/jruby-9.2.12.0
Add definition for JRuby 9.2.12.0
2020-07-02 08:45:19 +09:00
Unknown-Guy
5dac326bbf Add definition for JRuby 9.2.12.0
https://www.jruby.org/2020/07/01/jruby-9-2-12-0.html
2020-07-02 02:01:39 +03:00
jnozsc
bd9e6fbcb7 compatible with macOS 11 2020-06-22 22:31:11 -07:00
Hiroshi SHIBATA
157c719e3f
Merge pull request #1450 from rbenv/rbx5
Update rbx scripts and Added the latest definitions
2020-06-12 13:37:10 +09:00
Hiroshi SHIBATA
3d9ee94b01
rename rbx script for other interpreters 2020-06-12 11:31:34 +09:00
Hiroshi SHIBATA
0e0ef10054
Added missing sha256 hash 2020-06-12 11:29:06 +09:00
Hiroshi SHIBATA
226d1547ae
Suppress warnings 2020-06-12 11:28:49 +09:00
Hiroshi SHIBATA
5904166205
Added rbx-4.16 to 5.0 2020-06-12 09:14:18 +09:00
Hiroshi SHIBATA
c94de31cde
Support rbx5 and use the official package index instead of ruby-install 2020-06-12 09:14:02 +09:00
Mislav Marohnić
9b7acf605a
Merge pull request #1442 from deivid-rodriguez/fix_bash_4.4_warning
Fix a bash 4.4 warning when installing jruby
2020-06-08 12:12:55 +02:00
Hiroshi SHIBATA
f00582bb98
Merge pull request #1447 from jnozsc/mruby-2.1.1
add mruby 2.1.1
2020-06-05 07:31:14 +09:00
jnozsc
11531750a7 add mruby 2.1.1 2020-06-04 07:18:50 -07:00
Benoit Daloze
24d65c18ed ruby-build 20200520 v20200520 2020-05-20 16:42:52 +02:00
Ryan Lopopolo
978d03f62b Fix artichoke-dev installer
The existing install function wiped out the prefix that build_package_copy
copied the binaries to. The subsequently created symlinks point to files
that don't exist on disk.
2020-05-20 16:39:40 +02:00
Benoit Daloze
e80bfee5ed ruby-build 20200519 v20200519 2020-05-19 22:20:55 +02:00
Benoit Daloze
8f2f726d35 Add TruffleRuby 20.1.0 2020-05-19 22:16:39 +02:00
Benoit Daloze
d00f2e9da4 ruby-build 20200518 v20200518 2020-05-18 16:42:25 +02:00
Benoit Daloze
8cf308a619
Merge pull request #1402 from metalefty/list-exclude-eol
The list `rbenv install -l` is too long, show latest stable releases by default
2020-05-18 16:36:56 +02:00
David Rodríguez
01c0df912a
Fix a bash 4.4 warning when installing jruby
In particular, the following:

```
/path/to/bin/ruby-build: line 739: warning: command substitution: ignored null byte in input
```
2020-05-18 16:36:31 +02:00
Hiroshi SHIBATA
12af1c38cb
Merge pull request #1438 from deepj/add-artichoke-dev
Add artichoke-dev to install the latest Artichoke nightly build
2020-05-10 09:30:59 +09:00
Koichiro Iwao
61ca880f7f
Replace one more "all available versions" with "all local versions" 2020-05-02 23:21:56 +09:00
deepj
c27fc59ad8 Add artichoke-dev to install the latest Artichoke nightly build
Allow to install the latest official Artichoke nightly build from https://github.com/artichoke/nightly/releases
2020-04-29 22:59:52 +02:00
Koichiro Iwao
e5951b2ec0
PR: #1419 should be applied also bin/rbenv-install 2020-04-27 11:26:31 +09:00
Koichiro Iwao
e2b65f5dd5 Merge branch 'master' into list-exclude-eol 2020-04-27 11:20:31 +09:00
Hiroshi SHIBATA
3ef704e7ad
Merge pull request #1436 from jnozsc/CVE-2020-1967
CVE-2020-1967, bump openssl to 1.1.1g
2020-04-22 08:28:55 +09:00
jnozsc
43539b2adb CVE-2020-1967, bump openssl to 1.1.1g 2020-04-21 08:32:52 -07:00
Hiroshi SHIBATA
637ddf3e24
Merge pull request #1432 from jnozsc/ruby-2.5-warn_unsupported
mark ruby 2.5 as security maintenance
2020-04-13 19:38:44 +09:00
Jason Karns
1c83641418
Merge pull request #1419 from metalefty/rewording
s/all built-in definitions/all local definitions/
2020-04-12 09:04:38 -04:00
jnozsc
59a0774626 mark ruby 2.5 to security maintenance 2020-04-09 11:11:39 -07:00
Hiroshi SHIBATA
504f6e67ff
Merge pull request #1426 from jnozsc/openssl-1.1.1f
Update to OpenSSL 1.1.1f for Ruby 2.5+
2020-04-01 09:15:51 +09:00
Hiroshi SHIBATA
ba9c14f852
Merge pull request #1428 from brentdodell/ruby-build-v20200401 v20200401
ruby-build 20200401
2020-04-01 08:51:24 +09:00
Brent Odell
d7a3be1532
ruby-build 20200401 2020-03-31 18:25:12 -05:00
jnozsc
a3b52e7eb7 Update to OpenSSL 1.1.1f for Ruby 2.5+ 2020-03-31 11:28:09 -07:00
Mislav Marohnić
5241a4be45
Merge pull request #1422 from koic/add_definition_for_jruby_9_2_11_1
Add definition for JRuby 9.2.11.1
2020-03-31 17:36:27 +02:00
Mislav Marohnić
92c4d02f47
Merge pull request #1424 from jnozsc/ruby-2.4-EOL
add definition 2.4.10, 2.5.8, 2.6.6, 2.7.1 and ruby 2.4 EOL
2020-03-31 17:36:01 +02:00
jnozsc
d45c4ed624 add definition 2.4.10, 2.5.8, 2.6.6, 2.7.1 and ruby 2.4 EOL 2020-03-31 07:12:43 -07:00
Koichi ITO
e7ff65e130 Add definition for JRuby 9.2.11.1
JRuby 9.2.11.1 has been released.
https://www.jruby.org/2020/03/25/jruby-9-2-11-1
2020-03-26 15:58:49 +09:00
Koichiro Iwao
7aabbacd2e
mark mavlev as EoL
as the last commit of mavlev is over 3 years ago

Discussed at: https://github.com/rbenv/ruby-build/pull/1402#issuecomment-596162716
2020-03-20 18:18:12 +09:00
Koichiro Iwao
c76bf6fb80
s/all available definitions/all local definitions/
"available" implies ruby-build will be checking online sources but
actually ruby-build doesn't do that. "local definitions" may be
prefered.

Pointed out by jasonkarns.
2020-03-20 18:08:04 +09:00
Koichiro Iwao
66647e3953
s/all built-in definitions/all available definitions/
Suggested by mislav: https://github.com/rbenv/ruby-build/pull/1402#discussion_r389060742

> I wonder should we substitute "built-in" with something like "all
> available definitions". Since ruby-build will additionally pick up
> definitions found under the paths listed in RUBY_BUILD_DEFINITIONS,
> these definitions will get listed even if they are not "built-in".
> Therefore, "built-in" feels like a misnomer here.
2020-03-19 18:16:16 +09:00