Skip to content

Commit c7da334

Browse files
authored
Merge pull request #1804 from denny/dependabot/bundler/rubocop-thread_safety-0.6.0
Bump rubocop-thread_safety from 0.5.1 to 0.6.0
2 parents fd18548 + 35f19b5 commit c7da334

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ GEM
690690
rubocop-rspec_rails (2.30.0)
691691
rubocop (~> 1.61)
692692
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)
695695
ruby-pg-extras (5.5.1)
696696
pg
697697
terminal-table

plugins/ShinyCMS/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Style/AsciiComments:
101101
- app/models/concerns/shinycms/plugins_components.rb
102102

103103
# The plugin code uses the immutable variables from Persistent💎, so I think this is ok?
104-
ThreadSafety/InstanceVariableInClassMethod:
104+
ThreadSafety/ClassInstanceVariable:
105105
Exclude:
106106
- 'app/models/shinycms/plugin.rb'
107107
- 'app/models/shinycms/plugins.rb'

0 commit comments

Comments
 (0)