Skip to content

Commit a80e6db

Browse files
authored
Merge pull request #935 from ckhsponge/ckh/rubocop-1.80
Rubocop 1.80
2 parents 6fe3bfc + 3db95a5 commit a80e6db

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

Gemfile.lock

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dynamoid (3.11.0)
4+
dynamoid (3.12.1)
55
activemodel (>= 4)
66
aws-sdk-dynamodb (~> 1.0)
77
concurrent-ruby (>= 1.0)
@@ -25,7 +25,7 @@ GEM
2525
bundler
2626
rake
2727
thor (>= 0.14.0)
28-
ast (2.4.2)
28+
ast (2.4.3)
2929
aws-eventstream (1.3.0)
3030
aws-partitions (1.946.0)
3131
aws-sdk-core (3.197.2)
@@ -55,19 +55,21 @@ GEM
5555
concurrent-ruby (~> 1.0)
5656
iniparse (1.5.0)
5757
jmespath (1.6.2)
58-
json (2.9.1)
59-
language_server-protocol (3.17.0.3)
58+
json (2.13.2)
59+
language_server-protocol (3.17.0.5)
60+
lint_roller (1.1.0)
6061
method_source (1.0.0)
6162
minitest (5.21.1)
6263
mutex_m (0.2.0)
6364
overcommit (0.62.0)
6465
childprocess (>= 0.6.3, < 6)
6566
iniparse (~> 1.4)
6667
rexml (~> 3.2)
67-
parallel (1.26.3)
68-
parser (3.3.6.0)
68+
parallel (1.27.0)
69+
parser (3.3.9.0)
6970
ast (~> 2.4.1)
7071
racc
72+
prism (1.4.0)
7173
pry (0.14.2)
7274
coderay (~> 1.1)
7375
method_source (~> 1.0)
@@ -77,7 +79,7 @@ GEM
7779
racc (1.8.1)
7880
rainbow (3.1.1)
7981
rake (13.1.0)
80-
regexp_parser (2.10.0)
82+
regexp_parser (2.11.2)
8183
rexml (3.4.0)
8284
rspec (3.12.0)
8385
rspec-core (~> 3.12.0)
@@ -92,31 +94,39 @@ GEM
9294
diff-lcs (>= 1.2.0, < 2.0)
9395
rspec-support (~> 3.12.0)
9496
rspec-support (3.12.1)
95-
rubocop (1.70.0)
97+
rubocop (1.80.1)
9698
json (~> 2.3)
97-
language_server-protocol (>= 3.17.0)
99+
language_server-protocol (~> 3.17.0.2)
100+
lint_roller (~> 1.1.0)
98101
parallel (~> 1.10)
99102
parser (>= 3.3.0.2)
100103
rainbow (>= 2.2.2, < 4.0)
101104
regexp_parser (>= 2.9.3, < 3.0)
102-
rubocop-ast (>= 1.36.2, < 2.0)
105+
rubocop-ast (>= 1.46.0, < 2.0)
103106
ruby-progressbar (~> 1.7)
104107
unicode-display_width (>= 2.4.0, < 4.0)
105-
rubocop-ast (1.37.0)
106-
parser (>= 3.3.1.0)
107-
rubocop-md (1.2.2)
108-
rubocop (>= 1.0)
108+
rubocop-ast (1.46.0)
109+
parser (>= 3.3.7.2)
110+
prism (~> 1.4)
111+
rubocop-md (2.0.2)
112+
lint_roller (~> 1.1)
113+
rubocop (>= 1.72.1)
109114
rubocop-packaging (0.5.2)
110115
rubocop (>= 1.33, < 2.0)
111-
rubocop-performance (1.20.2)
112-
rubocop (>= 1.48.1, < 2.0)
113-
rubocop-ast (>= 1.30.0, < 2.0)
114-
rubocop-rake (0.6.0)
115-
rubocop (~> 1.0)
116-
rubocop-rspec (3.0.2)
117-
rubocop (~> 1.61)
118-
rubocop-thread_safety (0.6.0)
119-
rubocop (>= 1.48.1)
116+
rubocop-performance (1.25.0)
117+
lint_roller (~> 1.1)
118+
rubocop (>= 1.75.0, < 2.0)
119+
rubocop-ast (>= 1.38.0, < 2.0)
120+
rubocop-rake (0.7.1)
121+
lint_roller (~> 1.1)
122+
rubocop (>= 1.72.1)
123+
rubocop-rspec (3.7.0)
124+
lint_roller (~> 1.1)
125+
rubocop (~> 1.72, >= 1.72.1)
126+
rubocop-thread_safety (0.7.3)
127+
lint_roller (~> 1.1)
128+
rubocop (~> 1.72, >= 1.72.1)
129+
rubocop-ast (>= 1.44.0, < 2.0)
120130
ruby-progressbar (1.13.0)
121131
ruby2_keywords (0.0.5)
122132
simplecov (0.21.2)
@@ -135,7 +145,7 @@ GEM
135145
thor (1.3.0)
136146
tzinfo (2.0.6)
137147
concurrent-ruby (~> 1.0)
138-
unicode-display_width (3.1.4)
148+
unicode-display_width (3.1.5)
139149
unicode-emoji (~> 4.0, >= 4.0.4)
140150
unicode-emoji (4.0.4)
141151
yard (0.9.34)

0 commit comments

Comments
 (0)