From 5d20b293f0e51177e4e6c13897f9f22aaba4a38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:54:29 +0000 Subject: [PATCH] chore(deps): update wasmtime requirement from = 13.0.0 to = 15.0.1 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...v15.0.1) --- 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..2e9eeb1 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', '15.0.1' s.add_runtime_dependency 'concurrent-ruby', '~> 1.2.0' s.add_runtime_dependency 'sorbet-runtime', '~> 0.5' s.add_runtime_dependency 'oj', '~> 3.0'