Skip to content

Commit 6c5babb

Browse files
Bump rubocop from 1.66.1 to 1.69.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.69.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b6d6f7 commit 6c5babb

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ group :test do
1313
gem 'pry'
1414
gem 'rb-readline'
1515
gem 'rspec', '~> 3.13.0'
16-
gem 'rubocop', '~> 1.66'
16+
gem 'rubocop', '~> 1.69'
1717
gem 'webmock', '~> 3.23'
1818
end

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ GEM
4545
faraday-retry (1.0.3)
4646
hashdiff (1.1.0)
4747
highline (2.0.3)
48-
json (2.7.2)
48+
json (2.8.2)
4949
language_server-protocol (3.17.0.3)
5050
method_source (1.0.0)
5151
multipart-post (2.3.0)
5252
parallel (1.26.3)
53-
parser (3.3.5.0)
53+
parser (3.3.6.0)
5454
ast (~> 2.4.1)
5555
racc
5656
pry (0.14.2)
@@ -61,7 +61,7 @@ GEM
6161
rainbow (3.1.1)
6262
rake (13.2.1)
6363
rb-readline (0.5.5)
64-
regexp_parser (2.9.2)
64+
regexp_parser (2.9.3)
6565
rexml (3.3.6)
6666
strscan
6767
rspec (3.13.0)
@@ -77,17 +77,17 @@ GEM
7777
diff-lcs (>= 1.2.0, < 2.0)
7878
rspec-support (~> 3.13.0)
7979
rspec-support (3.13.0)
80-
rubocop (1.66.1)
80+
rubocop (1.69.0)
8181
json (~> 2.3)
8282
language_server-protocol (>= 3.17.0)
8383
parallel (~> 1.10)
8484
parser (>= 3.3.0.2)
8585
rainbow (>= 2.2.2, < 4.0)
8686
regexp_parser (>= 2.4, < 3.0)
87-
rubocop-ast (>= 1.32.2, < 2.0)
87+
rubocop-ast (>= 1.36.1, < 2.0)
8888
ruby-progressbar (~> 1.7)
89-
unicode-display_width (>= 2.4.0, < 3.0)
90-
rubocop-ast (1.32.3)
89+
unicode-display_width (>= 2.4.0, < 4.0)
90+
rubocop-ast (1.36.2)
9191
parser (>= 3.3.1.0)
9292
ruby-progressbar (1.13.0)
9393
ruby2_keywords (0.0.5)
@@ -99,7 +99,9 @@ GEM
9999
simplecov-lcov (0.8.0)
100100
simplecov_json_formatter (0.1.4)
101101
strscan (3.1.0)
102-
unicode-display_width (2.5.0)
102+
unicode-display_width (3.1.2)
103+
unicode-emoji (~> 4.0, >= 4.0.4)
104+
unicode-emoji (4.0.4)
103105
webmock (3.23.1)
104106
addressable (>= 2.8.0)
105107
crack (>= 0.3.2)
@@ -114,7 +116,7 @@ DEPENDENCIES
114116
rake
115117
rb-readline
116118
rspec (~> 3.13.0)
117-
rubocop (~> 1.66)
119+
rubocop (~> 1.69)
118120
simplecov (~> 0.22.0)
119121
simplecov-html (~> 0.13.1)
120122
simplecov-lcov (~> 0.8.0)

0 commit comments

Comments
 (0)