Skip to content

Commit

Permalink
Set SUPPORTED_RUBY_VERSION to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsee55 committed Apr 26, 2024
1 parent b96c820 commit 2841749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static-build/src/index.ts
Expand Up @@ -48,7 +48,7 @@ import {
import { getHugoUrl } from './utils/hugo';
import { once } from 'events';

const SUPPORTED_RUBY_VERSION = '3.2.0';
const SUPPORTED_RUBY_VERSION = '3.3.0';
const sleep = (n: number) => new Promise(resolve => setTimeout(resolve, n));

const DEV_SERVER_PORT_BIND_TIMEOUT = ms('5m');
Expand Down

0 comments on commit 2841749

Please sign in to comment.