Actions
Refactor #8503
closedUpdate ruby_parser and safemode gems
Description
It seems that ruby_parser version > 3.1.1 is breaking with latest safemode (1.2.1)
The issue may be with safemode gem
(tried running:
ruby ~/.rvm/gems/ruby-2.0.0-p576/gems/safemode-1.2.1/demo.rb
)and got:
Safemode doesn't allow to access 'constant' on Encoding (Safemode::SecurityError)
which is also breaking our tests when using ruby_parser version 3.6.3
Updated by Anonymous over 10 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ae5fc8405da2068eedf3d1dadf6019e3dc68bf58.
Actions