Skip to content

Commit

Permalink
Tumbleweed switched to Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jan 10, 2025
1 parent da4ae65 commit e6d4908
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 e6d4908

Please sign in to comment.