Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ruby 3.0 to CI #337

Merged
merged 5 commits into from Feb 19, 2021
Merged

Add Ruby 3.0 to CI #337

merged 5 commits into from Feb 19, 2021

Commits on Feb 19, 2021

  1. Add Ruby 3.0 to CI

    jekyll-feed will be [included in Fedora 34][pkg] which will also use [Ruby 3.0
    as system Ruby interpreter][ruby]. This combination is known to work, so it
    would make sense to add it to CI.
    
    In Ruby 3.0, `rss` moved from default gem to a bundled gem, thus it must be
    added as dependency when it is used.
    
    [pkg]: https://src.fedoraproject.org/rpms/rubygem-jekyll-feed
    [ruby]: https://fedoraproject.org/wiki/Changes/Ruby_3.0
    oturpe committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    edc2dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f6c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80aceb8 View commit details
    Browse the repository at this point in the history
  4. fix: rss added in Gemfile

    DirtyF committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    03d32e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af75f42 View commit details
    Browse the repository at this point in the history