From b6587cff9a45bfa94a065020a9466ca84c56be9e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Mar 2023 13:38:38 +0200 Subject: [PATCH] pre-commit autoupdate && bundle update --- .pre-commit-config.yaml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5237a1f..c31eeac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.22.0 hooks: - id: check-dependabot - id: check-github-actions diff --git a/Gemfile.lock b/Gemfile.lock index 33c081f..9d41881 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.2) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1)