We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4563d commit c13ffd4Copy full SHA for c13ffd4
Gemfile
@@ -1,7 +1,8 @@
1
source 'https://rubygems.org'
2
3
-gemspec name: 'concurrent-ruby'
4
-gemspec name: 'concurrent-ruby-edge'
+gem 'concurrent-ruby', path: '.'
+gem 'concurrent-ruby-edge', path: '.'
5
+gem 'concurrent-ruby-ext', path: '.', platform: :mri
6
7
group :development do
8
gem 'rake', '~> 10.0'
0 commit comments