Skip to content

Commit

Permalink
Update Ruby to 3.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyzl authored Oct 16, 2024
1 parent 9fba556 commit ddecc63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## init
init:
brew install rbenv ruby-build
rbenv install 2.7.6
rbenv shell 2.7.6
rbenv install 3.1.0
rbenv shell 3.1.0
rbenv exec gem install contracts -v 0.16.1
rbenv exec gem install middleman
rbenv exec bundle install
Expand Down Expand Up @@ -52,4 +52,4 @@ help:
} \
printf "\n"; \
}' \
| more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')
| more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')

0 comments on commit ddecc63

Please sign in to comment.