carpentries / styles

Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇
https://carpentries.github.io/lesson-example
Other
84 stars 96 forks source link

Adds webrick dependency if ruby version less than 3.0.0 #555

Closed josephmje closed 3 years ago

josephmje commented 3 years ago

Discussed in #552. webrick is no longer bundled with Ruby as of version 3.0.0 so this PR adds a check to determine which Ruby version is being used and install webrick if necessary.

Would you suggest also testing against Ruby 3.0 in the Github Actions?

maxim-belkin commented 3 years ago

Thank you for the report and contribution, Michael! 👍🏻

josephmje commented 3 years ago

Thank you @maxim-belkin for helping with the possible solutions!