Skip to content

Commit

Permalink
SRCH-5549 Update ruby version 3.3.4 in deploy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
krbhavith committed Oct 2, 2024
1 parent 7ec0b8f commit ec55064
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 @@ -10,7 +10,7 @@
set :puma_bind, 'tcp://0.0.0.0:3000'
set :puma_error_log, "#{release_path}/log/puma.error.log"
set :rails_env, 'production'
set :rbenv_ruby, '3.1.4'
set :rbenv_ruby, '3.3.4'
set :rbenv_type, :user
set :repo_url, 'https://github.com/GSA/search-gov'
set :resque_environment_task, true
Expand Down

0 comments on commit ec55064

Please sign in to comment.