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 8abebca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-crate-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
platform: ${{ matrix.ruby-platform }}
directory: ./
ruby-versions: '3.3, 3.2, 3.1' # optional
ruby-versions: '3.3.0-rc1, 3.2, 3.1' # optional
setup: cd autocorrect-rb/ && bundle install

build_source:
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 8abebca

Please sign in to comment.