barsoom / attr_extras

Takes some boilerplate out of Ruby with methods like attr_initialize.
MIT License
560 stars 31 forks source link

CI: JRuby head now comes w/ Bundler 2.1.4 #37

Closed olleolleolle closed 4 years ago

olleolleolle commented 4 years ago

This PR changes the CI setup to no longer install Bundler manually.

We no longer need a workaround to have access to it in JRuby head. 🎉

Screenshot before

In this screenshot, we can see that the step prior to before_install displays a Bundler 2.1.4 version already accessible.

bild

Screenshot after

Now, the next step is install.bundler

bild