diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ef43f6b..8abbe61 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: true - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0 + - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 with: bundler-cache: true @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: main persist-credentials: false diff --git a/.ruby-version b/.ruby-version index 2aa5131..7bcbb38 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.7 +3.4.9 diff --git a/Gemfile.lock b/Gemfile.lock index 108b5c5..923dfd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - date (3.4.1) - debug (1.11.0) + date (3.5.1) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - erb (5.0.1) - io-console (0.8.0) - irb (1.15.2) + erb (5.0.3) + io-console (0.8.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.15.1) - nokogiri (1.18.10-arm64-darwin) + json (2.19.3) + nokogiri (1.19.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) psych (5.2.6) date stringio racc (1.8.1) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) - reline (0.6.1) + reline (0.6.3) io-console (~> 0.5) - stringio (3.1.7) + stringio (3.1.9) PLATFORMS arm64-darwin-21