update bundled rspec to 1.2.0 and rake to 0.8.4
-----------------------------------------------
Key: JRUBY-3504
URL: http://jira.codehaus.org/browse/JRUBY-3504
Project: JRuby
Issue Type: Improvement
Reporter: Stephen Bannasch
Assignee: Thomas E Enebo
If it doesn't cause problems it would be nice to update the gems bundled with
jruby to rspec-1.2.0 and rake 0.8.4.
Installing rails also installs rspec 1.2.0 now by default
{code}
[jruby.git (master)]$ jruby -S gem update rails
Updating installed gems
Updating rails
Successfully installed activesupport-2.3.2
Successfully installed activerecord-2.3.2
Successfully installed actionpack-2.3.2
Successfully installed actionmailer-2.3.2
Successfully installed activeresource-2.3.2
Successfully installed rails-2.3.2
Updating rspec-rails
Successfully installed rspec-1.2.0
Successfully installed rspec-rails-1.2.0
Gems updated: activesupport, activerecord, actionpack, actionmailer,
activeresource, rails, rspec, rspec-rails
{code}
even though it's not listed in the dependencies (??):
{code}
[jruby.git (master)]$ jruby -S gem dependency rails -v2.3.2 -R
Gem rails-2.3.2
rake (>= 0.8.3, runtime)
activesupport (= 2.3.2, runtime)
activerecord (= 2.3.2, runtime)
actionpack (= 2.3.2, runtime)
actionmailer (= 2.3.2, runtime)
activeresource (= 2.3.2, runtime)
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email