Skip to content

Commit 7ca34f8

Browse files
Bump rubocop from 1.36.0 to 1.70.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.36.0 to 1.70.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.36.0...v1.70.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 f412ff2 commit 7ca34f8

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
group :test do
1919
gem "climate_control", "~> 1.2.0"
2020
gem "rspec", "~> 3.11.0"
21-
gem "rubocop", "~> 1.36.0"
21+
gem "rubocop", "~> 1.70.0"
2222
gem "rubocop-performance", "~> 1.15.0"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"

Gemfile.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ GEM
6666
addressable (~> 2.8)
6767
rchardet (~> 1.8)
6868
jaro_winkler (1.5.4)
69-
json (2.6.2)
69+
json (2.9.1)
7070
kramdown (2.4.0)
7171
rexml
7272
kramdown-parser-gfm (1.1.0)
7373
kramdown (~> 2.0)
74+
language_server-protocol (3.17.0.3)
7475
macaddr (1.7.2)
7576
systemu (~> 2.6.5)
7677
method_source (1.0.0)
@@ -83,9 +84,10 @@ GEM
8384
mini_portile2 (~> 2.8.0)
8485
racc (~> 1.4)
8586
oj (3.13.21)
86-
parallel (1.22.1)
87-
parser (3.1.2.1)
87+
parallel (1.26.3)
88+
parser (3.3.6.0)
8889
ast (~> 2.4.1)
90+
racc
8991
pry (0.14.1)
9092
coderay (~> 1.1)
9193
method_source (~> 1.0)
@@ -94,11 +96,11 @@ GEM
9496
rainbow (3.1.1)
9597
rake (13.0.6)
9698
rchardet (1.8.0)
97-
regexp_parser (2.5.0)
99+
regexp_parser (2.10.0)
98100
require_all (3.0.0)
99101
reverse_markdown (2.1.1)
100102
nokogiri
101-
rexml (3.2.5)
103+
rexml (3.4.0)
102104
rspec (3.11.0)
103105
rspec-core (~> 3.11.0)
104106
rspec-expectations (~> 3.11.0)
@@ -112,22 +114,22 @@ GEM
112114
diff-lcs (>= 1.2.0, < 2.0)
113115
rspec-support (~> 3.11.0)
114116
rspec-support (3.11.0)
115-
rubocop (1.36.0)
117+
rubocop (1.70.0)
116118
json (~> 2.3)
119+
language_server-protocol (>= 3.17.0)
117120
parallel (~> 1.10)
118-
parser (>= 3.1.2.1)
121+
parser (>= 3.3.0.2)
119122
rainbow (>= 2.2.2, < 4.0)
120-
regexp_parser (>= 1.8, < 3.0)
121-
rexml (>= 3.2.5, < 4.0)
122-
rubocop-ast (>= 1.20.1, < 2.0)
123+
regexp_parser (>= 2.9.3, < 3.0)
124+
rubocop-ast (>= 1.36.2, < 2.0)
123125
ruby-progressbar (~> 1.7)
124-
unicode-display_width (>= 1.4.0, < 3.0)
125-
rubocop-ast (1.21.0)
126-
parser (>= 3.1.1.0)
126+
unicode-display_width (>= 2.4.0, < 4.0)
127+
rubocop-ast (1.37.0)
128+
parser (>= 3.3.1.0)
127129
rubocop-performance (1.15.0)
128130
rubocop (>= 1.7.0, < 2.0)
129131
rubocop-ast (>= 0.4.0)
130-
ruby-progressbar (1.11.0)
132+
ruby-progressbar (1.13.0)
131133
semver2 (3.4.2)
132134
simplecov (0.21.2)
133135
docile (~> 1.1)
@@ -161,7 +163,7 @@ GEM
161163
unicode-display_width (>= 1.1.1, < 3)
162164
thor (1.2.1)
163165
tilt (2.0.11)
164-
unicode-display_width (2.2.0)
166+
unicode-display_width (2.6.0)
165167
uuid (2.3.9)
166168
macaddr (~> 1.0)
167169
webrick (1.7.0)
@@ -181,7 +183,7 @@ DEPENDENCIES
181183
pry (~> 0.14.1)
182184
rake (~> 13.0.6)
183185
rspec (~> 3.11.0)
184-
rubocop (~> 1.36.0)
186+
rubocop (~> 1.70.0)
185187
rubocop-performance (~> 1.15.0)
186188
semver2 (~> 3.4)
187189
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)