Skip to content

Commit d3d9ab4

Browse files
committed
Fixed version number in build test runner.
1 parent d5d0c06 commit d3d9ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tests/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def platform_specific_extensions?(platform = RUBY_PLATFORM)
4848
def extension_gem_name(platform = RUBY_PLATFORM)
4949
platform = EXT_PLATFORMS.fetch(platform, '')
5050
platform = '-' + platform unless platform.empty?
51-
"concurrent-ruby-ext-#{Concurrent::EXT_VERSION}#{platform}.gem"
51+
"concurrent-ruby-ext-#{Concurrent::VERSION}#{platform}.gem"
5252
end
5353

5454
def install_gems_command(ext, platform = '')

0 commit comments

Comments
 (0)