Skip to content

Commit

Permalink
Centralize Ruby Version to .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfourny committed May 9, 2024
1 parent e3be6c0 commit d196989
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/tmp/

.byebug_history
.ruby-version
coverage/*
dev/flamegraph.svg
dev/profile
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: krane
up:
- ruby: '3.2.2' # Matches gemspec
- ruby
- bundler
- podman
- kind:
Expand Down

0 comments on commit d196989

Please sign in to comment.