Skip to content

Commit

Permalink
Bump rubocop-thread_safety from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-thread_safety](https://github.com/rubocop/rubocop-thread_safety) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/rubocop/rubocop-thread_safety/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-thread_safety@v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: rubocop-thread_safety
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 30ab6b6 commit 4e46916
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
jmespath (1.6.2)
json (2.7.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.21.1)
Expand All @@ -64,8 +64,8 @@ GEM
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.25.1)
parser (3.3.3.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -74,10 +74,10 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.8.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rexml (3.3.1)
strscan
rspec (3.12.0)
Expand All @@ -93,18 +93,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.64.1)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-md (1.2.2)
rubocop (>= 1.0)
Expand All @@ -117,8 +116,8 @@ GEM
rubocop (~> 1.0)
rubocop-rspec (3.0.2)
rubocop (~> 1.61)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
rubocop-thread_safety (0.6.0)
rubocop (>= 1.48.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.21.2)
Expand All @@ -134,11 +133,13 @@ GEM
simplecov
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
strscan (3.1.2)
thor (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.34)

PLATFORMS
Expand Down

0 comments on commit 4e46916

Please sign in to comment.