Skip to content

Commit fc1c017

Browse files
committed
allow rubygems version to be configured (default to 'latest')
1 parent a54139d commit fc1c017

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruby/publish/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ inputs:
3535
release_message_template:
3636
description: The template for the release message. Use "{0}" in the text to refer to the current version.
3737
required: true
38+
rubygems_version:
39+
description: The version of Rubygems to use (see setup-ruby/action.yml)
40+
required: false
41+
default: latest
3842
silk_asset_group:
3943
description: The Silk asset group for the project
4044
required: true
@@ -52,6 +56,7 @@ runs:
5256
uses: ruby/setup-ruby@v1
5357
with:
5458
ruby-version: '3.2'
59+
rubygems: ${{ inputs.rubygems_version }}
5560
bundler-cache: true
5661
cache-version: ${{ inputs.bundler_cache_version }}
5762

0 commit comments

Comments
 (0)