Benoit Daloze
06ab568b6a
Add TruffleRuby 20.0.0
2020-02-18 21:53:04 +01:00
Juanito Fatas
d649a291c3
Add suggestion when run on single platform
2020-02-17 14:58:58 +01:00
Benoit Daloze
3197025b07
Add support for jruby-head
2020-02-16 16:39:10 +01:00
Benoit Daloze
3d6280ad19
Add support for .tool-versions
2020-02-16 14:49:55 +01:00
Benoit Daloze
980126329a
where.exe needs to be used in PowerShell
...
* See https://stackoverflow.com/a/304447/388803
2020-02-16 13:00:27 +01:00
Benoit Daloze
4f28d1c82e
Add notes about Windows in the README
2020-02-09 23:51:09 +01:00
Benoit Daloze
f422c055c3
Add support for Ruby 2.2
...
* Use Ruby 2.2.6 from RubyInstaller on Windows since there is no more
recent release of Ruby 2.2.
2020-02-06 15:20:13 +01:00
Benoit Daloze
a01ba37375
Follow builder repositories transfers
2020-02-06 13:21:29 +01:00
Benoit Daloze
fdfc519f55
Clarify the maintainer now that the repo moved
2020-02-06 13:18:40 +01:00
Benoit Daloze
480f78f4b6
Compare with actions/setup-ruby
2020-02-06 13:15:21 +01:00
Benoit Daloze
48efd73814
Follow repository transfer and rename
2020-02-06 13:09:38 +01:00
Benoit Daloze
5478747ea7
Add a line about the move and rename
2020-02-06 13:02:38 +01:00
Samuel Williams
8a173f1bc2
Change title to reflect new home.
2020-02-07 01:00:48 +13:00
Benoit Daloze
48481806ad
Update to latest builds fixing "Insecure world writable dir" warnings
...
* Update to Rubinius 4.14 which fixes some segfaults.
2020-02-02 16:33:46 +01:00
Benoit Daloze
c933cecfdc
Follow ruby-install-builder => ruby-builder repository rename
2020-02-02 13:21:37 +01:00
Benoit Daloze
7c15ff8590
Add info about the -head builders
2020-02-01 21:21:26 +01:00
Benoit Daloze
f5483241db
Add support for ruby-head
2020-02-01 18:22:53 +01:00
Benoit Daloze
0331c8b821
Add support for truffleruby-head
2020-02-01 15:17:12 +01:00
Benoit Daloze
5dd450999e
Fix link to example
2020-01-25 18:19:48 +01:00
Benoit Daloze
3551d3fbd4
Store the available Ruby versions in this repository
...
* That way it's always perfectly synchronized with the action. In
practice querying another repository sometimes returned a stale copy.
* Avoids an extra HTTPS request.
* The axios dependency is no longer needed.
* Makes it possible to tweak the versions available according to the platform.
2020-01-25 18:03:33 +01:00
Benoit Daloze
07160f610f
Move ruby-installer-versions.js to windows-versions.js for clarity
2020-01-25 18:03:19 +01:00
Benoit Daloze
0449254cae
Add Rubinius to the README
2020-01-25 18:03:19 +01:00
Benoit Daloze
7f4c88c00b
Give credit where credit is due
2020-01-19 23:08:30 +01:00
Benoit Daloze
dbac26120b
Add support for JRuby on Windows
2020-01-19 22:56:19 +01:00
Benoit Daloze
7da380d64e
Add support for Ruby 2.3 on Windows
2020-01-19 18:24:29 +01:00
Benoit Daloze
5f2df8a190
Link to the full list of versions on Windows
2020-01-19 15:13:03 +01:00
Benoit Daloze
0ed24c9d6c
Use shorter links in README
2020-01-17 23:17:26 +01:00
Benoit Daloze
9dab9b8155
Use a table for the Supported Platforms
2020-01-17 23:14:05 +01:00
Benoit Daloze
69709d16de
Simplify the supported versions section
...
* Do not recommend a specific version syntax, different projects have
different needs. The sample usages below already show the recommendation.
2020-01-17 23:01:13 +01:00
Benoit Daloze
eb85b2a580
Use the full repository name as the README title
2020-01-17 22:31:38 +01:00
Benoit Daloze
7b9c95cc8e
Use "the PATH" instead of "$PATH"
...
* Since $PATH is a Unix-specific syntax.
2020-01-17 22:26:52 +01:00
Benoit Daloze
74ac24dec4
Add a section about versioning
2020-01-17 22:09:58 +01:00
Benoit Daloze
b01832a197
Recommend to use eregon/use-ruby-action@v1 in the README
2020-01-17 22:00:29 +01:00
Benoit Daloze
66836a17bb
Add TruffleRuby 19.3.1
2020-01-15 10:54:10 +01:00
Benoit Daloze
933f496844
Add a note about Ruby 2.4 on Windows
...
* See https://github.com/eregon/ruby-build/pull/1#issuecomment-573237440
2020-01-11 00:03:25 +01:00
Benoit Daloze
b3249de963
Fix typo
2020-01-10 23:07:19 +01:00
Benoit Daloze
2a5386fca2
Improve clarity about the key for caching bundle install
2020-01-10 23:06:04 +01:00
Benoit Daloze
51f9fc6d8a
Show a full example for caching bundle install
...
* Which should help avoid conflicts with previous caches
* See https://github.com/eregon/use-ruby-action/issues/7
2020-01-10 23:00:33 +01:00
Benoit Daloze
4c25e810ed
All 33 Ruby versions between 2.3.0 and 2.7.0 are now supported
2020-01-09 00:12:16 +01:00
Benoit Daloze
2127b4bb68
All Ruby versions between 2.4.0 and 2.6.5 are now supported
2020-01-08 22:47:25 +01:00
Benoit Daloze
268389d93d
Use Bundler 1 for Rubies which don't already ship Bundler (< 2.6)
2020-01-08 21:55:11 +01:00
Benoit Daloze
92bcdc74f7
Link to the actions/cache example for Bundler caching
2020-01-07 22:11:59 +01:00
Benoit Daloze
5ee96a474a
Keep documentation about the version syntax in one place
2020-01-06 22:11:28 +01:00
Benoit Daloze
a61be15bff
Read from .ruby-version if version is unset or set to '.ruby-version'
...
* Fixes https://github.com/eregon/use-ruby-action/issues/4
2020-01-06 22:00:45 +01:00
Benoit Daloze
73ad84b99b
Document about Bundler
2020-01-05 23:34:38 +01:00
Benoit Daloze
101f62de1d
Add support for Windows
2020-01-05 19:33:14 +01:00
Benoit Daloze
9432c89d1a
Recommend the short version syntax
...
* It's safer long-term and ensures to use the latest release with the most bug fixes.
2020-01-05 13:11:27 +01:00
Benoit Daloze
4c00b61136
Simplify the README
2020-01-05 13:03:07 +01:00
Benoit Daloze
d49a90aea9
tmp
2020-01-05 13:02:10 +01:00
Benoit Daloze
1d7622c155
Use a consistent ordering for JRuby and TruffleRuby
2020-01-05 13:00:17 +01:00