Author: donaldp
Date: Wed Dec 12 22:18:22 2012
New Revision: 1421020
URL: http://svn.apache.org/viewvc?rev=1421020&view=rev
Log:
Update jruby-openssl dependency
Modified:
buildr/trunk/CHANGELOG
buildr/trunk/buildr.gemspec
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1421020&r1=1421019&r2=1421020&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Wed Dec 12 22:18:22 2012
@@ -12,6 +12,8 @@
generated files at the top level.
1.4.9 (2012-11-08)
+* Change: Updated dependency versions;
+ - jruby-openssl (0.8.2)
* Fixed: Fixed the interaction with the FileUtils classes. The last release
introduced a non-deterministic bug that sometimes caused logging
preferences to be ignored and the install method to be
Modified: buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1421020&r1=1421019&r2=1421020&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Wed Dec 12 22:18:22 2012
@@ -74,7 +74,7 @@ for those one-off tasks, with a language
spec.add_dependency 'rspec', '2.11.0'
spec.add_dependency 'xml-simple', '1.1.1'
spec.add_dependency 'minitar', '0.5.3'
- spec.add_dependency 'jruby-openssl', '>= 0.7' if $platform.to_s ==
'java'
+ spec.add_dependency 'jruby-openssl', '~> 0.8.2' if $platform.to_s ==
'java'
spec.add_dependency 'bundler'
# Unable to get this consistently working under jruby on windows