Skip to content

Commit c13ffd4

Browse files
committed
Ensure we require concurrent-ext
1 parent aa4563d commit c13ffd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source 'https://rubygems.org'
22

3-
gemspec name: 'concurrent-ruby'
4-
gemspec name: 'concurrent-ruby-edge'
3+
gem 'concurrent-ruby', path: '.'
4+
gem 'concurrent-ruby-edge', path: '.'
5+
gem 'concurrent-ruby-ext', path: '.', platform: :mri
56

67
group :development do
78
gem 'rake', '~> 10.0'

0 commit comments

Comments
 (0)