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 690
690
rubocop-rspec_rails (2.30.0 )
691
691
rubocop (~> 1.61 )
692
692
rubocop-rspec (~> 3 , >= 3.0.1 )
693
- rubocop-thread_safety (0.5.1 )
694
- rubocop (>= 0.90.0 )
693
+ rubocop-thread_safety (0.6.0 )
694
+ rubocop (>= 1.48.1 )
695
695
ruby-pg-extras (5.5.1 )
696
696
pg
697
697
terminal-table
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Style/AsciiComments:
101
101
- app/models/concerns/shinycms/plugins_components.rb
102
102
103
103
# The plugin code uses the immutable variables from Persistent💎, so I think this is ok?
104
- ThreadSafety/InstanceVariableInClassMethod :
104
+ ThreadSafety/ClassInstanceVariable :
105
105
Exclude :
106
106
- ' app/models/shinycms/plugin.rb'
107
107
- ' app/models/shinycms/plugins.rb'
You can’t perform that action at this time.
0 commit comments