From a7a8b221e1b9393b696c8e3e7a5a40b4aab1dcd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:12:53 +0000 Subject: [PATCH] chore(deps): update wasmtime requirement from = 13.0.0 to = 14.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...v14.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..75348a7 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', '14.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'