Skip to content

Commit

Permalink
Use ruby 3.0.2 for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yamax2 committed Sep 18, 2021
1 parent 7c428f9 commit 0baecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
set :ssh_options, forward_agent: true, user: 'photos'

set :rbenv_type, :user
set :rbenv_ruby, '3.0.1'
set :rbenv_ruby, '3.0.2'
set :default_env, {disable_binstubs: '1'}

0 comments on commit 0baecf7

Please sign in to comment.