diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d81701d8..d94aeeea 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale Issues and Pull Requests - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 + uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 diff --git a/.licenses/bundler/activesupport.dep.yml b/.licenses/bundler/activesupport.dep.yml index 2fe00e11..f9cf3bd3 100644 --- a/.licenses/bundler/activesupport.dep.yml +++ b/.licenses/bundler/activesupport.dep.yml @@ -1,6 +1,6 @@ --- name: activesupport -version: 8.1.3 +version: 8.1.3.1 type: bundler summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. diff --git a/.licenses/bundler/csv.dep.yml b/.licenses/bundler/csv.dep.yml index ccd78931..ecc40808 100644 --- a/.licenses/bundler/csv.dep.yml +++ b/.licenses/bundler/csv.dep.yml @@ -1,6 +1,6 @@ --- name: csv -version: 3.3.5 +version: 3.3.6 type: bundler summary: CSV Reading and Writing homepage: https://github.com/ruby/csv @@ -45,5 +45,5 @@ licenses: text: |- The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). - See LICENSE.txt for details. + See [LICENSE.txt](LICENSE.txt) for details. notices: [] diff --git a/.licenses/bundler/json.dep.yml b/.licenses/bundler/json.dep.yml index c1f037b3..90ce9e41 100644 --- a/.licenses/bundler/json.dep.yml +++ b/.licenses/bundler/json.dep.yml @@ -1,6 +1,6 @@ --- name: json -version: 2.21.1 +version: 2.21.2 type: bundler summary: JSON Implementation for Ruby homepage: https://github.com/ruby/json diff --git a/Gemfile.lock b/Gemfile.lock index e8345465..fb5ebc7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.1.3) + activesupport (8.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -38,7 +38,7 @@ GEM reline (>= 0.6.0) concurrent-ruby (1.3.8) connection_pool (3.0.2) - csv (3.3.5) + csv (3.3.6) dotenv (3.2.0) drb (2.2.3) faraday (2.14.3) @@ -50,7 +50,7 @@ GEM i18n (1.15.2) concurrent-ruby (~> 1.0) io-console (0.8.2) - json (2.21.1) + json (2.21.2) language_server-protocol (3.17.0.6) licensee (10.0.0) dotenv (>= 2, < 4)