Skip to content

Commit 63677d7

Browse files
authored
Merge pull request #843 from ahorek/update_rake
CI: update rake
2 parents 6563824 + ad53053 commit 63677d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

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

33
require File.join(File.dirname(__FILE__), 'lib/concurrent-ruby/concurrent/version')
44
require File.join(File.dirname(__FILE__ ), 'lib/concurrent-ruby-edge/concurrent/edge/version')
5+
require File.join(File.dirname(__FILE__ ), 'lib/concurrent-ruby/concurrent/utility/engine')
56

67
no_path = ENV['NO_PATH']
78
options = no_path ? {} : { path: '.' }
@@ -11,7 +12,7 @@ gem 'concurrent-ruby-edge', Concurrent::EDGE_VERSION, options
1112
gem 'concurrent-ruby-ext', Concurrent::VERSION, options.merge(platform: :mri)
1213

1314
group :development do
14-
gem 'rake', '~> 12.0'
15+
gem 'rake', (Concurrent.ruby_version :<, 2, 2, 0) ? '~> 12.0' : '~> 13.0'
1516
gem 'rake-compiler', '~> 1.0', '>= 1.0.7'
1617
gem 'rake-compiler-dock', '~> 0.7.0'
1718
gem 'pry', '~> 0.11', platforms: :mri

0 commit comments

Comments
 (0)