diff --git a/Gemfile b/Gemfile index 44e23143..27b68687 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ end gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin] group :development do - gem 'rubocop', '~> 1.68' + gem 'rubocop', '~> 1.69' end diff --git a/Gemfile.lock b/Gemfile.lock index ed85b0f8..93f6b116 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/html2rss/html2rss-configs.git - revision: 905ca2a7da7d5cbf63d5265f8b70c64563957252 + revision: 9aa87f0d713f5caebaab148c3922698655556a33 specs: html2rss-configs (0.2.0) html2rss @@ -50,10 +50,10 @@ GEM ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.28.3-arm64-darwin) + google-protobuf (4.29.0-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.28.3-x86_64-linux) + google-protobuf (4.29.0-x86_64-linux) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -133,24 +133,24 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reverse_markdown (2.1.1) nokogiri rexml (3.3.9) rouge (4.5.1) rss (0.3.1) rexml - rubocop (1.68.0) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) safe_yaml (1.0.5) @@ -168,7 +168,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) uri (1.0.2) - webrick (1.9.0) + webrick (1.9.1) zeitwerk (2.7.1) PLATFORMS @@ -184,7 +184,7 @@ DEPENDENCIES jekyll-sitemap jekyll-target-blank just-the-docs - rubocop (~> 1.68) + rubocop (~> 1.69) tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)