Activemodel error when starting foreman

Hi list,

I am running ruby under RVM and the general details are as follows:

ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]

gem list:
activemodel (3.1.3)
activerecord (3.1.3)
activesupport (3.1.3)
arel (2.2.1)
builder (3.0.0)
bundler (1.0.21 ruby)
crack (0.3.1)
daemon_controller (0.2.6)
daemons (1.1.4)
diff-lcs (1.1.3)
facter (1.6.3)
fastthread (1.0.7)
file-tail (1.0.8)
httparty (0.8.1)
i18n (0.6.0)
json (1.6.3)
linode (0.7.7)
multi_json (1.0.4)
multi_xml (0.4.1)
net-dns (0.6.1)
passenger (3.0.11)
puppet (2.7.6)
rack (1.1.0)
rack-protection (1.1.4)
rack-test (0.6.1)
rake (0.9.2.2)
rspec (2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
rspec-mocks (2.7.0)
ruby-augeas (0.4.1)
rubygems-update (1.8.11)
sinatra (1.3.1)
tilt (1.3.3)
tins (0.3.6)
tzinfo (0.3.31)

all running on a Centos5.4 host.

When I start the foreman service I get the following error:
=> Booting WEBrick
=> Rails 2.3.11 application starting on http://0.0.0.0:3000
/usr/share/foreman_git/script/…/config/…/vendor/rails/railties/lib/
rails/gem_dependency.rb:277:in ==': undefined methodname' for
"activemodel":String (NoMethodError)
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/dependency.rb:217:in ===' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/dependency.rb:217:inmatching_specs'
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/custom_require.rb:36:in find_all' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/specification.rb:410:ineach'
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/specification.rb:409:in each' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/dependency.rb:216:infind_all'
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/dependency.rb:216:in matching_specs' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/dependency.rb:238:into_specs'
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/dependency.rb:256:in to_spec' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems.rb:1210:ingem'
from /usr/share/foreman_git/script/…/config/…/vendor/rails/
railties/lib/rails/gem_dependency.rb:75:in add_load_paths' from /usr/share/foreman_git/script/../config/../vendor/rails/ railties/lib/initializer.rb:301:inadd_gem_load_paths'
from /usr/share/foreman_git/script/…/config/…/vendor/rails/
railties/lib/initializer.rb:301:in each' from /usr/share/foreman_git/script/../config/../vendor/rails/ railties/lib/initializer.rb:301:inadd_gem_load_paths'
from /usr/share/foreman_git/script/…/config/…/vendor/rails/
railties/lib/initializer.rb:132:in process' from /usr/share/foreman_git/script/../config/../vendor/rails/ railties/lib/initializer.rb:113:insend'
from /usr/share/foreman_git/script/…/config/…/vendor/rails/
railties/lib/initializer.rb:113:in run' from /usr/share/foreman_git/config/environment.rb:9 from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/custom_require.rb:36:ingem_original_require'
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/custom_require.rb:36:in require' from /usr/share/foreman_git/vendor/rails/activesupport/lib/ active_support/dependencies.rb:182:inrequire'
from /usr/share/foreman_git/vendor/rails/activesupport/lib/
active_support/dependencies.rb:547:in new_constants_in' from /usr/share/foreman_git/vendor/rails/activesupport/lib/ active_support/dependencies.rb:182:inrequire'
from /usr/share/foreman_git/vendor/rails/railties/lib/commands/
server.rb:84
from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
1.8/rubygems/custom_require.rb:36:in gem_original_require' from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ 1.8/rubygems/custom_require.rb:36:inrequire'
from /usr/share/foreman_git/script/server:3

I'm assuming it is probably a version issue with either the ruby stack
or one of the gems but I really don't know for sure. Anyone help out?

Cheers,
Den

> Hi list,
>
> I am running ruby under RVM and the general details are as follows:
>
> ruby -v
> ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]
>
> gem list:
> activemodel (3.1.3)
> activerecord (3.1.3)
> activesupport (3.1.3)
> arel (2.2.1)
> builder (3.0.0)
> bundler (1.0.21 ruby)
> crack (0.3.1)
> daemon_controller (0.2.6)
> daemons (1.1.4)
> diff-lcs (1.1.3)
> facter (1.6.3)
> fastthread (1.0.7)
> file-tail (1.0.8)
> httparty (0.8.1)
> i18n (0.6.0)
> json (1.6.3)
> linode (0.7.7)
> multi_json (1.0.4)
> multi_xml (0.4.1)
> net-dns (0.6.1)
> passenger (3.0.11)
> puppet (2.7.6)
> rack (1.1.0)
> rack-protection (1.1.4)
> rack-test (0.6.1)
> rake (0.9.2.2)
> rspec (2.7.0)
> rspec-core (2.7.1)
> rspec-expectations (2.7.0)
> rspec-mocks (2.7.0)
> ruby-augeas (0.4.1)
> rubygems-update (1.8.11)
> sinatra (1.3.1)
> tilt (1.3.3)
> tins (0.3.6)
> tzinfo (0.3.31)
>
> all running on a Centos5.4 host.
>
> When I start the foreman service I get the following error:
> => Booting WEBrick
> => Rails 2.3.11 application starting on http://0.0.0.0:3000
> /usr/share/foreman_git/script/…/config/…/vendor/rails/railties/lib/
> rails/gem_dependency.rb:277:in ==': undefined methodname' for
> "activemodel":String (NoMethodError)
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/dependency.rb:217:in ===' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/dependency.rb:217:inmatching_specs'
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:36:in find_all' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/specification.rb:410:ineach'
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/specification.rb:409:in each' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/dependency.rb:216:infind_all'
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/dependency.rb:216:in matching_specs' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/dependency.rb:238:into_specs'
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/dependency.rb:256:in to_spec' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems.rb:1210:ingem'
> from /usr/share/foreman_git/script/…/config/…/vendor/rails/
> railties/lib/rails/gem_dependency.rb:75:in add_load_paths' > from /usr/share/foreman_git/script/../config/../vendor/rails/ > railties/lib/initializer.rb:301:inadd_gem_load_paths'
> from /usr/share/foreman_git/script/…/config/…/vendor/rails/
> railties/lib/initializer.rb:301:in each' > from /usr/share/foreman_git/script/../config/../vendor/rails/ > railties/lib/initializer.rb:301:inadd_gem_load_paths'
> from /usr/share/foreman_git/script/…/config/…/vendor/rails/
> railties/lib/initializer.rb:132:in process' > from /usr/share/foreman_git/script/../config/../vendor/rails/ > railties/lib/initializer.rb:113:insend'
> from /usr/share/foreman_git/script/…/config/…/vendor/rails/
> railties/lib/initializer.rb:113:in run' > from /usr/share/foreman_git/config/environment.rb:9 > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/custom_require.rb:36:ingem_original_require'
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:36:in require' > from /usr/share/foreman_git/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:182:inrequire'
> from /usr/share/foreman_git/vendor/rails/activesupport/lib/
> active_support/dependencies.rb:547:in new_constants_in' > from /usr/share/foreman_git/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:182:inrequire'
> from /usr/share/foreman_git/vendor/rails/railties/lib/commands/
> server.rb:84
> from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/
> 1.8/rubygems/custom_require.rb:36:in gem_original_require' > from /usr/local/rvm/rubies/ruby-1.8.7-p352/lib/ruby/site_ruby/ > 1.8/rubygems/custom_require.rb:36:inrequire'
> from /usr/share/foreman_git/script/server:3
>
> I'm assuming it is probably a version issue with either the ruby stack
> or one of the gems but I really don't know for sure. Anyone help out?
>
> How did you install foreman? if its from git, did you do git submodule
init & update?

