Skip to content

Commit

Permalink
Release gem use 2.9.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 28, 2023
1 parent 31ef1e3 commit 1c00ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-crate-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- x86_64-linux-musl
steps:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
- uses: oxidize-rb/actions/setup-ruby-and-rust@1.1.9
with:
ruby-version: '3.3'
bundler-cache: true
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
touch Rakefile
- uses: oxidize-rb/cross-gem-action@main
- uses: oxidize-rb/actions/cross-gem@v1.1.9
with:
platform: ${{ matrix.ruby-platform }}
directory: ./
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
- uses: oxidize-rb/actions/setup-ruby-and-rust@1.1.9
with:
ruby-version: '3.3'
bundler-cache: false
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-rb/autocorrect-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("lib", __dir__)

Gem::Specification.new do |s|
s.name = "autocorrect-rb"
s.version = "2.9.1"
s.version = "2.9.1-rc1"
s.platform = Gem::Platform::RUBY
s.authors = ["Jason Lee"]
s.email = ["[email protected]"]
Expand Down

0 comments on commit 1c00ca1

Please sign in to comment.