From cc8c8b6fef20598805e7fb288e13b84d581182a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Wed, 12 Jun 2024 17:00:12 +0200 Subject: [PATCH] Keep dres stack up-to-date as well Co-authored-by: Szymon Fiedler --- contrib/dres_client/Gemfile.lock | 18 +++++++++++------- contrib/dres_rails/Gemfile.lock | 20 ++++++++++---------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/contrib/dres_client/Gemfile.lock b/contrib/dres_client/Gemfile.lock index 669eb23d6d..15e7825b57 100644 --- a/contrib/dres_client/Gemfile.lock +++ b/contrib/dres_client/Gemfile.lock @@ -13,17 +13,19 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + bigdecimal (3.1.8) closed_struct (1.0.0) concurrent-ruby (1.3.3) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml diff-lcs (1.5.1) equalizer (0.0.11) - hashdiff (1.0.1) - minitest (5.22.3) + hashdiff (1.1.0) + minitest (5.23.1) mutant (0.12.0) diff-lcs (~> 1.3) parser (~> 3.3.0) @@ -39,11 +41,12 @@ GEM parser (3.3.3.0) ast (~> 2.4.1) racc - public_suffix (5.0.3) + public_suffix (5.0.5) racc (1.8.0) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.2.6) + rexml (3.3.0) + strscan rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -58,10 +61,11 @@ GEM rspec-support (~> 3.13.0) rspec-support (3.13.1) sorbet-runtime (0.5.11429) + strscan (3.1.0) unparser (0.6.14) diff-lcs (~> 1.3) parser (>= 3.3.0) - webmock (3.19.1) + webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/contrib/dres_rails/Gemfile.lock b/contrib/dres_rails/Gemfile.lock index c39627bf10..e2dc33354d 100644 --- a/contrib/dres_rails/Gemfile.lock +++ b/contrib/dres_rails/Gemfile.lock @@ -108,7 +108,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) arkency-command_bus (0.4.1) concurrent-ruby @@ -116,11 +116,11 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -188,7 +188,7 @@ GEM pg (1.5.6) psych (5.1.2) stringio - public_suffix (5.0.3) + public_suffix (5.0.5) racc (1.8.0) rack (3.1.3) rack-session (2.0.0) @@ -245,19 +245,19 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.0.3) + rspec-rails (6.1.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) rspec-support (3.13.1) sorbet-runtime (0.5.11429) stringio (3.1.0) thor (1.3.1) - timecop (0.9.8) + timecop (0.9.9) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0)