Skip to content
Merged
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 scip_indexer/SCIPIndexer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ static uint32_t fnv1a_32(const string &s) {

const char scip_ruby_version[] = "0.3.3";

// Last updated: https://github.com/sourcegraph/scip-ruby/pull/168
const char scip_ruby_sync_upstream_sorbet_sha[] = "b8461dbcd56ba56b2854d07f546c7216b31b58e6";
// Last updated: https://github.com/sourcegraph/scip-ruby/pull/175
const char scip_ruby_sync_upstream_sorbet_sha[] = "0f6fd90cdf20d507f20dcbe928431dc16d3e1793";

namespace sorbet::scip_indexer {

Expand Down