Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
chatwerk (0.1.0)
mcp (~> 0.1)
mcp (>= 0.1, < 2.0)
Comment thread
dduugg marked this conversation as resolved.
Outdated
query_packwerk (~> 0.1)
sorbet-runtime
thor
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mcp (0.22.0)
mcp (0.23.0)
json_schemer (>= 2.4)
minitest (5.27.0)
nokogiri (1.19.4-aarch64-linux-gnu)
Expand Down
2 changes: 1 addition & 1 deletion chatwerk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'mcp', '~> 0.1'
spec.add_dependency 'mcp', '>= 0.1', '< 2.0'
Comment thread
dduugg marked this conversation as resolved.
Outdated
spec.add_dependency 'query_packwerk', '~> 0.1'
spec.add_dependency 'sorbet-runtime'
spec.add_dependency 'thor'
Expand Down
Loading