Skip to content

Commit

Permalink
Merge pull request #132 from apiology/update-from-cookiecutter-2024-1…
Browse files Browse the repository at this point in the history
…0-05-0917

Update from cookiecutter
  • Loading branch information
apiology authored Oct 5, 2024
2 parents 9ea0133 + ac3ff31 commit 4a8995e
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 4a8995e

Please sign in to comment.