From 69f30a35a3f67529f2752d49e873da95554cc966 Mon Sep 17 00:00:00 2001 From: Vince Broz Date: Sat, 5 Oct 2024 09:17:03 -0400 Subject: [PATCH] Update template --- Gemfile.lock | 2 +- fix.sh | 2 +- requirements_dev.txt | 2 +- {{cookiecutter.project_slug}}/fix.sh | 2 +- {{cookiecutter.project_slug}}/requirements_dev.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index acba3b5..7aa7cd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,4 +46,4 @@ DEPENDENCIES punchlist BUNDLED WITH - 2.5.18 + 2.2.22 diff --git a/fix.sh b/fix.sh index 59ba0a0..e6fe7f0 100755 --- a/fix.sh +++ b/fix.sh @@ -116,7 +116,7 @@ ensure_ruby_versions() { # You can find out which feature versions are still supported / have # been release here: https://www.ruby-lang.org/en/downloads/ - ruby_versions="$(latest_ruby_version 3.2)" + ruby_versions="$(latest_ruby_version 3.3)" echo "Latest Ruby versions: ${ruby_versions}" diff --git a/requirements_dev.txt b/requirements_dev.txt index e088611..d91aa97 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,4 +7,4 @@ pytest-cookies==0.6.1 pytest==7.3.1 tox==4.6.0 watchdog==3.0.0 -yamllint==1.29.0 +yamllint==1.35.1 diff --git a/{{cookiecutter.project_slug}}/fix.sh b/{{cookiecutter.project_slug}}/fix.sh index f6795a9..6cdb96d 100755 --- a/{{cookiecutter.project_slug}}/fix.sh +++ b/{{cookiecutter.project_slug}}/fix.sh @@ -116,7 +116,7 @@ ensure_ruby_versions() { # You can find out which feature versions are still supported / have # been release here: https://www.ruby-lang.org/en/downloads/ - ruby_versions="$(latest_ruby_version 3.2)" + ruby_versions="$(latest_ruby_version 3.3)" echo "Latest Ruby versions: ${ruby_versions}" diff --git a/{{cookiecutter.project_slug}}/requirements_dev.txt b/{{cookiecutter.project_slug}}/requirements_dev.txt index b3bf227..055da77 100644 --- a/{{cookiecutter.project_slug}}/requirements_dev.txt +++ b/{{cookiecutter.project_slug}}/requirements_dev.txt @@ -1,2 +1,2 @@ pip==23.3.1 -yamllint==1.29.0 +yamllint==1.35.1