From a550df750eb2976a8984d2c39be0a99ab1a421f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 06:26:36 +0900 Subject: [PATCH 1/5] Bump actions/attest-build-provenance from 2 to 3 (#327) Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86b6f6f..99e18b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: run: rake -f -r bundler/gem_tasks build gem_platform=${{ matrix.platform }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-path: pkg/*.gem From e0d6701e4c3ed510b7e017c30b8d719db09b40b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Sat, 30 Aug 2025 21:00:02 +0900 Subject: [PATCH 2/5] Test jruby-9 on windows-11-arm --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c75ae89..1b577e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,8 +66,6 @@ jobs: ruby-version: '3.2' - os: windows-11-arm ruby-version: '3.3' - - os: windows-11-arm - ruby-version: jruby-9 - os: windows-11-arm ruby-version: truffleruby - os: windows-11-arm From fa9089856142c763cb513f8d8fd54ed89b4d07ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:40:01 +0900 Subject: [PATCH 3/5] Update rubocop-rspec requirement from ~> 3.6.0 to ~> 3.7.0 (#328) Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2e3d542..aa0df61 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ group :development do gem 'rubocop', '~> 1.80.0' gem 'rubocop-performance', '~> 1.25.0' gem 'rubocop-rake', '~> 0.7.1' - gem 'rubocop-rspec', '~> 3.6.0' + gem 'rubocop-rspec', '~> 3.7.0' end From 71220e41c4bfd2ccb849d64a3ddf81f51fd20b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:23:19 -0700 Subject: [PATCH 4/5] Bump sass from 1.91.0 to 1.92.0 in /ext/sass (#329) Bumps [sass](https://github.com/sass/dart-sass) from 1.91.0 to 1.92.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.91.0...1.92.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ext/sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sass/package.json b/ext/sass/package.json index dfa2924..1595640 100644 --- a/ext/sass/package.json +++ b/ext/sass/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "sass": "1.91.0" + "sass": "1.92.0" } } From 99bafb457ce932d038aacd1f103c9fc3bee0e985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Tue, 2 Sep 2025 19:04:35 -0700 Subject: [PATCH 5/5] v1.92.0 --- lib/sass/embedded/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sass/embedded/version.rb b/lib/sass/embedded/version.rb index 995e2a8..77e768b 100644 --- a/lib/sass/embedded/version.rb +++ b/lib/sass/embedded/version.rb @@ -2,6 +2,6 @@ module Sass module Embedded - VERSION = '1.91.0' + VERSION = '1.92.0' end end