Skip to content

Commit 417f620

Browse files
committed
Generate documentation with Ruby 3.3.4
1 parent 3901798 commit 417f620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/generators/config/main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Generators
22
module Config
33
module Main
44
def ruby_version
5-
'3.2.5'
5+
'3.3.4'
66
end
77

88
def api_output

lib/generators/config/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def ruby_version
1414
elsif version_number < '8.0'
1515
'3.1.4'
1616
else
17-
'3.2.5'
17+
'3.3.4'
1818
end
1919
end
2020

0 commit comments

Comments
 (0)