Skip to content

Commit 335bd27

Browse files
Bump rubocop from 1.65.0 to 1.66.0 (#67)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0994c8d commit 335bd27

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development do
2525
gem 'dotenv', '~> 3.1', '>= 3.1.2'
2626
gem 'rack-test', '~> 2.1'
2727
gem 'rspec', '~> 3.13'
28-
gem 'rubocop', '~> 1.65'
28+
gem 'rubocop', '~> 1.66'
2929
gem 'rubocop-rake', '~> 0.6.0'
3030
gem 'rubocop-rspec', '~> 3.0'
3131
gem 'super_diff', '~> 0.12.1'

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ GEM
4545
uri
4646
nio4r (2.7.3)
4747
optimist (3.1.0)
48-
parallel (1.25.1)
49-
parser (3.3.4.0)
48+
parallel (1.26.3)
49+
parser (3.3.4.2)
5050
ast (~> 2.4.1)
5151
racc
5252
patience_diff (1.2.0)
@@ -77,7 +77,7 @@ GEM
7777
regexp_parser (2.9.2)
7878
rerun (0.14.0)
7979
listen (~> 3.0)
80-
rexml (3.3.4)
80+
rexml (3.3.6)
8181
strscan
8282
rqrcode (2.2.0)
8383
chunky_png (~> 1.0)
@@ -96,18 +96,17 @@ GEM
9696
diff-lcs (>= 1.2.0, < 2.0)
9797
rspec-support (~> 3.13.0)
9898
rspec-support (3.13.1)
99-
rubocop (1.65.0)
99+
rubocop (1.66.0)
100100
json (~> 2.3)
101101
language_server-protocol (>= 3.17.0)
102102
parallel (~> 1.10)
103103
parser (>= 3.3.0.2)
104104
rainbow (>= 2.2.2, < 4.0)
105105
regexp_parser (>= 2.4, < 3.0)
106-
rexml (>= 3.2.5, < 4.0)
107-
rubocop-ast (>= 1.31.1, < 2.0)
106+
rubocop-ast (>= 1.32.1, < 2.0)
108107
ruby-progressbar (~> 1.7)
109108
unicode-display_width (>= 2.4.0, < 3.0)
110-
rubocop-ast (1.31.3)
109+
rubocop-ast (1.32.1)
111110
parser (>= 3.3.1.0)
112111
rubocop-rake (0.6.0)
113112
rubocop (~> 1.0)
@@ -167,7 +166,7 @@ DEPENDENCIES
167166
rerun (~> 0.14.0)
168167
rqrcode (~> 2.0)
169168
rspec (~> 3.13)
170-
rubocop (~> 1.65)
169+
rubocop (~> 1.66)
171170
rubocop-rake (~> 0.6.0)
172171
rubocop-rspec (~> 3.0)
173172
ruby-units (~> 4.0, >= 4.0.3)

0 commit comments

Comments
 (0)