Skip to content

Commit 688c343

Browse files
Merge pull request #367 from ruby/katei/release-3.2.3
Bump Ruby 3.2 channel to 3.2.3
2 parents 0bab190 + 2fd6a32 commit 688c343

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)