Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Update gemspec dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Aug 26, 2015
1 parent e684258 commit 0db6d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocoaseeds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.executables = %w{ seed }
s.require_paths = %w{ lib }

s.add_runtime_dependency "xcodeproj", "~> 0.24"
s.add_runtime_dependency "colorize", "~> 0.7"
s.add_runtime_dependency "xcodeproj", "~> 0.26.0"
s.add_runtime_dependency "colorize", "~> 0.7.0"

s.required_ruby_version = ">= 2.0.0"
end

0 comments on commit 0db6d74

Please sign in to comment.