We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d981e56 commit 81ae035Copy full SHA for 81ae035
2 files changed
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
wasmtime (37.0.2)
5
- rb_sys (~> 0.9.116)
+ rb_sys (~> 0.9.117)
6
7
GEM
8
remote: https://rubygems.org/
wasmtime.gemspec
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
30
spec.rdoc_options += ["--exclude", "vendor"]
31
32
- spec.add_dependency "rb_sys", "~> 0.9.116"
+ spec.add_dependency "rb_sys", "~> 0.9.117"
33
end
0 commit comments