Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 29, 2024
1 parent 7e54050 commit ab42ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ruby/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const testsThatFailToBuild = new Map([
'11-version-2-5-error',
'Found `Gemfile` with discontinued Ruby version: `ruby "~> 2.5.x".` Please set `ruby "~> 3.3.x"` in your `Gemfile` to use Ruby 3.3.x.',
],
[
'12-version-3-3-on-al2-error',
'Found `Gemfile` with invalid Ruby version: `ruby "~> 3.3.x".` Please set `ruby "~> 3.2.x"` in your `Gemfile` to use Ruby 3.2.x.',
],
]);

const testsThatShouldBeSkipped = ['06-rails'];
Expand Down

0 comments on commit ab42ec1

Please sign in to comment.