We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901798 commit 417f620Copy full SHA for 417f620
lib/generators/config/main.rb
@@ -2,7 +2,7 @@ module Generators
2
module Config
3
module Main
4
def ruby_version
5
- '3.2.5'
+ '3.3.4'
6
end
7
8
def api_output
lib/generators/config/release.rb
@@ -14,7 +14,7 @@ def ruby_version
14
elsif version_number < '8.0'
15
'3.1.4'
16
else
17
18
19
20
0 commit comments