vgvinay2 / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Got a problem in 3 rd step restart the server #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install gems gem install calendar_date_select
2. Add Line in environment.rb config.gem "calendar_date_select"
3. Restart the server ----> Problem  

I am getting problem in 3 rd step

Error:

Exiting
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error':
RubyGem version error: hoe(1.7.0 not >= 1.8.0) (Gem::LoadError)
    from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:134:in `activate'
    from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:158:in `activate'
    from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `each'
    from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `activate'
    from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'

What is the expected output? What do you see instead?
RubyGem version error: hoe(1.7.0 not >= 1.8.0) (Gem::LoadError)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nayansha...@gmail.com on 20 Feb 2009 at 4:30

GoogleCodeExporter commented 9 years ago
update hoe (sudo gem update hoe)

Original comment by timchar...@gmail.com on 20 Feb 2009 at 5:47