Commit 43ebc1d
Changed files (2)
lib
elelem
anthropic
lib/elelem/anthropic/plugin.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+require "elelem"
require_relative "../anthropic"
Elelem::Providers.register(:anthropic) do
elelem-anthropic.gemspec
@@ -27,7 +27,8 @@ Gem::Specification.new do |spec|
]
spec.require_paths = ["lib"]
- spec.add_dependency "elelem", "~> 0.11"
- spec.add_dependency "json", "~> 2.0"
+ spec.add_dependency "elelem", "~> 0.1"
+ spec.add_dependency "json", "~> 2.21"
spec.add_dependency "net-http", "~> 0.9"
+ spec.add_dependency "uri", "~> 1.1"
end