Lock down the version of orderedhash
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/70109f93 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/70109f93 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/70109f93 Branch: refs/heads/master Commit: 70109f93c06524497c94a39de06d2f47f814af58 Parents: 78278d9 Author: Peter Donald <[email protected]> Authored: Fri Nov 28 20:14:54 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Fri Nov 28 20:14:54 2014 +1100 ---------------------------------------------------------------------- buildr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/70109f93/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index fcd0ed8..9e94dba 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -75,7 +75,7 @@ for those one-off tasks, with a language that's a joy to use. spec.add_dependency 'minitar', '0.5.4' spec.add_dependency 'jruby-openssl', '~> 0.8.2' if $platform.to_s == 'java' spec.add_dependency 'bundler' - spec.add_dependency 'orderedhash' + spec.add_dependency 'orderedhash', '0.0.6' spec.add_dependency 'win32console' '1.3.2' if $platform.to_s == 'x86-mswin32' # Unable to get this consistently working under jruby on windows
