Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 397da1f

Browse filesBrowse 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
Copy full SHA for 397da1f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎concurrent-ruby-edge.gemspec

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.