Skip to content

Commit 37407b3

Browse files
committed
Write doc
1 parent aed4638 commit 37407b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ open http://localhost:6060/pkg/github.com/ruby-go-gem/go-gem-wrapper/ruby/
152152
3. Update [_gem/lib/go_gem/version.rb](_gem/lib/go_gem/version.rb)
153153
4. Run `bundle exec rake release`
154154

155+
### Support new ruby version
156+
1. Run `go mod vendor`
157+
2. Run `bundle install`
158+
3. Add new version to [.github/workflows/matrix.json](.github/workflows/matrix.json)
159+
4. Update `spec.required_ruby_version` in [_gem/go_gem.gemspec](_gem/go_gem.gemspec)
160+
5. Add new version to [_tools/ruby_h_to_go/config.yml](_tools/ruby_h_to_go/config.yml)
161+
6. Run `bundle exec rake ruby_h_to_go` in latest ruby version
162+
7. Run `bundle exec rake ruby_h_to_go` in [`default_tag`](_tools/ruby_h_to_go/config.yml) ruby version
163+
155164
## Original idea
156165
[Ruby meets Go - RubyKaigi 2015](https://rubykaigi.org/2015/presentations/mmasaki/)
157166

0 commit comments

Comments
 (0)