Files
Mike Ryan b7f495decb feat(runtime-ruby): add native Intelligence SDK and Rack runtime
Provide native Intelligence SDK operations and runtime routes with
application-owned identity, durable runs, A2UI, MCP Apps, entitlements,
Inspector metadata, and telemetry. Include package docs, hosting examples,
and regression tests.
2026-09-11 15:55:30 -07:00

6 lines
115 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'minitest', '~> 5.0'
gem 'webrick', '~> 1.8'
gem 'rack', '>= 2.2', '< 4'