Skip to content

Commit

Permalink
Relax the builder dependency version requirement.
Browse files Browse the repository at this point in the history
Later versions of many things need to be able to use builder versions above
3.0.0.
  • Loading branch information
hainesr committed Mar 4, 2014
1 parent 1452c26 commit 45449ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2006-2012 The University of Manchester, UK.
# Copyright (c) 2006-2014 The University of Manchester, UK.
#
# All rights reserved.
#
Expand Down Expand Up @@ -58,7 +58,7 @@ spec = Gem::Specification.new do |s|
s.rdoc_options = ["-N", "--tab-width=2", "--main=ReadMe.rdoc"]
s.add_development_dependency('rake', '~> 0.9.2')
s.add_development_dependency('rdoc', '>= 3.9.4')
s.add_runtime_dependency('builder', '~> 3.0.0')
s.add_runtime_dependency('builder', '~> 3.0')
end

Gem::PackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit 45449ad

Please sign in to comment.