Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Eduardo Lima
queue.rb:338: Invalid retry (SyntaxError) [ reply ]  
2009-07-02 22:16
Runing Gitorious (http://gitorious.org) in my server with Ruby 1.9 gives me this error:

/usr/lib/ruby19/gems/1.9.1/gems/reliable-msg-1.1.0/lib/reliable-msg/queue.rb:338: Invalid retry (SyntaxError)

I saw around the internet that retry is not valid anymore in 1.9 if it is not under a Rescue clause. Any tip?