File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,15 @@ open http://localhost:6060/pkg/github.com/ruby-go-gem/go-gem-wrapper/ruby/
1521523 . Update [ _ gem/lib/go_gem/version.rb] ( _gem/lib/go_gem/version.rb )
1531534 . 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
You can’t perform that action at this time.
0 commit comments