Skip to content

Commit 979290e

Browse files
Bump rubocop from 1.24.1 to 1.42.0 (#118)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Linus Oleander <[email protected]>
1 parent d01a90f commit 979290e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
group :development, :test do
88
gem "bundler"
99
gem "pry"
10-
gem "rubocop", "~> 1.24.0"
10+
gem "rubocop", "~> 1.42.0"
1111
gem "rubocop-md"
1212
gem "rubocop-performance"
1313
gem "rubocop-rake"

Gemfile.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ GEM
5656
i18n (1.14.1)
5757
concurrent-ruby (~> 1.0)
5858
ice_nine (0.11.2)
59+
json (2.6.3)
5960
method_source (1.0.0)
6061
minitest (5.18.1)
6162
neatjson (0.10.5)
@@ -92,13 +93,14 @@ GEM
9293
diff-lcs (>= 1.2.0, < 2.0)
9394
rspec-support (~> 3.12.0)
9495
rspec-support (3.12.0)
95-
rubocop (1.24.1)
96+
rubocop (1.42.0)
97+
json (~> 2.3)
9698
parallel (~> 1.10)
97-
parser (>= 3.0.0.0)
99+
parser (>= 3.1.2.1)
98100
rainbow (>= 2.2.2, < 4.0)
99101
regexp_parser (>= 1.8, < 3.0)
100-
rexml
101-
rubocop-ast (>= 1.15.1, < 2.0)
102+
rexml (>= 3.2.5, < 4.0)
103+
rubocop-ast (>= 1.24.1, < 2.0)
102104
ruby-progressbar (~> 1.7)
103105
unicode-display_width (>= 1.4.0, < 3.0)
104106
rubocop-ast (1.28.0)
@@ -171,7 +173,7 @@ DEPENDENCIES
171173
rspec
172174
rspec-github
173175
rspec-its
174-
rubocop (~> 1.24.0)
176+
rubocop (~> 1.42.0)
175177
rubocop-md
176178
rubocop-performance
177179
rubocop-rake

0 commit comments

Comments
 (0)