I’m on OS X Tiger, and just upgraded my gems. I also ran ‘rake
rails:update’.
After that, I ran “rake freeze_gems”, I recieve the following:
=====================
Freezing to the gems for Rails 1.1.0
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ‘activesupport-1.3.0’
mv activesupport-1.3.0 activesupport
Unpacked gem: ‘activerecord-1.14.0’
mv activerecord-1.14.0 activerecord
Unpacked gem: ‘actionpack-1.12.0’
mv actionpack-1.12.0 actionpack
Unpacked gem: ‘actionmailer-1.2.0’
mv actionmailer-1.2.0 actionmailer
Unpacked gem: ‘actionwebservice-1.1.0’
mv actionwebservice-1.1.0 actionwebservice
ERROR: While executing gem … (ArgumentError)
Illformed requirement [=#<Gem::Specification name=rails
version=1.1.0>]
rake aborted!
exit
Is this a bug, or am I missing something…?