From 207dad7867e9950baf21172a2d79880d1283dd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:20:53 +0000 Subject: [PATCH] chore(deps): update wasmtime requirement from = 13.0.0 to = 20.0.0 Updates the requirements on [wasmtime](https://github.com/BytecodeAlliance/wasmtime-rb) to permit the latest version. - [Release notes](https://github.com/BytecodeAlliance/wasmtime-rb/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md) - [Commits](https://github.com/BytecodeAlliance/wasmtime-rb/compare/v13.0.0...v20.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devcycle-ruby-server-sdk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcycle-ruby-server-sdk.gemspec b/devcycle-ruby-server-sdk.gemspec index 2934fcf..0579e3d 100644 --- a/devcycle-ruby-server-sdk.gemspec +++ b/devcycle-ruby-server-sdk.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.4" s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' - s.add_runtime_dependency 'wasmtime', '13.0.0' + s.add_runtime_dependency 'wasmtime', '20.0.0' s.add_runtime_dependency 'concurrent-ruby', '~> 1.2.0' s.add_runtime_dependency 'sorbet-runtime', '~> 0.5' s.add_runtime_dependency 'oj', '~> 3.0'