Skip to content

Commit

Permalink
Add a .ruby-version to help with testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wjessop committed Sep 23, 2024
1 parent ed8b512 commit 63c46ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions monorepo/with/app/in/subdir/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
11 changes: 6 additions & 5 deletions monorepo/with/app/in/subdir/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -46,9 +46,10 @@ GEM

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
standard

BUNDLED WITH
2.4.22
2.5.16

0 comments on commit 63c46ee

Please sign in to comment.