Skip to content

Commit c1a3171

Browse files
committed
(maint) Update Rake to ~> 13.0
Versions of Rake prior to 13.0 had issues with the keyword argument syntax of newer (>= 2.7) Rubies. This commit updates the Gemfile to allow the installation of Rake >= 13.0 < 14.0
1 parent f5836e3 commit c1a3171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
gem 'artifactory'
1414
gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.28')
1515
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.105')
16-
gem 'rake', '~> 12.0'
16+
gem 'rake', '~> 13.0'
1717

1818
group(:development, optional: true) do
1919
gem 'highline', require: false

0 commit comments

Comments
 (0)