diff --git a/Gemfile b/Gemfile index df2c6ba..f086424 100644 --- a/Gemfile +++ b/Gemfile @@ -86,9 +86,9 @@ gem "dotenv-rails" gem "heroicon" if ENV["DEV_SWARM"] - gem "claude_swarm", "~> 0.3.0", require: false, path: "~/src/github.com/parruda/claude-swarm" + gem "claude_swarm", "~> 1.0.1", require: false, path: "~/src/github.com/parruda/claude-swarm" else - gem "claude_swarm", "~> 0.3.0", require: false + gem "claude_swarm", "~> 1.0.1", require: false end gem "fast-mcp-annotations" diff --git a/Gemfile.lock b/Gemfile.lock index 59635dc..6756cbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,15 +75,15 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) - async (2.27.2) + async (2.33.0) console (~> 1.29) fiber-annotation io-event (~> 1.11) metrics (~> 0.12) - traces (~> 0.15) + traces (~> 0.18) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -102,18 +102,18 @@ GEM claude-code-sdk-ruby (0.1.6) async (~> 2) logger (~> 1) - claude_swarm (0.3.10) - claude-code-sdk-ruby (~> 0.1) + claude_swarm (1.0.1) + claude-code-sdk-ruby (~> 0.1.6) faraday-net_http_persistent (~> 2.0) faraday-retry (~> 2.0) - fast-mcp-annotations (~> 1.5) + fast-mcp (~> 1.6) ruby-mcp-client (~> 0.7) ruby-openai (>= 7.0, < 9.0) thor (~> 1.3) zeitwerk (~> 2.6) concurrent-ruby (1.3.5) connection_pool (2.5.3) - console (1.33.0) + console (1.34.0) fiber-annotation fiber-local (~> 1.1) json @@ -172,11 +172,11 @@ GEM factory_bot_rails (6.5.0) factory_bot (~> 6.5) railties (>= 6.1.0) - faraday (2.13.4) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger - faraday-follow_redirects (0.3.0) + faraday-follow_redirects (0.4.0) faraday (>= 1, < 3) faraday-multipart (1.1.1) multipart-post (~> 2.0) @@ -187,6 +187,13 @@ GEM net-http-persistent (>= 4.0.4, < 5) faraday-retry (2.3.2) faraday (~> 2.0) + fast-mcp (1.6.0) + addressable (~> 2.8) + base64 + dry-schema (~> 1.14) + json (~> 2.0) + mime-types (~> 3.4) + rack (>= 2.0, < 4.0) fast-mcp-annotations (1.5.3) addressable (~> 2.8) base64 @@ -230,7 +237,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.8.1) - io-event (1.12.1) + io-event (1.14.0) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -238,7 +245,7 @@ GEM jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.13.2) + json (2.15.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -252,11 +259,11 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.3) - metrics (0.13.0) + metrics (0.15.0) mime-types (3.7.0) logger mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2025.0805) + mime-types-data (3.2025.0924) mini_mime (1.1.5) minitest (5.25.5) mocha (2.7.1) @@ -318,7 +325,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (2.2.17) + rack (2.2.18) rack-protection (3.2.0) base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) @@ -402,11 +409,11 @@ GEM rubocop (>= 1.72.1) rubocop-shopify (2.17.1) rubocop (~> 1.62) - ruby-mcp-client (0.7.2) + ruby-mcp-client (0.8.1) faraday (~> 2.0) faraday-follow_redirects (~> 0.3) faraday-retry (~> 2.0) - ruby-openai (8.1.0) + ruby-openai (8.3.0) event_stream_parser (>= 0.3.0, < 2.0.0) faraday (>= 1) faraday-multipart (>= 1) @@ -479,7 +486,7 @@ GEM thruster (0.1.15-x86_64-linux) tilt (2.6.1) timeout (0.4.3) - traces (0.16.2) + traces (0.18.2) turbo-rails (2.0.16) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -528,7 +535,7 @@ DEPENDENCIES brakeman capybara claude-code-sdk-ruby - claude_swarm (~> 0.3.0) + claude_swarm (~> 1.0.1) connection_pool (~> 2.4) cuprite debug