From 7847e25e89377fa754e095df7b8606848ac60c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:47:18 +0000 Subject: [PATCH] Bump the dependencies group with 9 updates Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) | `1.3.0` | `1.3.2` | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.169.0` | `1.170.1` | | [aws-sdk-s3control](https://github.com/aws/aws-sdk-ruby) | `1.95.0` | `1.96.0` | | [govuk-components](https://github.com/x-govuk/govuk-components) | `5.7.0` | `5.7.1` | | [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) | `5.7.0` | `5.7.1` | | [net-imap](https://github.com/ruby/net-imap) | `0.5.0` | `0.5.1` | | [pagy](https://github.com/ddnexus/pagy) | `9.1.1` | `9.2.2` | | [strong_migrations](https://github.com/ankane/strong_migrations) | `2.0.2` | `2.1.0` | | [rspec-rails](https://github.com/rspec/rspec-rails) | `7.0.1` | `7.1.0` | Updates `active_storage_validations` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases) - [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md) - [Commits](https://github.com/igorkasyanchuk/active_storage_validations/commits) Updates `aws-sdk-s3` from 1.169.0 to 1.170.1 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-s3control` from 1.95.0 to 1.96.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3control/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `govuk-components` from 5.7.0 to 5.7.1 - [Release notes](https://github.com/x-govuk/govuk-components/releases) - [Commits](https://github.com/x-govuk/govuk-components/compare/v5.7.0...v5.7.1) Updates `govuk_design_system_formbuilder` from 5.7.0 to 5.7.1 - [Release notes](https://github.com/x-govuk/govuk-form-builder/releases) - [Commits](https://github.com/x-govuk/govuk-form-builder/compare/v5.7.0...v5.7.1) Updates `net-imap` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](https://github.com/ruby/net-imap/compare/v0.5.0...v0.5.1) Updates `pagy` from 9.1.1 to 9.2.2 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/9.1.1...9.2.2) Updates `strong_migrations` from 2.0.2 to 2.1.0 - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.0.2...v2.1.0) Updates `rspec-rails` from 7.0.1 to 7.1.0 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: active_storage_validations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: aws-sdk-s3control dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: govuk-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: govuk_design_system_formbuilder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: net-imap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 10 +++++----- Gemfile.lock | 55 ++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/Gemfile b/Gemfile index f0323afdd8..852cf04c19 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source "https://rubygems.org" ruby "3.2.1" gem "aasm", "~> 5.5" gem "active_model_serializers", "~> 0.10.14" -gem "active_storage_validations", "~> 1.3.0" -gem "aws-sdk-s3", "~> 1.169" -gem "aws-sdk-s3control", "~> 1.95" +gem "active_storage_validations", "~> 1.3.2" +gem "aws-sdk-s3", "~> 1.170" +gem "aws-sdk-s3control", "~> 1.96" gem "bootsnap", require: false gem "caxlsx" gem "caxlsx_rails" @@ -34,7 +34,7 @@ gem "net-smtp" gem "loaf", "~> 0.10" gem "matrix", "~> 0.4" gem "nokogiri" -gem "pagy", "~> 9.1.1" +gem "pagy", "~> 9.2.2" gem "paper_trail" gem "pg", "~> 1.5" gem "prawn", "~> 2.5" @@ -59,7 +59,7 @@ gem "sidekiq-scheduler", "~> 5.0.6" gem "sprockets", "~> 4.2.1" gem "sprockets-rails", require: "sprockets/railtie" gem "stimulus-rails" -gem "strong_migrations", "~> 2.0" +gem "strong_migrations", "~> 2.1" gem "turbo-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw] gem "validate_email", "~> 0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 192216aafc..4bc56fbd46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,11 +107,12 @@ GEM active_record_extended (3.3.0) activerecord (>= 5.2, < 8.0.0) pg (< 3.0) - active_storage_validations (1.3.0) + active_storage_validations (1.3.2) activejob (>= 6.1.4) activemodel (>= 6.1.4) activestorage (>= 6.1.4) activesupport (>= 6.1.4) + marcel (>= 1.0.3) activejob (7.1.4.1) activesupport (= 7.1.4.1) globalid (>= 0.3.6) @@ -148,8 +149,8 @@ GEM attr_extras (7.1.0) awesome_print (1.9.2) aws-eventstream (1.3.0) - aws-partitions (1.992.0) - aws-sdk-core (3.211.0) + aws-partitions (1.1004.0) + aws-sdk-core (3.212.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -157,11 +158,11 @@ GEM aws-sdk-kms (1.95.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.169.0) + aws-sdk-s3 (1.170.1) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-s3control (1.95.0) + aws-sdk-s3control (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) aws-sigv4 (1.10.1) @@ -224,7 +225,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.0) devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -284,11 +285,11 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - govuk-components (5.7.0) + govuk-components (5.7.1) html-attributes-utils (~> 1.0.0, >= 1.0.0) pagy (>= 6, < 10) - view_component (>= 3.9, < 3.17) - govuk_design_system_formbuilder (5.7.0) + view_component (>= 3.18, < 3.21) + govuk_design_system_formbuilder (5.7.1) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) @@ -369,7 +370,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.5.0) + net-imap (0.5.1) date net-protocol net-pop (0.1.2) @@ -394,7 +395,7 @@ GEM multi_json (>= 1.0) optimist (3.1.0) orm_adapter (0.5.0) - pagy (9.1.1) + pagy (9.2.2) paper_trail (15.2.0) activerecord (>= 6.1) request_store (~> 1.4) @@ -426,7 +427,7 @@ GEM pry-doc (1.5.0) pry (~> 0.11) yard (~> 0.9.11) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (6.0.1) puma (6.4.3) @@ -443,9 +444,8 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.0) rack (>= 3) - webrick (~> 1.8) rails (7.1.4.1) actioncable (= 7.1.4.1) actionmailbox (= 7.1.4.1) @@ -514,7 +514,7 @@ GEM redis-store (1.10.0) redis (>= 4, < 6) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -534,7 +534,7 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -542,7 +542,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -696,8 +696,8 @@ GEM railties (>= 6.0.0) store_attribute (1.3.1) activerecord (>= 6.1) - stringio (3.1.1) - strong_migrations (2.0.2) + stringio (3.1.2) + strong_migrations (2.1.0) activerecord (>= 6.1) super_diff (0.13.0) attr_extras (>= 6.2.4) @@ -712,7 +712,7 @@ GEM thor (1.3.2) tilt (2.4.0) timecop (0.9.10) - timeout (0.4.1) + timeout (0.4.2) tins (1.33.0) bigdecimal sync @@ -730,8 +730,8 @@ GEM validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) - view_component (3.16.0) - activesupport (>= 5.2.0, < 8.0) + view_component (3.20.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) warden (1.2.9) @@ -745,7 +745,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -768,10 +767,10 @@ PLATFORMS DEPENDENCIES aasm (~> 5.5) active_model_serializers (~> 0.10.14) - active_storage_validations (~> 1.3.0) + active_storage_validations (~> 1.3.2) awesome_print (~> 1.9) - aws-sdk-s3 (~> 1.169) - aws-sdk-s3control (~> 1.95) + aws-sdk-s3 (~> 1.170) + aws-sdk-s3control (~> 1.96) bootsnap byebug (~> 11.1) capybara (~> 3.40) @@ -811,7 +810,7 @@ DEPENDENCIES net-smtp nokogiri opensearch-ruby - pagy (~> 9.1.1) + pagy (~> 9.2.2) paper_trail parallel_tests (~> 4.7.2) pg (~> 1.5) @@ -861,7 +860,7 @@ DEPENDENCIES sprockets (~> 4.2.1) sprockets-rails stimulus-rails - strong_migrations (~> 2.0) + strong_migrations (~> 2.1) super_diff support_portal! timecop (~> 0.9)