Skip to content

Commit

Permalink
Merge branch 'cookiecutter-template' into update-from-cookiecutter-20…
Browse files Browse the repository at this point in the history
…24-10-05-0917
  • Loading branch information
apiology committed Oct 5, 2024
2 parents bb5970c + 69f30a3 commit ac3ff31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ DEPENDENCIES
punchlist

BUNDLED WITH
2.5.18
2.2.22
2 changes: 1 addition & 1 deletion fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip==23.3.1
yamllint==1.29.0
yamllint==1.35.1

0 comments on commit ac3ff31

Please sign in to comment.