Skip to content

Tags: justAnotherDev/setup-ruby

Tags

v1.68.0

Toggle v1.68.0's commit message
Automatically pick the latest version of 2.6 for testing

* 2.6.7 is not yet available on Windows

v1.67.0

Toggle v1.67.0's commit message
Disable sassc test on JRuby on Windows as it fails on 9.2.17.0

* See jruby/jruby#6648

v1.66.1

Toggle v1.66.1's commit message
Document the logic for whether to install Bundler

v1.66.0

Toggle v1.66.0's commit message
Add JRuby 9.2.16.0

v1.65.0

Toggle v1.65.0's commit message
Add JRuby 9.2.15.0

v1.64.1

Toggle v1.64.1's commit message
Enforce bundler version 1 for ruby 2.3.0 and 2.3.1

Fix ruby#148

v1.64.0

Toggle v1.64.0's commit message
Remove bundler enforcement on ruby 2.3

The fix for ruby/rubygems#3570 was released with bundler 2.2.0.rc.1.

v1.63.0

Toggle v1.63.0's commit message
TruffleRuby 21.0.0 works on macOS 11.0

v1.62.1

Toggle v1.62.1's commit message
Fix error message when trying to install truffleruby on windows

v1.62.0

Toggle v1.62.0's commit message
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.