Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
43 changes: 25 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -230,15 +237,15 @@ 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)
reline (>= 0.4.2)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down