Skip to content

Commit

Permalink
Bump to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Jun 13, 2020
1 parent 8ac1ed3 commit b9d36a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/xcode/install/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XcodeInstall
VERSION = '2.6.4'.freeze
VERSION = '2.6.5'.freeze
end
2 changes: 1 addition & 1 deletion xcode-install.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'fastlane', '>= 2.1.0', '< 3.0.0'

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
end

0 comments on commit b9d36a4

Please sign in to comment.