Skip to content

Commit

Permalink
Bump rubocop from 1.24.1 to 1.42.0 (#118)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and oleander authored Dec 6, 2024
1 parent d01a90f commit 979290e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec
group :development, :test do
gem "bundler"
gem "pry"
gem "rubocop", "~> 1.24.0"
gem "rubocop", "~> 1.42.0"
gem "rubocop-md"
gem "rubocop-performance"
gem "rubocop-rake"
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.6.3)
method_source (1.0.0)
minitest (5.18.1)
neatjson (0.10.5)
Expand Down Expand Up @@ -92,13 +93,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.24.1)
rubocop (1.42.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.28.0)
Expand Down Expand Up @@ -171,7 +173,7 @@ DEPENDENCIES
rspec
rspec-github
rspec-its
rubocop (~> 1.24.0)
rubocop (~> 1.42.0)
rubocop-md
rubocop-performance
rubocop-rake
Expand Down

0 comments on commit 979290e

Please sign in to comment.