Skip to content

Commit a82b5ec

Browse files
committed
(maint) Unpin async gem
Previously, the async gem needed to be pinned to 1.30 because of the version of Ruby that internal Jenkins runners were using. We are now using more modern Rubies, so we do not need to pin the gem any longer.
1 parent e6c4d1b commit a82b5ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Gemfile:
4040
- gem: 'orchestrator_client'
4141
version: '< 0.7.1'
4242
condition: 'ENV["GEM_BOLT"]'
43-
- gem: async
44-
version: '~> 1.30' # otherwise async 2.0.0(needs ruby >=3.1.0) is wrongly selected by bundler on jenkins while running with ruby 2.7.1
4543
":system_tests":
4644
- gem: voxpupuli-acceptance
4745
version: '~> 3'

0 commit comments

Comments
 (0)