Project

General

Profile

Actions

Bug #6025

closed

ruby_parser-3.0.4/lib/ruby_lexer.rb breaks with ruby2.1 upgrade on Debian

Added by Brad Alexander almost 10 years ago. Updated almost 7 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Rails
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I upgraded my Debian/sid box last night and foreman (as well as all puppet runs) stopped working.

I finally tracked it down to line 13 of /usr/share/foreman/vendor/ruby/2.1.0/gems/ruby_parser-3.0.4/lib/ruby_lexer.rb

I updated the file from

when /^(1\.9|2\.0)/ then

to

when /^(1\.9|2\.0|2\.1)/ then

and it stopped borking on me.

Actions #1

Updated by Dominic Cleal almost 10 years ago

  • Category set to Rails
Actions #2

Updated by Anonymous almost 7 years ago

  • Status changed from New to Rejected

we only support released Debian versions.

Actions

Also available in: Atom PDF