Skip to content

Commit

Permalink
Merge pull request #2180 from SUSE/ruby34
Browse files Browse the repository at this point in the history
Tumbleweed switched to Ruby 3.4
  • Loading branch information
dirkmueller authored Jan 10, 2025
2 parents da4ae65 + e6d4908 commit 1b8328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ def _get_ruby_kwargs(ruby_version: Literal["2.5", "3.3"], os_version: OsVersion)
**_get_ruby_kwargs("2.5", OsVersion.SP7),
support_level=SupportLevel.L3,
),
DevelopmentContainer(**_get_ruby_kwargs("3.3", OsVersion.TUMBLEWEED)),
DevelopmentContainer(**_get_ruby_kwargs("3.4", OsVersion.TUMBLEWEED)),
]

0 comments on commit 1b8328d

Please sign in to comment.