Skip to content

Commit

Permalink
Specify Ruby version for local development.
Browse files Browse the repository at this point in the history
I wanted a faster iteration loop so added some infra for direct local
usage.
  • Loading branch information
nuclearsandwich committed Aug 16, 2024
1 parent 54fde2b commit 2a7c70b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ crash.log

# Nanoc output and temporary files
output/
tmp/
tmp/

# Bundler vendor
vendor/bundle/
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.2

0 comments on commit 2a7c70b

Please sign in to comment.