Skip to content

Commit

Permalink
Bump Ruby 3.2 channel to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 19, 2024
1 parent 0bab190 commit 2fd6a32
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 2fd6a32

Please sign in to comment.