Skip to content

Commit 12ef7bc

Browse files
authored
Update Ruby MCP client example (#177)
Follow-up to #121. This PR removes the `base64` dependency from the Gemfile, as it became a runtime dependency of Claude SDK for Ruby v1.60.0+. anthropics/anthropic-sdk-ruby#161 (comment)
1 parent 8e373f0 commit 12ef7bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mcp-client-ruby/Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
gem "anthropic"
6-
gem "base64"
5+
gem "anthropic", '>= 1.60.0'
76
gem "dotenv"
87
gem "mcp", '>= 0.15.0'

0 commit comments

Comments
 (0)