File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
ruby/testdata/example/ext/example Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "go" : [
3- " 1.23" ,
43 " 1.24" ,
54 " 1.25"
65 ],
Original file line number Diff line number Diff line change 1414| [ /_ gem/] ( /_gem/ ) | [ go_gem] ( https://rubygems.org/gems/go_gem ) (Ruby gem) | https://ruby-go-gem.github.io/go-gem-wrapper/ |
1515
1616## Requirements
17- * Go 1.23 +
17+ * Go 1.24 +
1818* Ruby 3.3+
1919* glibc
2020 * musl (often used in alpine) isn't supported
Original file line number Diff line number Diff line change 11module github.com/ruby-go-gem/go-gem-wrapper
22
3- go 1.23
3+ go 1.24
44
55require github.com/stretchr/testify v1.11.1
66
Original file line number Diff line number Diff line change 11module github.com/ruby-go-gem/example
22
3- go 1.23
3+ go 1.24
44
55require github.com/ruby-go-gem/go-gem-wrapper v0.0.0
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
44github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5- github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
6- github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
5+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
6+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
77gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
88gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments