From 50e7ba14bb2bab267d7373f839e34f8e9a1ad343 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 20 May 2014 16:36:03 -0700 Subject: pin rake-compiler to ~> 0.8.3 this avoids the rubygems restriction on >= 1.8.25 that has been trolling me. it will also prevent using cross- compilation as well. however, the ruby that we ship with windows chef is old enough that it doesn't satisfy the rubygems constraint. until that gets bumped up, we'll bump down rake-compiler here. --- libyajl2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libyajl2.gemspec b/libyajl2.gemspec index c559334..28f10c1 100644 --- a/libyajl2.gemspec +++ b/libyajl2.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| # required for 'rake spec' spec.add_development_dependency "bundler" spec.add_development_dependency "rake" - spec.add_development_dependency "rake-compiler" + spec.add_development_dependency "rake-compiler", "~> 0.8.3" # pin mime-types in order to work on ruby 1.8.7 spec.add_development_dependency "mime-types", "~> 1.16" spec.add_development_dependency "rspec", "~> 2.14" -- cgit v1.2.1