Benoit Daloze
6647273ce9
Add support for Ubuntu 20.04
2020-06-07 13:16:44 +02:00
Benoit Daloze
ba5b846810
Add TruffleRuby 20.1.0
2020-06-06 17:04:00 +02:00
Benoit Daloze
b04e5b8846
Use Bundler 1 on Ruby 2.3
...
* At least until there is a new Bundler 2 release fixing this.
* Fixes https://github.com/ruby/setup-ruby/issues/51
2020-06-06 13:16:46 +02:00
Benoit Daloze
a7df86edc6
A separate bundle config path vendor/bundle is needed for older Bundler
...
* See https://github.com/ruby/setup-ruby/pull/53#issuecomment-624827273
2020-05-16 18:55:34 +02:00
Scott Jacobsen
8137829321
Use the new deployment true config setting
2020-05-16 18:52:00 +02:00
Scott Jacobsen
a1d280134e
Use the --deployment flag for bundle install
...
`bundle install --deployment` should be used on CI environments - it sets additional options beyond the install path (ensures the Gemfile.lock is checked in, up to date, etc). https://bundler.io/v2.0/man/bundle-install.1.html#DEPLOYMENT-MODE
2020-05-16 18:52:00 +02:00
Benoit Daloze
d01e942f09
Link to condition and expression syntax docs too
2020-05-15 13:48:07 +02:00
Benoit Daloze
e74945bcae
Update README example workflows
...
* Show how to continue-on-error for head builds.
* Use the typical `bundle install` + `bundle exec rake` commands.
2020-05-15 13:29:19 +02:00
Benoit Daloze
8bff4379b9
Ruby 2.4 is EOL
2020-05-15 13:22:42 +02:00
Benoit Daloze
002b15eeca
Add support for ruby master debug builds
2020-05-13 23:48:52 +02:00
Benoit Daloze
c28669c4da
Mention the new working-directory input in the README
2020-04-18 13:34:32 +02:00
Benoit Daloze
ec106b438a
Document the consequences of using a specific version or commit sha
2020-04-09 19:25:18 +02:00
Benoit Daloze
d7f9647ad8
Move Versioning earlier in README
2020-04-09 19:09:20 +02:00
MSP-Greg
95135e9903
README.md - remove reference to MSP-Greg/actions-ruby
...
Preferred repo is now MSP-Greg/setup-ruby-pkgs
2020-04-03 23:42:22 +02:00
Benoit Daloze
47bbcca04c
Move update note
2020-04-01 00:22:07 +02:00
Benoit Daloze
f964e8aa48
Try to find the Bundler version from Gemfile.lock, otherwise install latest
2020-04-01 00:10:54 +02:00
Benoit Daloze
1e2e6e19e3
Add the latest CRuby releases
2020-03-31 22:16:34 +02:00
Benoit Daloze
c33236e6da
Simplify README
2020-03-28 14:06:05 +01:00
MSP-Greg
04510c677e
README.md - add info re MSYS install for MinGW 2.2 and 2.3 Rubies
2020-03-28 14:00:06 +01:00
Benoit Daloze
2e60bdd7e4
Mention that only a few Ruby 2.3.x versions are available on Windows
...
* Fixes https://github.com/ruby/setup-ruby/issues/40
2020-03-27 15:39:59 +01:00
Benoit Daloze
0925a3eb86
Add JRuby 9.2.11.1
2020-03-25 19:18:29 +01:00
Benoit Daloze
aea40d1b5a
Add JRuby 9.1.17.0
2020-03-11 11:38:17 +01:00
David Rodríguez
d8d290d206
Add JRuby 9.2.11.0
2020-03-05 23:05:44 +02:00
Benoit Daloze
6044e83b8f
Clarify about mingw and mswin
...
From https://github.com/ruby/setup-ruby/pull/24#issuecomment-590582731
2020-02-29 11:58:11 +01:00
Benoit Daloze
f010ae485f
Merge the list in the README to render better on GitHub
2020-02-24 23:11:16 +01:00
Benoit Daloze
739b731933
Document mingw and mswin in the README
2020-02-24 23:03:49 +01:00
Benoit Daloze
7f508b5101
Add JRuby 9.2.10.0
2020-02-22 15:34:51 +01:00
Benoit Daloze
94fe02071e
Add reference for jruby-head builds in README
2020-02-22 13:45:57 +01:00
Benoit Daloze
d81cbeb0ce
Clarify it's recommended to update to ruby/setup-ruby
2020-02-19 13:42:20 +01:00
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