From 94db2c9b16e93224c0d349709b4ba819c8e9f4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 17:48:38 +0000 Subject: [PATCH] Update json-logic-rb requirement from ~> 0.1.5 to >= 0.1.5, < 0.3.0 Updates the requirements on [json-logic-rb](https://github.com/tavrelkate/json-logic-rb) to permit the latest version. - [Release notes](https://github.com/tavrelkate/json-logic-rb/releases) - [Changelog](https://github.com/tavrelkate/json-logic-rb/blob/main/CHANGELOG.md) - [Commits](https://github.com/tavrelkate/json-logic-rb/commits/v0.2.0) --- updated-dependencies: - dependency-name: json-logic-rb dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mixpanel-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixpanel-ruby.gemspec b/mixpanel-ruby.gemspec index a04e617..7514405 100644 --- a/mixpanel-ruby.gemspec +++ b/mixpanel-ruby.gemspec @@ -15,7 +15,7 @@ spec = Gem::Specification.new do |spec| spec.required_ruby_version = '>= 3.0.0' spec.add_runtime_dependency 'mutex_m' spec.add_runtime_dependency "base64" - spec.add_runtime_dependency 'json-logic-rb', '~> 0.1.5' + spec.add_runtime_dependency 'json-logic-rb', '>= 0.1.5', '< 0.3.0' spec.add_development_dependency 'activesupport', '~> 4.0' spec.add_development_dependency 'rake', '~> 13'