Skip to content

Commit e6bf0df

Browse files
committed
(PE-40891) Update concurrent-ruby to latest: v1.3.5
(Note: the ticket listed in this commit references bolt-server gem dep updates, and that work does require concurrent-ruby updates. This change applies everywhere however, since we might as well update gems where we can) Updates the concurrent-ruby gem everywhere to 1.3.5. Changes between v1.2.3 and v1.3.5 seem relatively minor: ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.5 The only thing that appears to potentially be impactful is a change to align behavior in the java executor ruby-concurrency/concurrent-ruby@8b9b0da which is something that should be a positive change.
1 parent 4cb8f4a commit e6bf0df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/components/rubygem-concurrent-ruby.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
component 'rubygem-concurrent-ruby' do |pkg, settings, platform|
22
# Projects may define a :rubygem_concurrent_ruby_version setting
3-
version = settings[:rubygem_concurrent_ruby_version] || '1.2.3'
3+
version = settings[:rubygem_concurrent_ruby_version] || '1.3.5'
44
pkg.version version
55

66
case version
7-
when '1.2.3'
8-
pkg.sha256sum '82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2'
7+
when '1.3.5'
8+
pkg.sha256sum '813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6'
99
else
1010
raise "rubygem-concurrent-ruby #{version} has not been configured; Cannot continue."
1111
end

0 commit comments

Comments
 (0)