From afc373e4376868f24024106c83d5de18a33de355 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:44:20 -0500 Subject: [PATCH 1/8] Bump `yard` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dabab1efc099..22789980cb3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1183,7 +1183,7 @@ GEM zeitwerk (>= 2.6) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.36) + yard (0.9.37) zeitwerk (2.6.18) PLATFORMS From 5655f6dbfd40de3b2a90d1c5c2e15e4ae12c2ea2 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:44:55 -0500 Subject: [PATCH 2/8] Bump `rexml` --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22789980cb3a..13336114cce5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -972,8 +972,7 @@ GEM actionpack (>= 5.2) railties (>= 5.2) retriable (3.1.2) - rexml (3.3.6) - strscan + rexml (3.3.7) rinku (2.0.6) roar (1.2.0) representable (~> 3.1) @@ -1095,7 +1094,6 @@ GEM activerecord (>= 6.1) stringex (2.8.6) stringio (3.1.1) - strscan (3.1.0) structured_warnings (0.4.0) svg-graph (2.2.2) swd (2.0.3) From 1378fc90f912d66cb742ad6ee431a5aaec441477 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:45:23 -0500 Subject: [PATCH 3/8] Bump `reline` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13336114cce5..d22cc7d3b6c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -960,7 +960,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) From 90fb4ca8f5e685da16c5af52fc9147586e7bb6e7 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:46:01 -0500 Subject: [PATCH 4/8] Bump `rb_sys` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d22cc7d3b6c5..d7e0d575b800 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -945,7 +945,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rb_sys (0.9.100) + rb_sys (0.9.102) rbtrace (0.5.1) ffi (>= 1.0.6) msgpack (>= 0.4.3) From 9e09846487a63b293641d28437c4c4646136cc5e Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:46:44 -0500 Subject: [PATCH 5/8] Bump `logger` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d7e0d575b800..d5305645894f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -714,7 +714,7 @@ GEM omniauth (~> 1.1) omniauth-openid-connect (>= 0.2.1) rails (>= 3.2.21) - logger (1.6.0) + logger (1.6.1) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) From 4f40849f18c2440081b17738172c97aab13c4d9c Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:48:31 -0500 Subject: [PATCH 6/8] Bump `aws-partitions` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d5305645894f..d16242077d2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM activerecord (>= 4.0.0, < 8.0) awrence (1.2.1) aws-eventstream (1.3.0) - aws-partitions (1.970.0) + aws-partitions (1.971.0) aws-sdk-core (3.203.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) From 3f840d250cd07859cb63f7f8fa202b54cc36214a Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:52:05 -0500 Subject: [PATCH 7/8] Bump `factory_bot` Needed for Rails 7.2 compatibility --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 34500d6ea1ec..0781bb7c270a 100644 --- a/Gemfile +++ b/Gemfile @@ -225,7 +225,7 @@ gem "view_component" gem "lookbook", "~> 2.3.0" # Require factory_bot for usage with openproject plugins testing -gem "factory_bot", "~> 6.4.0", require: false +gem "factory_bot", "~> 6.5.0", require: false # require factory_bot_rails for convenience in core development gem "factory_bot_rails", "~> 6.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d16242077d2b..7d86d2c39fee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,7 +540,7 @@ GEM eventmachine (1.2.7) eventmachine_httpserver (0.2.1) excon (0.111.0) - factory_bot (6.4.6) + factory_bot (6.5.0) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) factory_bot (~> 6.4) @@ -1239,7 +1239,7 @@ DEPENDENCIES erb_lint erblint-github escape_utils (~> 1.3) - factory_bot (~> 6.4.0) + factory_bot (~> 6.5.0) factory_bot_rails (~> 6.4.0) ffi (~> 1.15) flamegraph From 6a73c31ad4d3d645c7e55649b1d448224acf2623 Mon Sep 17 00:00:00 2001 From: Aaron Contreras Date: Mon, 9 Sep 2024 10:58:02 -0500 Subject: [PATCH 8/8] Bump `rspec-rails` --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0781bb7c270a..88e459b4c402 100644 --- a/Gemfile +++ b/Gemfile @@ -247,7 +247,7 @@ group :test do gem "rack_session_access" gem "rspec", "~> 3.13.0" # also add to development group, so 'spec' rake task gets loaded - gem "rspec-rails", "~> 6.1.0", group: :development + gem "rspec-rails", "~> 7.0.0", group: :development # Retry failures within the same environment gem "retriable", "~> 3.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7d86d2c39fee..414e4d98fad9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -984,16 +984,16 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -1345,7 +1345,7 @@ DEPENDENCIES roar (~> 1.2.0) rouge (~> 4.3.0) rspec (~> 3.13.0) - rspec-rails (~> 6.1.0) + rspec-rails (~> 7.0.0) rspec-retry (~> 0.6.1) rubocop rubocop-capybara