Skip to content

Commit 0f06faa

Browse files
Bump rubocop-thread_safety from 0.4.4 to 0.5.1
Bumps [rubocop-thread_safety](https://github.com/rubocop/rubocop-thread_safety) from 0.4.4 to 0.5.1. - [Commits](rubocop/rubocop-thread_safety@v0.4.4...v0.5.1) --- updated-dependencies: - dependency-name: rubocop-thread_safety dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec91136 commit 0f06faa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,30 +59,31 @@ GEM
5959
childprocess (>= 0.6.3, < 5)
6060
iniparse (~> 1.4)
6161
rexml (~> 3.2)
62-
parallel (1.22.1)
63-
parser (3.1.2.1)
62+
parallel (1.26.3)
63+
parser (3.3.5.0)
6464
ast (~> 2.4.1)
65+
racc
6566
pry (0.14.1)
6667
coderay (~> 1.1)
6768
method_source (~> 1.0)
6869
pry-byebug (3.10.1)
6970
byebug (~> 11.0)
7071
pry (>= 0.13, < 0.15)
7172
public_suffix (5.0.0)
73+
racc (1.8.1)
7274
rack (2.2.4)
7375
rack-test (2.0.2)
7476
rack (>= 1.3)
7577
rainbow (3.1.1)
7678
rake (13.0.6)
7779
redcarpet (3.5.1)
78-
regexp_parser (2.5.0)
80+
regexp_parser (2.9.2)
7981
rest-client (2.1.0)
8082
http-accept (>= 1.7.0, < 2.0)
8183
http-cookie (>= 1.0.2, < 2.0)
8284
mime-types (>= 1.16, < 4.0)
8385
netrc (~> 0.8)
84-
rexml (3.3.6)
85-
strscan
86+
rexml (3.3.7)
8687
rubocop (1.30.1)
8788
parallel (~> 1.10)
8889
parser (>= 3.1.0.0)
@@ -92,8 +93,8 @@ GEM
9293
rubocop-ast (>= 1.18.0, < 2.0)
9394
ruby-progressbar (~> 1.7)
9495
unicode-display_width (>= 1.4.0, < 3.0)
95-
rubocop-ast (1.21.0)
96-
parser (>= 3.1.1.0)
96+
rubocop-ast (1.32.3)
97+
parser (>= 3.3.1.0)
9798
rubocop-lts (18.0.1)
9899
rubocop-ruby2_7 (~> 1.0.6)
99100
rubocop-minitest (0.22.0)
@@ -107,9 +108,9 @@ GEM
107108
rubocop (~> 1.0)
108109
rubocop-ruby2_7 (1.0.6)
109110
rubocop (~> 1.30.1)
110-
rubocop-thread_safety (0.4.4)
111-
rubocop (>= 0.53.0)
112-
ruby-progressbar (1.11.0)
111+
rubocop-thread_safety (0.5.1)
112+
rubocop (>= 0.90.0)
113+
ruby-progressbar (1.13.0)
113114
simplecov (0.21.2)
114115
docile (~> 1.1)
115116
simplecov-html (~> 0.11)
@@ -126,13 +127,12 @@ GEM
126127
snaky_hash (2.0.0)
127128
hashie
128129
version_gem (~> 1.1)
129-
strscan (3.1.0)
130130
typhoeus (1.4.0)
131131
ethon (>= 0.9.0)
132132
unf (0.1.4)
133133
unf_ext
134134
unf_ext (0.0.8.2)
135-
unicode-display_width (2.3.0)
135+
unicode-display_width (2.5.0)
136136
version_gem (1.1.4)
137137
webmock (3.18.1)
138138
addressable (>= 2.8.0)

0 commit comments

Comments
 (0)