Skip to content

Commit

Permalink
Merge pull request ruby#367 from ruby/katei/release-3.2.3
Browse files Browse the repository at this point in the history
Bump Ruby 3.2 channel to 3.2.3
  • Loading branch information
kateinoigakukun authored Jan 19, 2024
2 parents 0bab190 + 2fd6a32 commit 688c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_wasm/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def self.build_source_aliases(root)
},
"3.2" => {
type: "tarball",
url: "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz"
url: "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.3.tar.gz"
}
}
sources.each { |name, source| source[:name] = name }
Expand Down

0 comments on commit 688c343

Please sign in to comment.