From 9e4bdf7e849a813c1a90b1bdce58351483e0d292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:22:12 +0000 Subject: [PATCH] chore(deps): update concurrent-ruby requirement from ~> 1.2.0 to >= 1.2, < 1.4 Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: concurrent-ruby 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..51a4132 100644 --- a/devcycle-ruby-server-sdk.gemspec +++ b/devcycle-ruby-server-sdk.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_runtime_dependency 'wasmtime', '13.0.0' - s.add_runtime_dependency 'concurrent-ruby', '~> 1.2.0' + s.add_runtime_dependency 'concurrent-ruby', '>= 1.2', '< 1.4' s.add_runtime_dependency 'sorbet-runtime', '~> 0.5' s.add_runtime_dependency 'oj', '~> 3.0' s.add_runtime_dependency 'google-protobuf', '~> 3.22'