Skip to content

Commit 22b701c

Browse files
Update dependency rubocop to v1.68.0
1 parent 87ec357 commit 22b701c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gem 'rack', '3.1.8'
3939
gem 'rack-test', '2.1.0'
4040
gem 'rackup', '2.2.1'
4141
gem 'rake', '13.2.1', require: false
42-
gem 'rubocop', '1.67.0', require: false
42+
gem 'rubocop', '1.68.0', require: false
4343
gem 'rubocop-rspec', '3.2.0', require: false
4444
gem 'ruby-fann', '2.0.2'
4545
gem 'sass', '3.7.4'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
multipart-post
8080
oauth (~> 0.5, >= 0.5.0)
8181
jmespath (1.6.2)
82-
json (2.7.6)
82+
json (2.8.1)
8383
jwt (2.7.1)
8484
language_server-protocol (3.17.0.3)
8585
logger (1.6.1)
@@ -127,7 +127,7 @@ GEM
127127
sawyer (~> 0.9)
128128
openssl (3.2.0)
129129
parallel (1.26.3)
130-
parser (3.3.5.0)
130+
parser (3.3.6.0)
131131
ast (~> 2.4.1)
132132
racc
133133
pdd (0.24.0)
@@ -156,7 +156,7 @@ GEM
156156
regexp_parser (2.9.2)
157157
rexml (3.3.6)
158158
strscan
159-
rubocop (1.67.0)
159+
rubocop (1.68.0)
160160
json (~> 2.3)
161161
language_server-protocol (>= 3.17.0)
162162
parallel (~> 1.10)
@@ -166,7 +166,7 @@ GEM
166166
rubocop-ast (>= 1.32.2, < 2.0)
167167
ruby-progressbar (~> 1.7)
168168
unicode-display_width (>= 2.4.0, < 3.0)
169-
rubocop-ast (1.32.3)
169+
rubocop-ast (1.36.1)
170170
parser (>= 3.3.1.0)
171171
rubocop-rspec (3.2.0)
172172
rubocop (~> 1.61)
@@ -259,7 +259,7 @@ DEPENDENCIES
259259
rack-test (= 2.1.0)
260260
rackup (= 2.2.1)
261261
rake (= 13.2.1)
262-
rubocop (= 1.67.0)
262+
rubocop (= 1.68.0)
263263
rubocop-rspec (= 3.2.0)
264264
ruby-fann (= 2.0.2)
265265
sass (= 3.7.4)

0 commit comments

Comments
 (0)