Jakub Pavlik
fa2182b2a4
cache-version input allowing a forced change of the cache key
2021-05-15 16:32:01 +02:00
Benoit Daloze
2eb6adbfb1
Update URLs for RubyInstaller 1 and DevKit
...
* See https://github.com/ruby/setup-ruby/issues/171
and https://github.com/oneclick/rubyinstaller/issues/400
v1.70.1
2021-04-26 23:48:02 +02:00
Benoit Daloze
6f2028eda5
Add TruffleRuby 21.1.0
v1.70.0
2021-04-20 16:32:58 +02:00
Benoit Daloze
b12138f02d
Add reminder to use ruby/setup-ruby@v1 for latest Ruby releases
v1.69.0
2021-04-20 14:17:53 +02:00
Benoit Daloze
b2296551a1
Pick up new releases from RubyInstaller
2021-04-20 14:13:43 +02:00
Benoit Daloze
d320226fe2
Automatically pick the latest version of 2.6 for testing
...
* 2.6.7 is not yet available on Windows
v1.68.0
2021-04-05 19:47:58 +02:00
Benoit Daloze
d2f535c1ed
Add Ruby 2.5.9, 2.6.7, 2.7.3 and 3.0.1
...
* Simplify list of supported CRuby versions.
2021-04-05 19:39:06 +02:00
Benoit Daloze
ad65390c0a
Disable sassc test on JRuby on Windows as it fails on 9.2.17.0
...
* See https://github.com/jruby/jruby/issues/6648
v1.67.0
2021-04-02 11:47:35 +02:00
Benoit Daloze
c5c7583a68
Run 'yarn install' in pre-commit hook to make sure the right ncc version is used
2021-04-02 11:47:35 +02:00
Charles Oliver Nutter
117edf3c27
Update for JRuby 9.2.17.0
2021-04-02 11:47:35 +02:00
Benoit Daloze
df8f44e55c
Improve issue template
2021-03-28 17:31:46 +02:00
Benoit Daloze
2b7bafee36
Clarify
2021-03-28 17:26:01 +02:00
Benoit Daloze
dddacd7ec1
Document the logic for whether to install Bundler
v1.66.1
2021-03-25 16:49:40 +01:00
Benoit Daloze
5ee10197cf
TruffleRuby >= 21.0 and JRuby >= 9.3 ship with Bundler 2
2021-03-25 16:46:35 +01:00
Thomas E Enebo
4f47b3664d
JRuby 9.3 (head) and forward ships bundler ( #164 )
2021-03-25 16:43:15 +01:00
Hiroyuki Shirakawa
b97fdb9941
write actual action name
2021-03-23 11:22:26 +01:00
Kazuhiro NISHIYAMA
0a19fc237d
ubuntu-latest is ubuntu-20.04 now
...
https://github.com/actions/virtual-environments/blob/dee50eebffa60a7dd9149033675d44a027dd6b33/README.md#available-environments
2021-03-23 11:16:07 +01:00
Benoit Daloze
745f03fc1c
Simplify and shorten comment
2021-03-05 13:42:15 +01:00
OKURA Masafumi
51b5bc2e0e
Add a comment about version quotations to README
...
As described in the comment, due to a bug discussed on https://github.com/actions/runner/issues/849 ,
we currently have to use quotes for '3.0' as a workaround.
This change makes it easy for people not to remove quotes as they misunderstand it's a typo.
2021-03-05 13:41:42 +01:00
Benoit Daloze
034294ac91
Add JRuby 9.2.16.0
v1.66.0
2021-03-04 22:13:53 +01:00
Benoit Daloze
b818bea8cf
Add JRuby 9.2.15.0
v1.65.0
2021-02-25 20:20:33 +01:00
Benoit Daloze
4281753149
Add a note about quoting ( #155 )
2021-02-23 22:06:45 +01:00
Benoit Daloze
7b5a90250e
Typo
2021-02-21 11:53:40 +01:00
Benoit Daloze
e90803a1bf
Clarify how to find out the correct BUNDLE_ env var name
2021-02-21 11:51:34 +01:00
Bruno Pinto
fdcfbcf14e
Enforce bundler version 1 for ruby 2.3.0 and 2.3.1
...
Fix https://github.com/ruby/setup-ruby/issues/148
v1.64.1
2021-01-26 17:34:37 +01:00
Bruno Pinto
a358e49b56
Remove bundler enforcement on ruby 2.3
...
The fix for rubygems/rubygems#3570 was released with bundler 2.2.0.rc.1.
v1.64.0
2021-01-26 15:20:41 +01:00
Benoit Daloze
6e288cd651
TruffleRuby 21.0.0 works on macOS 11.0
v1.63.0
2021-01-20 16:42:36 +01:00
Benoit Daloze
3ab5bf6391
Add TruffleRuby 21.0.0
2021-01-20 16:09:38 +01:00
Benoit Daloze
1891d63a08
Fix error message when trying to install truffleruby on windows
v1.62.1
2021-01-19 16:32:54 +01:00
Benoit Daloze
c782da25bd
Document how to replace bundle config commands
2021-01-16 15:16:52 +01:00
Benoit Daloze
5aaa89ff0d
Automatically install libxml2-dev libxslt-dev on TruffleRuby if needed
...
* This is a special case, because TruffleRuby needs an extra system
dependency that other Rubies do not, and GitHub runners do not have
these packages installed by default, while TravisCI has them.
v1.62.0
2021-01-09 14:48:58 +01:00
Benoit Daloze
3460195737
Update exact Bundler version test
...
* So that we test it does not pick the next patch version (2.2.4).
* See https://github.com/ruby/setup-ruby/issues/138
2021-01-08 21:06:57 +01:00
Benoit Daloze
d195ecb9ec
Move Bundler-related logic to a separate file
2021-01-08 20:56:31 +01:00
Manuel Meurer
c34fe21c5f
Install specific bundler version when minor and patch versions are given ( #139 )
v1.61.2
2021-01-07 14:03:20 +01:00
Benoit Daloze
324b8ce0e9
Update issue templates
2021-01-03 13:37:45 +01:00
Benoit Daloze
ce63da5b3b
Make it clear bundler-cache: true is correct, and doing it manually is not good enough
2020-12-30 16:57:15 +01:00
Benoit Daloze
0d3b8b502e
Make it clear manually caching gems is a bad idea
2020-12-30 12:36:20 +01:00
Benoit Daloze
2320cdc287
Use on: [push, pull_request] in examples
2020-12-30 11:48:57 +01:00
Benoit Daloze
95193d6d48
Ensure no \r are added when running generate-windows-versions.rb on Windows
v1.61.1
2020-12-28 12:40:07 +01:00
MSP-Greg
9aeedd9a81
Update windows-version.js with 3.0.0, add Windows 3.0.0 to CI
2020-12-28 12:40:07 +01:00
Benoit Daloze
72d75bd883
Avoid explicit line break in README
2020-12-25 13:23:13 +01:00
Benoit Daloze
473e4d8fe5
Add Ruby 3.0.0
v1.61.0
2020-12-25 13:14:24 +01:00
Benoit Daloze
3cb8cff23d
Consistency
2020-12-22 11:49:37 +01:00
Benoit Daloze
f36eef7a2f
Add an example with a matrix of Gemfiles
2020-12-22 11:46:12 +01:00
Benoit Daloze
ec4649be90
Add test for a Gemfile depending on Bundler 1
2020-12-22 11:46:12 +01:00
Benoit Daloze
1771151f64
Error if $BUNDLE_GEMFILE is set but does not exist
2020-12-22 11:46:12 +01:00
Benoit Daloze
f5db46ebcb
Fix version check
2020-12-22 11:18:45 +01:00
Benoit Daloze
dc58db7220
Use an absolute path for bundle config --local path
...
* See https://github.com/ruby/setup-ruby/issues/131
v1.60.1
2020-12-21 21:13:02 +01:00
Benoit Daloze
0e7d36a67f
Add test using BUNDLE_GEMFILE
2020-12-21 21:12:42 +01:00
Benoit Tigeot
e5b6990d51
Add 3.0.0-rc1
v1.60.0
2020-12-21 12:30:17 +01:00