Skip to content

(PE-40891) Update concurrent-ruby to latest: v1.3.5 #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configs/components/rubygem-concurrent-ruby.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
component 'rubygem-concurrent-ruby' do |pkg, settings, platform|
# Projects may define a :rubygem_concurrent_ruby_version setting
version = settings[:rubygem_concurrent_ruby_version] || '1.2.3'
version = settings[:rubygem_concurrent_ruby_version] || '1.3.5'
pkg.version version

case version
when '1.2.3'
pkg.sha256sum '82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2'
when '1.3.5'
pkg.sha256sum '813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6'
else
raise "rubygem-concurrent-ruby #{version} has not been configured; Cannot continue."
end
Expand Down