see - Installing latest code - Foreman

Ohad

··· On Wed, Dec 28, 2011 at 3:46 PM, denmat wrote:

Cheers,
Den


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to
foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/foreman-users?hl=en.

Thanks for the reply Ohad,

I just did another checkout to confirm those steps and same result:

[den@mail foreman_git2]$ git submodule initerror: could not lock
config file .git/config: Permission deniedFailed to register url for
submodule path 'extras/puppet'[den@mail foreman_git2]$ sudo git
submodule initSubmodule 'extras/puppet' (git://github.com/ohadlevy/
puppet-foreman.git) registered for path 'extras/puppet'Submodule
'vendor/plugins/acts_as_audited' (git://github.com/collectiveidea/
acts_as_audited.git) registered for path 'vendor/plugins/
acts_as_audited'Submodule 'vendor/plugins/ancestry' (git://github.com/
stefankroes/ancestry.git) registered for path 'vendor/plugins/
ancestry'Submodule 'vendor/plugins/has_many_polymorphs' (git://
github.com/evan/has_many_polymorphs.git) registered for path 'vendor/
plugins/has_many_polymorphs'Submodule 'vendor/plugins/jrails' (git://
github.com/aaronchi/jrails.git) registered for path 'vendor/plugins/
jrails'Submodule 'vendor/plugins/ruby-net-ldap' (git://github.com/
innovationfactory/ruby-net-ldap.git) registered for path 'vendor/
plugins/ruby-net-ldap'Submodule 'vendor/plugins/scoped_search' (git://
github.com/wvanbergen/scoped_search.git) registered for path 'vendor/
plugins/scoped_search'Submodule 'vendor/plugins/searchlogic' (git://
github.com/binarylogic/searchlogic.git) registered for path 'vendor/
plugins/searchlogic'Submodule 'vendor/plugins/virt' (git://github.com/
ohadlevy/virt.git) registered for path 'vendor/plugins/virt'Submodule
'vendor/plugins/will_paginate' (git://github.com/mislav/
will_paginate.git) registered for path 'vendor/plugins/
will_paginate'Submodule 'vendor/rails' (git://github.com/rails/
rails.git) registered for path 'vendor/rails'[den@mail foreman_git2]$
sudo git submodule updateCloning into extras/puppet…remote: Counting
objects: 484, done.remote: Compressing objects: 100% (280/280),
done.remote: Total 484 (delta 173), reused 440 (delta 155)Receiving
objects: 100% (484/484), 82.20 KiB | 51 KiB/s, done.Resolving deltas:
100% (173/173), done.Submodule path 'extras/puppet': checked out
'9c621d125b9a86605e178c511f2ff2ed9f651152'Cloning into vendor/plugins/
acts_as_audited…remote: Counting objects: 1575, done.remote:
Compressing objects: 100% (748/748), done.remote: Total 1575 (delta
889), reused 1419 (delta 763)Receiving objects: 100% (1575/1575),
237.57 KiB | 157 KiB/s, done.Resolving deltas: 100% (889/889),
done.Submodule path 'vendor/plugins/acts_as_audited': checked out
'de6031feaf1e5d999f70265944d76758fc85b477'Cloning into vendor/plugins/
ancestry…remote: Counting objects: 338, done.remote: Compressing
objects: 100% (159/159), done.remote: Total 338 (delta 189), reused
298 (delta 157)Receiving objects: 100% (338/338), 8.28 MiB | 640 KiB/
s, done.Resolving deltas: 100% (189/189), done.Submodule path 'vendor/
plugins/ancestry': checked out
'770f2e36eb8b9865ee0ea1f81f5ca21068bebe3e'Cloning into vendor/plugins/
has_many_polymorphs…remote: Counting objects: 1592, done.remote:
Compressing objects: 100% (577/577), done.remote: Total 1592 (delta
929), reused 1540 (delta 908)Receiving objects: 100% (1592/1592),
251.84 KiB | 151 KiB/s, done.Resolving deltas: 100% (929/929),
done.Submodule path 'vendor/plugins/has_many_polymorphs': checked out
'd637f999d256a32da27aedb7e8ccd70e2a90a636'Cloning into vendor/plugins/
jrails…remote: Counting objects: 632, done.remote: Compressing
objects: 100% (194/194), done.remote: Total 632 (delta 375), reused
570 (delta 335)Receiving objects: 100% (632/632), 353.51 KiB | 137 KiB/
s, done.Resolving deltas: 100% (375/375), done.Submodule path 'vendor/
plugins/jrails': checked out
'712ccd1245d2871c7018a1c095f27db243209c46'Cloning into vendor/plugins/
ruby-net-ldap…remote: Counting objects: 1355, done.remote:
Compressing objects: 100% (488/488), done.remote: Total 1355 (delta
668), reused 1335 (delta 666)Receiving objects: 100% (1355/1355),
217.63 KiB | 116 KiB/s, done.Resolving deltas: 100% (668/668),
done.Submodule path 'vendor/plugins/ruby-net-ldap': checked out
'ba08042d75ae930578a96846ae7180e8bf450846'Cloning into vendor/plugins/
scoped_search…remote: Counting objects: 2035, done.remote:
Compressing objects: 100% (941/941), done.remote: Total 2035 (delta
1205), reused 1885 (delta 1065)Receiving objects: 100% (2035/2035),
296.70 KiB | 162 KiB/s, done.Resolving deltas: 100% (1205/1205),
done.Submodule path 'vendor/plugins/scoped_search': checked out
'a12c2ade6aead4cfbe16610d2ff2a5ef0f29817e'Cloning into vendor/plugins/
searchlogic…remote: Counting objects: 6625, done.remote: Compressing
objects: 100% (3298/3298), done.remote: Total 6625 (delta 3210),
reused 6192 (delta 2944)Receiving objects: 100% (6625/6625), 2.92 MiB
> 430 KiB/s, done.Resolving deltas: 100% (3210/3210), done.Submodule
path 'vendor/plugins/searchlogic': checked out
'a9e38877ba8d20cc8c78d8ebb8666d366e91e1d0'Cloning into vendor/plugins/
virt…remote: Counting objects: 171, done.remote: Compressing
objects: 100% (94/94), done.remote: Total 171 (delta 85), reused 151
(delta 74)Receiving objects: 100% (171/171), 38.47 KiB | 53 KiB/s,
done.Resolving deltas: 100% (85/85), done.Submodule path 'vendor/
plugins/virt': checked out
'd23bfc88b1427643f2c9ef0c95597bfda823021b'Cloning into vendor/plugins/
will_paginate…remote: Counting objects: 3644, done.remote:
Compressing objects: 100% (1358/1358), done.remote: Total 3644 (delta
2395), reused 3434 (delta 2224)Receiving objects: 100% (3644/3644),
513.82 KiB | 311 KiB/s, done.Resolving deltas: 100% (2395/2395),
done.Submodule path 'vendor/plugins/will_paginate': checked out
'260c1c45ed8c31917614710015a9dcab7981943a'Cloning into vendor/
rails…remote: Counting objects: 273666, done.remote: Compressing
objects: 100% (68781/68781), done.remote: Total 273666 (delta 212734),
reused 261780 (delta 202260)Receiving objects: 100% (273666/273666),
36.58 MiB | 370 KiB/s, done.Resolving deltas: 100% (212734/212734),
done.Submodule path 'vendor/rails': checked out
'b0c3d451a242b53c9992cafa9108d0df52b4f2f0'

