Skip to content

Commit 397da1f

Browse files
committed
Fix concurrent-ruby-edge to depend on ~> MAJOR.MINOR of concurrent-ruby
* i.e. >= MAJOR.MINOR & < (MAJOR+1) * See #1052
1 parent 8f07f57 commit 397da1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: concurrent-ruby-edge.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Please see http://concurrent-ruby.com for more information.
2525

2626
s.required_ruby_version = '>= 2.3'
2727

28-
s.add_runtime_dependency 'concurrent-ruby', "~> #{Concurrent::VERSION}"
28+
s.add_runtime_dependency 'concurrent-ruby', "~> #{Concurrent::VERSION.split('.')[0..1].join('.')}"
2929
end

0 commit comments

Comments
 (0)