Skip to content

Commit

Permalink
Merge pull request #6 from tmaier/dependabot/bundler/rubocop-1.70.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.69.2 to 1.70.0
tmaier authored Jan 21, 2025
2 parents d188878 + 41fe82b commit 6fd8869
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ gemspec
group :development do
gem 'minitest', '~> 5.25', require: false
gem 'rake', '~> 13.2', require: false
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop', '~> 1.70', require: false
gem 'rubocop-minitest', '~> 0.36', require: false
gem 'rubocop-rake', '~> 0.6', require: false
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ GEM
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
@@ -39,7 +39,7 @@ GEM
regexp_parser (2.10.0)
reverse_markdown (3.0.0)
nokogiri
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@@ -58,7 +58,7 @@ GEM
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
thor (1.3.2)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

@@ -75,7 +75,7 @@ PLATFORMS
DEPENDENCIES
minitest (~> 5.25)
rake (~> 13.2)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-minitest (~> 0.36)
rubocop-rake (~> 0.6)
site-to-md!

0 comments on commit 6fd8869

Please sign in to comment.