Skip to content

Commit

Permalink
Merge pull request #27 from taliesins/master
Browse files Browse the repository at this point in the history
Update reference to CFProperty so libxml is not forced upon users of fission fixes #24
  • Loading branch information
thbishop committed Jun 22, 2013
2 parents a8fe385 + 7c21a70 commit f00121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency 'CFPropertyList', '~> 2.0.17'
s.add_dependency 'CFPropertyList', '~> 2.1.1'
s.add_development_dependency 'rspec', '~> 2.8.0'
s.add_development_dependency 'fakefs', '~> 0.3.2'
end

0 comments on commit f00121a

Please sign in to comment.