This is the full server output:

NOTE: Gem.source_index is deprecated, use Specification. It will be
removed on or after 2011-11-01.
Gem.source_index called from ./script/…/config/…/vendor/rails/
railties/lib/rails/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It
will be removed on or after 2011-11-01.
Gem::SourceIndex#refresh! called from ./script/…/config/…/vendor/
rails/railties/lib/rails/vendor_gem_source_index.rb:34.
NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement.
It will be removed on or after 2011-11-01.
Gem::SourceIndex#load_gems_in called from /usr/local/rvm/rubies/
ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement.
It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from ./script/…/config/…/vendor/
rails/railties/lib/rails/vendor_gem_source_index.rb:100.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use
Specification.add_spec. It will be removed on or

> Thanks for the reply Ohad,
>
> I just did another checkout to confirm those steps and same result:
>
> [den@mail foreman_git2]$ git submodule initerror: could not lock
> config file .git/config: Permission deniedFailed to register url for
> submodule path 'extras/puppet'[den@mail foreman_git2]$ sudo git
> submodule initSubmodule 'extras/puppet' (git://github.com/ohadlevy/
> puppet-foreman.git) registered for path 'extras/puppet'Submodule
> 'vendor/plugins/acts_as_audited' (git://github.com/collectiveidea/
> acts_as_audited.git) registered for path 'vendor/plugins/
> acts_as_audited'Submodule 'vendor/plugins/ancestry' (git://github.com/
> stefankroes/ancestry.git) registered for path 'vendor/plugins/
> ancestry'Submodule 'vendor/plugins/has_many_polymorphs' (git://
> github.com/evan/has_many_polymorphs.git) registered for path 'vendor/
> plugins/has_many_polymorphs'Submodule 'vendor/plugins/jrails' (git://
> github.com/aaronchi/jrails.git) registered for path 'vendor/plugins/
> jrails'Submodule 'vendor/plugins/ruby-net-ldap' (git://github.com/
> innovationfactory/ruby-net-ldap.git) registered for path 'vendor/
> plugins/ruby-net-ldap'Submodule 'vendor/plugins/scoped_search' (git://
> github.com/wvanbergen/scoped_search.git) registered for path 'vendor/
> plugins/scoped_search'Submodule 'vendor/plugins/searchlogic' (git://
> github.com/binarylogic/searchlogic.git) registered for path 'vendor/
> plugins/searchlogic'Submodule 'vendor/plugins/virt' (git://github.com/
> ohadlevy/virt.git) registered for path 'vendor/plugins/virt'Submodule
> 'vendor/plugins/will_paginate' (git://github.com/mislav/
> will_paginate.git) registered for path 'vendor/plugins/
> will_paginate'Submodule 'vendor/rails' (git://github.com/rails/
> rails.git) registered for path 'vendor/rails'[den@mail foreman_git2]$
> sudo git submodule updateCloning into extras/puppet…remote: Counting
> objects: 484, done.remote: Compressing objects: 100% (280/280),
> done.remote: Total 484 (delta 173), reused 440 (delta 155)Receiving
> objects: 100% (484/484), 82.20 KiB | 51 KiB/s, done.Resolving deltas:
> 100% (173/173), done.Submodule path 'extras/puppet': checked out
> '9c621d125b9a86605e178c511f2ff2ed9f651152'Cloning into vendor/plugins/
> acts_as_audited…remote: Counting objects: 1575, done.remote:
> Compressing objects: 100% (748/748), done.remote: Total 1575 (delta
> 889), reused 1419 (delta 763)Receiving objects: 100% (1575/1575),
> 237.57 KiB | 157 KiB/s, done.Resolving deltas: 100% (889/889),
> done.Submodule path 'vendor/plugins/acts_as_audited': checked out
> 'de6031feaf1e5d999f70265944d76758fc85b477'Cloning into vendor/plugins/
> ancestry…remote: Counting objects: 338, done.remote: Compressing
> objects: 100% (159/159), done.remote: Total 338 (delta 189), reused
> 298 (delta 157)Receiving objects: 100% (338/338), 8.28 MiB | 640 KiB/
> s, done.Resolving deltas: 100% (189/189), done.Submodule path 'vendor/
> plugins/ancestry': checked out
> '770f2e36eb8b9865ee0ea1f81f5ca21068bebe3e'Cloning into vendor/plugins/
> has_many_polymorphs…remote: Counting objects: 1592, done.remote:
> Compressing objects: 100% (577/577), done.remote: Total 1592 (delta
> 929), reused 1540 (delta 908)Receiving objects: 100% (1592/1592),
> 251.84 KiB | 151 KiB/s, done.Resolving deltas: 100% (929/929),
> done.Submodule path 'vendor/plugins/has_many_polymorphs': checked out
> 'd637f999d256a32da27aedb7e8ccd70e2a90a636'Cloning into vendor/plugins/
> jrails…remote: Counting objects: 632, done.remote: Compressing
> objects: 100% (194/194), done.remote: Total 632 (delta 375), reused
> 570 (delta 335)Receiving objects: 100% (632/632), 353.51 KiB | 137 KiB/
> s, done.Resolving deltas: 100% (375/375), done.Submodule path 'vendor/
> plugins/jrails': checked out
> '712ccd1245d2871c7018a1c095f27db243209c46'Cloning into vendor/plugins/
> ruby-net-ldap…remote: Counting objects: 1355, done.remote:
> Compressing objects: 100% (488/488), done.remote: Total 1355 (delta
> 668), reused 1335 (delta 666)Receiving objects: 100% (1355/1355),
> 217.63 KiB | 116 KiB/s, done.Resolving deltas: 100% (668/668),
> done.Submodule path 'vendor/plugins/ruby-net-ldap': checked out
> 'ba08042d75ae930578a96846ae7180e8bf450846'Cloning into vendor/plugins/
> scoped_search…remote: Counting objects: 2035, done.remote:
> Compressing objects: 100% (941/941), done.remote: Total 2035 (delta
> 1205), reused 1885 (delta 1065)Receiving objects: 100% (2035/2035),
> 296.70 KiB | 162 KiB/s, done.Resolving deltas: 100% (1205/1205),
> done.Submodule path 'vendor/plugins/scoped_search': checked out
> 'a12c2ade6aead4cfbe16610d2ff2a5ef0f29817e'Cloning into vendor/plugins/
> searchlogic…remote: Counting objects: 6625, done.remote: Compressing
> objects: 100% (3298/3298), done.remote: Total 6625 (delta 3210),
> reused 6192 (delta 2944)Receiving objects: 100% (6625/6625), 2.92 MiB
> > 430 KiB/s, done.Resolving deltas: 100% (3210/3210), done.Submodule
> path 'vendor/plugins/searchlogic': checked out
> 'a9e38877ba8d20cc8c78d8ebb8666d366e91e1d0'Cloning into vendor/plugins/
> virt…remote: Counting objects: 171, done.remote: Compressing
> objects: 100% (94/94), done.remote: Total 171 (delta 85), reused 151
> (delta 74)Receiving objects: 100% (171/171), 38.47 KiB | 53 KiB/s,
> done.Resolving deltas: 100% (85/85), done.Submodule path 'vendor/
> plugins/virt': checked out
> 'd23bfc88b1427643f2c9ef0c95597bfda823021b'Cloning into vendor/plugins/
> will_paginate…remote: Counting objects: 3644, done.remote:
> Compressing objects: 100% (1358/1358), done.remote: Total 3644 (delta
> 2395), reused 3434 (delta 2224)Receiving objects: 100% (3644/3644),
> 513.82 KiB | 311 KiB/s, done.Resolving deltas: 100% (2395/2395),
> done.Submodule path 'vendor/plugins/will_paginate': checked out
> '260c1c45ed8c31917614710015a9dcab7981943a'Cloning into vendor/
> rails…remote: Counting objects: 273666, done.remote: Compressing
> objects: 100% (68781/68781), done.remote: Total 273666 (delta 212734),
> reused 261780 (delta 202260)Receiving objects: 100% (273666/273666),
> 36.58 MiB | 370 KiB/s, done.Resolving deltas: 100% (212734/212734),
> done.Submodule path 'vendor/rails': checked out
> 'b0c3d451a242b53c9992cafa9108d0df52b4f2f0'
>
> This is the full server output:
>
> NOTE: Gem.source_index is deprecated, use Specification. It will be
> removed on or after 2011-11-01.
> Gem.source_index called from ./script/…/config/…/vendor/rails/
> railties/lib/rails/gem_dependency.rb:21.
> NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It
> will be removed on or after 2011-11-01.
> Gem::SourceIndex#refresh! called from ./script/…/config/…/vendor/
> rails/railties/lib/rails/vendor_gem_source_index.rb:34.
> NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement.
> It will be removed on or after 2011-11-01.
> Gem::SourceIndex#load_gems_in called from /usr/local/rvm/rubies/
> ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
> NOTE: Gem::SourceIndex#initialize is deprecated with no replacement.
> It will be removed on or after 2011-11-01.
> Gem::SourceIndex#initialize called from ./script/…/config/…/vendor/
> rails/railties/lib/rails/vendor_gem_source_index.rb:100.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use
> Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7-
> p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91

