Bug #5966
execjs 2.1.0 drops Ruby 1.8 compatibility
Description
/usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:22: syntax error, unexpected ':', expecting ')' name: "Node.js (V8)", ^ /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:22: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:23: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:24: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:26: syntax error, unexpected ')', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:29: syntax error, unexpected ':', expecting ')' name: "JavaScriptCore", ^ /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:29: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:30: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:32: syntax error, unexpected ')', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:35: syntax error, unexpected ':', expecting ')' name: "SpiderMonkey", ^ /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:35: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:36: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:37: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:42: syntax error, unexpected ':', expecting ')' name: "JScript", ^ /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:42: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:43: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:44: syntax error, unexpected ',', expecting kEND /usr/local/rvm/gems/ruby-1.8.7-p371@test_develop_pr_core-1/gems/execjs-2.1.0/lib/execjs/runtimes.rb:46: syntax error, unexpected ')', expecting kEND
https://github.com/sstephenson/execjs/commit/14748fc69343ed206d5da4c7f94e822732323265
Related issues
Associated revisions
fixes #5966 - pin execjs for Ruby 1.8 compatibility
(cherry picked from commit bb0d37fc3afa585f889e8064c9a44e97465121a3)
fixes #5966 - pin execjs for Ruby 1.8 compatibility
(cherry picked from commit bb0d37fc3afa585f889e8064c9a44e97465121a3)
(cherry picked from commit 0fe0d1a5cb5a18315e123411efe541f48f5da402)
History
#1
Updated by Dominic Cleal over 6 years ago
- Related to Tracker #4656: Drop Ruby 1.8 support added
#2
Updated by Dominic Cleal over 6 years ago
- Status changed from Assigned to Ready For Testing
#3
Updated by Dominic Cleal over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bb0d37fc3afa585f889e8064c9a44e97465121a3.
#4
Updated by Bryan Kearney over 6 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1106979
#5
Updated by Bryan Kearney over 6 years ago
- Bugzilla link changed from https://bugzilla.redhat.com/show_bug.cgi?id=1106979 to https://bugzilla.redhat.com/show_bug.cgi?id=1107668
fixes #5966 - pin execjs for Ruby 1.8 compatibility