Skip to content

Commit b9d36a4

Browse files
author
Josh Holtz
committed
Bump to 2.6.5
1 parent 8ac1ed3 commit b9d36a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/xcode/install/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module XcodeInstall
2-
VERSION = '2.6.4'.freeze
2+
VERSION = '2.6.5'.freeze
33
end

xcode-install.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.add_dependency 'fastlane', '>= 2.1.0', '< 3.0.0'
2929

3030
spec.add_development_dependency 'bundler', '~> 1.7'
31-
spec.add_development_dependency 'rake', '~> 10.0'
31+
spec.add_development_dependency 'rake', '>= 12.3.3'
3232
end

0 commit comments

Comments
 (0)