File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88gem 'debug'
99gem 'gouteur' , '~> 1.0'
1010gem 'mini_racer' , '~> 0.19'
11- gem 'rake' , '~> 13.0 '
11+ gem 'rake' , '~> 13.3 '
1212gem 'rspec' , '~> 3.13'
13- gem 'rubocop' , '~> 1.68 '
13+ gem 'rubocop' , '~> 1.79 '
1414gem 'simplecov-cobertura'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def convert_to_plain_num_ref
3636
3737 # Check if this backreference refers to a group that was recursively called
3838 original_group = target_position
39- if recursive_position = context . get_recursive_group_position ( original_group )
39+ if ( recursive_position = context . get_recursive_group_position ( original_group ) )
4040 # Use the position of the group created by the recursive call
4141 position = recursive_position
4242 end
You can’t perform that action at this time.
0 commit comments