Skip to content

Commit 2fd6a32

Browse files
Bump Ruby 3.2 channel to 3.2.3
1 parent 0bab190 commit 2fd6a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/packager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def self.build_source_aliases(root)
9898
},
9999
"3.2" => {
100100
type: "tarball",
101-
url: "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz"
101+
url: "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.3.tar.gz"
102102
}
103103
}
104104
sources.each { |name, source| source[:name] = name }

0 commit comments

Comments
 (0)