diff --git a/ai-agents.gemspec b/ai-agents.gemspec index 581d946..611a7b1 100644 --- a/ai-agents.gemspec +++ b/ai-agents.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] # Core dependencies - spec.add_dependency "ruby_llm", "~> 1.9.1" + spec.add_dependency "ruby_llm", ">= 1.9.1" # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html diff --git a/lib/agents/version.rb b/lib/agents/version.rb index ed4282f..56ab889 100644 --- a/lib/agents/version.rb +++ b/lib/agents/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Agents - VERSION = "0.9.1" + VERSION = "0.9.2" end