error: rack(0.9.1 not ~> 0.4.0
$ script/server
/Library/Ruby/Site/1.8/rubygems.rb:826:in `report_activate_error': RubyGem version error: rack(0.9.1 not ~> 0.4.0) (Gem::LoadError)
from /Library/Ruby/Site/1.8/rubygems.rb:260:in `activate'
from /Library/Ruby/Site/1.8/rubygems.rb:67:in `gem'
from /Development/Git/tests/huddle/vendor/rails/actionpack/lib/action_controller.rb:34
...
It is not time to update the vendored rails? :)
/Library/Ruby/Site/1.8/rubygems.rb:826:in `report_activate_error': RubyGem version error: rack(0.9.1 not ~> 0.4.0) (Gem::LoadError)
from /Library/Ruby/Site/1.8/rubygems.rb:260:in `activate'
from /Library/Ruby/Site/1.8/rubygems.rb:67:in `gem'
from /Development/Git/tests/huddle/vendor/rails/actionpack/lib/action_controller.rb:34
...
It is not time to update the vendored rails? :)
3
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Which branch of the huddle code is that happening on? What version of Rack do you actually have in your system.
But yes, the vendor rails probably should be updated. -
Inappropriate?> Which branch
The firsts.
> What version of Rack
error: rack(0.9.1 not ~> 0.4.0 # =>0.9.1<=
> But yes
:)
I’m confident
-
Inappropriate?Same issue.
First branch:
script/generate authenticated user sessions
Could not find RubyGem rack (~> 0.4.0)
sudo gem install rack
script/generate authenticated user sessions
error: rack(1.0.0 not ~> 0.4.0)
I updated my environment.rb
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
and I removed vendor rails -
Inappropriate?Are you saying that updating vendor rails solved the problem or that the problem persisted?
-
Inappropriate?I changed my environment.rb from:
RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION
to
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
and I deleted vendor rails.
I have to do this for every branch -
Inappropriate?Okay, well that's easy enough for me to fix. I'll try and update all the GitHub branches to 2.3.2 in the next day or so.
The company and 1 other person say
this solves the problem
Loading Profile...



EMPLOYEE