··· On Thu, Dec 29, 2011 at 12:07 AM, denmat wrote:

Thanks again Ohad,

Looks like I can only run with rubygems 1.7.2 and sqlite3-ruby 1.2.5
(also had to install rest-client as well).

Cheers,
Den

··· On Dec 29, 5:56 pm, Ohad Levy wrote: > On Thu, Dec 29, 2011 at 12:07 AM, denmat wrote: > > Thanks for the reply Ohad, > > > I just did another checkout to confirm those steps and same result: > > > [den@mail foreman_git2]$ git submodule initerror: could not lock > > config file .git/config: Permission deniedFailed to register url for > > submodule path 'extras/puppet'[den@mail foreman_git2]$ sudo git > > submodule initSubmodule 'extras/puppet' (git://github.com/ohadlevy/ > > puppet-foreman.git) registered for path 'extras/puppet'Submodule > > 'vendor/plugins/acts_as_audited' (git://github.com/collectiveidea/ > > acts_as_audited.git) registered for path 'vendor/plugins/ > > acts_as_audited'Submodule 'vendor/plugins/ancestry' (git://github.com/ > > stefankroes/ancestry.git) registered for path 'vendor/plugins/ > > ancestry'Submodule 'vendor/plugins/has_many_polymorphs' (git:// > > github.com/evan/has_many_polymorphs.git) registered for path 'vendor/ > > plugins/has_many_polymorphs'Submodule 'vendor/plugins/jrails' (git:// > > github.com/aaronchi/jrails.git) registered for path 'vendor/plugins/ > > jrails'Submodule 'vendor/plugins/ruby-net-ldap' (git://github.com/ > > innovationfactory/ruby-net-ldap.git) registered for path 'vendor/ > > plugins/ruby-net-ldap'Submodule 'vendor/plugins/scoped_search' (git:// > > github.com/wvanbergen/scoped_search.git) registered for path 'vendor/ > > plugins/scoped_search'Submodule 'vendor/plugins/searchlogic' (git:// > > github.com/binarylogic/searchlogic.git) registered for path 'vendor/ > > plugins/searchlogic'Submodule 'vendor/plugins/virt' (git://github.com/ > > ohadlevy/virt.git) registered for path 'vendor/plugins/virt'Submodule > > 'vendor/plugins/will_paginate' (git://github.com/mislav/ > > will_paginate.git) registered for path 'vendor/plugins/ > > will_paginate'Submodule 'vendor/rails' (git://github.com/rails/ > > rails.git) registered for path 'vendor/rails'[den@mail foreman_git2]$ > > sudo git submodule updateCloning into extras/puppet...remote: Counting > > objects: 484, done.remote: Compressing objects: 100% (280/280), > > done.remote: Total 484 (delta 173), reused 440 (delta 155)Receiving > > objects: 100% (484/484), 82.20 KiB | 51 KiB/s, done.Resolving deltas: > > 100% (173/173), done.Submodule path 'extras/puppet': checked out > > '9c621d125b9a86605e178c511f2ff2ed9f651152'Cloning into vendor/plugins/ > > acts_as_audited...remote: Counting objects: 1575, done.remote: > > Compressing objects: 100% (748/748), done.remote: Total 1575 (delta > > 889), reused 1419 (delta 763)Receiving objects: 100% (1575/1575), > > 237.57 KiB | 157 KiB/s, done.Resolving deltas: 100% (889/889), > > done.Submodule path 'vendor/plugins/acts_as_audited': checked out > > 'de6031feaf1e5d999f70265944d76758fc85b477'Cloning into vendor/plugins/ > > ancestry...remote: Counting objects: 338, done.remote: Compressing > > objects: 100% (159/159), done.remote: Total 338 (delta 189), reused > > 298 (delta 157)Receiving objects: 100% (338/338), 8.28 MiB | 640 KiB/ > > s, done.Resolving deltas: 100% (189/189), done.Submodule path 'vendor/ > > plugins/ancestry': checked out > > '770f2e36eb8b9865ee0ea1f81f5ca21068bebe3e'Cloning into vendor/plugins/ > > has_many_polymorphs...remote: Counting objects: 1592, done.remote: > > Compressing objects: 100% (577/577), done.remote: Total 1592 (delta > > 929), reused 1540 (delta 908)Receiving objects: 100% (1592/1592), > > 251.84 KiB | 151 KiB/s, done.Resolving deltas: 100% (929/929), > > done.Submodule path 'vendor/plugins/has_many_polymorphs': checked out > > 'd637f999d256a32da27aedb7e8ccd70e2a90a636'Cloning into vendor/plugins/ > > jrails...remote: Counting objects: 632, done.remote: Compressing > > objects: 100% (194/194), done.remote: Total 632 (delta 375), reused > > 570 (delta 335)Receiving objects: 100% (632/632), 353.51 KiB | 137 KiB/ > > s, done.Resolving deltas: 100% (375/375), done.Submodule path 'vendor/ > > plugins/jrails': checked out > > '712ccd1245d2871c7018a1c095f27db243209c46'Cloning into vendor/plugins/ > > ruby-net-ldap...remote: Counting objects: 1355, done.remote: > > Compressing objects: 100% (488/488), done.remote: Total 1355 (delta > > 668), reused 1335 (delta 666)Receiving objects: 100% (1355/1355), > > 217.63 KiB | 116 KiB/s, done.Resolving deltas: 100% (668/668), > > done.Submodule path 'vendor/plugins/ruby-net-ldap': checked out > > 'ba08042d75ae930578a96846ae7180e8bf450846'Cloning into vendor/plugins/ > > scoped_search...remote: Counting objects: 2035, done.remote: > > Compressing objects: 100% (941/941), done.remote: Total 2035 (delta > > 1205), reused 1885 (delta 1065)Receiving objects: 100% (2035/2035), > > 296.70 KiB | 162 KiB/s, done.Resolving deltas: 100% (1205/1205), > > done.Submodule path 'vendor/plugins/scoped_search': checked out > > 'a12c2ade6aead4cfbe16610d2ff2a5ef0f29817e'Cloning into vendor/plugins/ > > searchlogic...remote: Counting objects: 6625, done.remote: Compressing > > objects: 100% (3298/3298), done.remote: Total 6625 (delta 3210), > > reused 6192 (delta 2944)Receiving objects: 100% (6625/6625), 2.92 MiB > > > 430 KiB/s, done.Resolving deltas: 100% (3210/3210), done.Submodule > > path 'vendor/plugins/searchlogic': checked out > > 'a9e38877ba8d20cc8c78d8ebb8666d366e91e1d0'Cloning into vendor/plugins/ > > virt...remote: Counting objects: 171, done.remote: Compressing > > objects: 100% (94/94), done.remote: Total 171 (delta 85), reused 151 > > (delta 74)Receiving objects: 100% (171/171), 38.47 KiB | 53 KiB/s, > > done.Resolving deltas: 100% (85/85), done.Submodule path 'vendor/ > > plugins/virt': checked out > > 'd23bfc88b1427643f2c9ef0c95597bfda823021b'Cloning into vendor/plugins/ > > will_paginate...remote: Counting objects: 3644, done.remote: > > Compressing objects: 100% (1358/1358), done.remote: Total 3644 (delta > > 2395), reused 3434 (delta 2224)Receiving objects: 100% (3644/3644), > > 513.82 KiB | 311 KiB/s, done.Resolving deltas: 100% (2395/2395), > > done.Submodule path 'vendor/plugins/will_paginate': checked out > > '260c1c45ed8c31917614710015a9dcab7981943a'Cloning into vendor/ > > rails...remote: Counting objects: 273666, done.remote: Compressing > > objects: 100% (68781/68781), done.remote: Total 273666 (delta 212734), > > reused 261780 (delta 202260)Receiving objects: 100% (273666/273666), > > 36.58 MiB | 370 KiB/s, done.Resolving deltas: 100% (212734/212734), > > done.Submodule path 'vendor/rails': checked out > > 'b0c3d451a242b53c9992cafa9108d0df52b4f2f0' > > > This is the full server output: > > > NOTE: Gem.source_index is deprecated, use Specification. It will be > > removed on or after 2011-11-01. > > Gem.source_index called from ./script/../config/../vendor/rails/ > > railties/lib/rails/gem_dependency.rb:21. > > NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It > > will be removed on or after 2011-11-01. > > Gem::SourceIndex#refresh! called from ./script/../config/../vendor/ > > rails/railties/lib/rails/vendor_gem_source_index.rb:34. > > NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. > > It will be removed on or after 2011-11-01. > > Gem::SourceIndex#load_gems_in called from /usr/local/rvm/rubies/ > > ruby-1.8.7-p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127. > > NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. > > It will be removed on or after 2011-11-01. > > Gem::SourceIndex#initialize called from ./script/../config/../vendor/ > > rails/railties/lib/rails/vendor_gem_source_index.rb:100. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. It will be removed on or after 2011-11-01. > > Gem::SourceIndex#add_spec called from /usr/local/rvm/rubies/ruby-1.8.7- > > p352/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91. > > NOTE: Gem::SourceIndex#add_spec is deprecated, use > > Specification.add_spec. I