From a3a6cc65c37e1371cce6752ddb74941dc13e46fe Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 30 Aug 2023 14:15:03 -0400 Subject: [PATCH] Use andyw8/adjust-column-behaviour --- Gemfile | 2 ++ Gemfile.lock | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index db9be3a40..a57465101 100644 --- a/Gemfile +++ b/Gemfile @@ -24,3 +24,5 @@ group :development do gem "rdoc", require: false gem "psych", "~> 5.1", require: false end + +gem "yarp", git: "https://github.com/andyw8/yarp.git", branch: "andyw8/adjust-column-behaviour" diff --git a/Gemfile.lock b/Gemfile.lock index 17b537490..99e0fb3f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: https://github.com/andyw8/yarp.git + revision: 62a31fafc31f48cd024e49b979c7da4a87fe490e + branch: andyw8/adjust-column-behaviour + specs: + yarp (0.9.0) + PATH remote: . specs: @@ -6,7 +13,7 @@ PATH sorbet-runtime syntax_tree (>= 6.1.1, < 7) yarp (>= 0.9, < 0.10) -d + GEM remote: https://rubygems.org/ specs: @@ -121,7 +128,6 @@ GEM yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) yard (>= 0.9) - yarp (0.9.0) PLATFORMS arm64-darwin @@ -147,6 +153,7 @@ DEPENDENCIES ruby-lsp! sorbet-static-and-runtime tapioca (~> 0.11) + yarp! BUNDLED WITH 2.4.10