Skip to content

Commit

Permalink
[rubygems/rubygems] Support ruby 2.3 and 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks authored and matzbot committed Jun 29, 2022
1 parent 50e5762 commit 3051d4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
rb-sys = { version = "0.9.14", features = ["gem"] }
rb-sys = { version = "0.9.15", features = ["gem"] }

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
rb-sys = { version = "0.9.14", features = ["gem"] }
rb-sys = { version = "0.9.15", features = ["gem"] }

0 comments on commit 3051d4b

Please sign in to comment.