From 63c46ee7168d2ec95e1300d9d1733918bb94a467 Mon Sep 17 00:00:00 2001 From: Will Jessop Date: Mon, 23 Sep 2024 12:53:54 +0100 Subject: [PATCH] Add a .ruby-version to help with testing --- monorepo/with/app/in/subdir/.ruby-version | 1 + monorepo/with/app/in/subdir/Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 monorepo/with/app/in/subdir/.ruby-version diff --git a/monorepo/with/app/in/subdir/.ruby-version b/monorepo/with/app/in/subdir/.ruby-version new file mode 100644 index 0000000..fa7adc7 --- /dev/null +++ b/monorepo/with/app/in/subdir/.ruby-version @@ -0,0 +1 @@ +3.3.5 diff --git a/monorepo/with/app/in/subdir/Gemfile.lock b/monorepo/with/app/in/subdir/Gemfile.lock index 7b006e5..84ab5c4 100644 --- a/monorepo/with/app/in/subdir/Gemfile.lock +++ b/monorepo/with/app/in/subdir/Gemfile.lock @@ -13,13 +13,13 @@ GEM rainbow (3.1.1) regexp_parser (2.9.2) rexml (3.3.7) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) @@ -30,10 +30,10 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.37.0) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.64.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) standard-performance (~> 1.4) standard-custom (1.0.2) @@ -46,9 +46,10 @@ GEM PLATFORMS arm64-darwin-23 + ruby DEPENDENCIES standard BUNDLED WITH - 2.4.22 + 2.5.16