Skip to content

Commit

Permalink
Merge pull request #517 from kbrock/ruby3.3
Browse files Browse the repository at this point in the history
Build rpms using ruby 3.3

(cherry picked from commit e9c1776)
  • Loading branch information
bdunne authored and Fryguy committed Nov 14, 2024
1 parent 58d789c commit dbe5107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN ARCH=$(uname -m) && \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpm.manageiq.org/release/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \
dnf -y update && \
dnf -y module enable ruby:3.1 && \
dnf -y module enable ruby:3.3 && \
dnf -y module enable nodejs:18 && \
dnf -y group install "development tools" && \
dnf config-manager --setopt=tsflags=nodocs --save && \
Expand Down
2 changes: 1 addition & 1 deletion rpm_spec/subpackages/manageiq-core
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%package core
Summary: %{product_summary} Core

Requires: ruby >= 3.1
Requires: ruby >= 3.3
# Include weak dependencies of Ruby that we actually need
Requires: ruby-default-gems
Requires: rubygem-bigdecimal
Expand Down

0 comments on commit dbe5107

Please sign in to comment.