Skip to content

Commit

Permalink
Build rpms using ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Oct 24, 2024
1 parent 562f8f2 commit c444a8b
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.1'
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 @@ -20,7 +20,7 @@ RUN ARCH=$(uname -m) && \
https://rpm.manageiq.org/release/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \
dnf -y --disablerepo=ubi-9-baseos-rpms swap openssl-fips-provider openssl-libs && \
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 c444a8b

Please sign in to comment.