From 824a60217e14956ff0b81eb36479f95038daa65f Mon Sep 17 00:00:00 2001 From: Dominik Menke Date: Tue, 12 Dec 2023 11:10:29 +0100 Subject: [PATCH] update dependencies --- .rubocop.yml | 3 +++ Gemfile.lock | 20 ++++++++++---------- gemfiles/rails-6.0/Gemfile.lock | 4 ++-- gemfiles/rails-6.1/Gemfile.lock | 4 ++-- gemfiles/rails-7.0/Gemfile.lock | 4 ++-- gemfiles/rails-7.1/Gemfile.lock | 12 ++++++------ gemfiles/rails-main/Gemfile.lock | 6 +++--- 7 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b372908..f6a5aec 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -334,6 +334,9 @@ Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma +Style/SuperWithArgsParentheses: + Enabled: false # cop doesn't provide a preferred style option + ## RSpec Cops - https://docs.rubocop.org/rubocop-rspec/cops_rspec.html RSpec: diff --git a/Gemfile.lock b/Gemfile.lock index 721d82e..98f7227 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,10 +105,10 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - irb (1.9.1) + irb (1.10.1) rdoc reline (>= 0.3.8) - json (2.6.3) + json (2.7.1) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -125,7 +125,7 @@ GEM minitest (5.20.0) multipart-post (2.3.0) mutex_m (0.2.0) - net-imap (0.4.6) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -134,7 +134,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -192,10 +192,10 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) - rdoc (6.6.0) + rdoc (6.6.1) psych (>= 4.0.0) - regexp_parser (2.8.2) - reline (0.4.0) + regexp_parser (2.8.3) + reline (0.4.1) io-console (~> 0.5) rexml (3.2.6) rspec (3.12.0) @@ -219,7 +219,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.57.2) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -227,7 +227,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -249,7 +249,7 @@ GEM rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - stringio (3.0.9) + stringio (3.1.0) thor (1.3.0) timeout (0.4.1) tzinfo (2.0.6) diff --git a/gemfiles/rails-6.0/Gemfile.lock b/gemfiles/rails-6.0/Gemfile.lock index 20f4ca7..6cdf13c 100644 --- a/gemfiles/rails-6.0/Gemfile.lock +++ b/gemfiles/rails-6.0/Gemfile.lock @@ -93,7 +93,7 @@ GEM mini_portile2 (2.8.5) minitest (5.20.0) multipart-post (2.3.0) - net-imap (0.4.6) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -102,7 +102,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) diff --git a/gemfiles/rails-6.1/Gemfile.lock b/gemfiles/rails-6.1/Gemfile.lock index ef217f0..4da5a30 100644 --- a/gemfiles/rails-6.1/Gemfile.lock +++ b/gemfiles/rails-6.1/Gemfile.lock @@ -97,7 +97,7 @@ GEM mini_portile2 (2.8.5) minitest (5.20.0) multipart-post (2.3.0) - net-imap (0.4.6) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -106,7 +106,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) diff --git a/gemfiles/rails-7.0/Gemfile.lock b/gemfiles/rails-7.0/Gemfile.lock index 32f63f4..be008b3 100644 --- a/gemfiles/rails-7.0/Gemfile.lock +++ b/gemfiles/rails-7.0/Gemfile.lock @@ -103,7 +103,7 @@ GEM mini_portile2 (2.8.5) minitest (5.20.0) multipart-post (2.3.0) - net-imap (0.4.6) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -112,7 +112,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) diff --git a/gemfiles/rails-7.1/Gemfile.lock b/gemfiles/rails-7.1/Gemfile.lock index 3c05c27..70d6c5d 100644 --- a/gemfiles/rails-7.1/Gemfile.lock +++ b/gemfiles/rails-7.1/Gemfile.lock @@ -104,7 +104,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - irb (1.9.1) + irb (1.10.1) rdoc reline (>= 0.3.8) loofah (2.22.0) @@ -122,7 +122,7 @@ GEM minitest (5.20.0) multipart-post (2.3.0) mutex_m (0.2.0) - net-imap (0.4.6) + net-imap (0.4.8) date net-protocol net-pop (0.1.2) @@ -131,7 +131,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.1) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -184,9 +184,9 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.1.0) - rdoc (6.6.0) + rdoc (6.6.1) psych (>= 4.0.0) - reline (0.4.0) + reline (0.4.1) io-console (~> 0.5) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -210,7 +210,7 @@ GEM rspec-support (~> 3.12) rspec-support (3.12.1) ruby2_keywords (0.0.5) - stringio (3.0.9) + stringio (3.1.0) thor (1.3.0) timeout (0.4.1) tzinfo (2.0.6) diff --git a/gemfiles/rails-main/Gemfile.lock b/gemfiles/rails-main/Gemfile.lock index ecafb41..f435b18 100644 --- a/gemfiles/rails-main/Gemfile.lock +++ b/gemfiles/rails-main/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 89d8569abe2564c8187debf32dd3b4e33d6ad983 + revision: 531643244474446efc061b559504ed67acc8cae1 branch: main specs: actioncable (7.2.0.alpha) @@ -69,7 +69,7 @@ GIT marcel (~> 1.0) activesupport (7.2.0.alpha) base64 - bigdecimal + bigdecimal (< 3.1.5) concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb @@ -147,7 +147,7 @@ GEM mini_mime (1.1.5) minitest (5.20.0) multipart-post (2.3.0) - net-imap (0.4.7) + net-imap (0.4.8) date net-protocol net-pop (0.1.2)