update dependencies

This commit is contained in:
2025-02-10 15:09:38 -05:00
parent 326af55c5c
commit 7c8b52fa4e
2 changed files with 43 additions and 3 deletions
+7 -1
View File
@@ -154,7 +154,13 @@ end
gem 'puma', '>= 5.0'
# Deploy with Capistrano
# gem 'capistrano'
group :deploy do
gem 'capistrano', require: false
gem 'capistrano-rails', require: false
gem 'capistrano-puma', require: false
gem 'capistrano-rvm', require: false
gem 'capistrano-bundler', require: false
end
# To use debugger
# gem 'debugger'