Skip to content

Commit 1ed22f3

Browse files
authoredDec 5, 2024··
Merge pull request #212 from github/dependabot/bundler/rubocop-1.69.0
Bump rubocop from 1.68.0 to 1.69.0
2 parents 6fcff2d + 6eba9eb commit 1ed22f3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ GEM
7373
nokogiri (~> 1.14)
7474
rainbow (3.1.1)
7575
rake (13.2.1)
76-
regexp_parser (2.9.2)
77-
rubocop (1.68.0)
76+
regexp_parser (2.9.3)
77+
rubocop (1.69.0)
7878
json (~> 2.3)
7979
language_server-protocol (>= 3.17.0)
8080
parallel (~> 1.10)
8181
parser (>= 3.3.0.2)
8282
rainbow (>= 2.2.2, < 4.0)
8383
regexp_parser (>= 2.4, < 3.0)
84-
rubocop-ast (>= 1.32.2, < 2.0)
84+
rubocop-ast (>= 1.36.1, < 2.0)
8585
ruby-progressbar (~> 1.7)
86-
unicode-display_width (>= 2.4.0, < 3.0)
87-
rubocop-ast (1.36.1)
86+
unicode-display_width (>= 2.4.0, < 4.0)
87+
rubocop-ast (1.36.2)
8888
parser (>= 3.3.1.0)
8989
rubocop-performance (1.23.0)
9090
rubocop (>= 1.48.1, < 2.0)
@@ -98,7 +98,9 @@ GEM
9898
securerandom (0.3.1)
9999
tzinfo (2.0.6)
100100
concurrent-ruby (~> 1.0)
101-
unicode-display_width (2.6.0)
101+
unicode-display_width (3.1.2)
102+
unicode-emoji (~> 4.0, >= 4.0.4)
103+
unicode-emoji (4.0.4)
102104

103105
PLATFORMS
104106
arm64-darwin-21

0 commit comments

Comments
 (0)
Please sign in to comment.