Skip to content

Commit

Permalink
Merge pull request #236 from SlatherOrg/losen-xcodeproj-dep
Browse files Browse the repository at this point in the history
Losen `xcodeproj` dependency
  • Loading branch information
neonichu authored Jul 9, 2016
2 parents 2152686 + 96f084a commit c4c7be2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion slather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "equivalent-xml", "~> 0.5.1"

spec.add_dependency "clamp", "~> 0.6"
spec.add_dependency "xcodeproj", "~> 1.1"
spec.add_dependency "xcodeproj", "< 2.0.0", ">= 0.20"
spec.add_dependency "nokogiri", "~> 1.6.3"

## Version 5 needs Ruby 2.2, so we specify an upper bound to stay compatible with system ruby
spec.add_runtime_dependency 'activesupport', '>= 4.0.2', '< 5'
end

0 comments on commit c4c7be2

Please sign in to comment.