diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9db1ab8..43430da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0 + - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0 with: bundler-cache: true diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index 2ed64ee..d308eba 100644 --- a/.github/workflows/gem.yml +++ b/.github/workflows/gem.yml @@ -20,7 +20,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0 + - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0 with: bundler-cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 237b03d..de2793f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0 + - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0 with: bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e6265a..43c7cc9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # pin@v1.293.0 + - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} diff --git a/Gemfile.lock b/Gemfile.lock index a61b289..551cca0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.1.2) + activesupport (8.1.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -62,7 +62,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.1) + json (2.19.2) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) diff --git a/vendor/cache/activesupport-8.1.2.1.gem b/vendor/cache/activesupport-8.1.2.1.gem new file mode 100644 index 0000000..5514022 Binary files /dev/null and b/vendor/cache/activesupport-8.1.2.1.gem differ diff --git a/vendor/cache/activesupport-8.1.2.gem b/vendor/cache/activesupport-8.1.2.gem deleted file mode 100644 index d96e98f..0000000 Binary files a/vendor/cache/activesupport-8.1.2.gem and /dev/null differ diff --git a/vendor/cache/json-2.19.1.gem b/vendor/cache/json-2.19.1.gem deleted file mode 100644 index 0c52efb..0000000 Binary files a/vendor/cache/json-2.19.1.gem and /dev/null differ diff --git a/vendor/cache/json-2.19.2.gem b/vendor/cache/json-2.19.2.gem new file mode 100644 index 0000000..aee4844 Binary files /dev/null and b/vendor/cache/json-2.19.2.gem differ