Skip to content

Commit

Permalink
Update Capfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 5, 2025
1 parent 0a4c180 commit 3917c10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ group :development, :test do
end

group :development do
gem 'capistrano', '3.17.1'
gem 'capistrano', '3.19.2'
gem 'capistrano-bundler', '~> 1.6', require: false
gem 'capistrano-rails', '~> 1.4', require: false
gem 'capistrano-rvm', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
capistrano (3.17.1)
capistrano (3.19.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -253,7 +253,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.11)
rack (2.2.12)
rack-session (1.0.2)
rack (< 3)
rack-test (2.2.0)
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
rspec-support (3.13.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.73.1)
rubocop (1.73.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -344,7 +344,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-rails (2.30.2)
rubocop-rails (2.30.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand Down Expand Up @@ -458,7 +458,7 @@ DEPENDENCIES
brakeman
bundler-audit
byebug
capistrano (= 3.17.1)
capistrano (= 3.19.2)
capistrano-bundler (~> 1.6)
capistrano-rails (~> 1.4)
capistrano-rvm
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'byebug'

# config valid for current version and patch releases of Capistrano
lock '~> 3.17.1'
lock '~> 3.19.2'

set :application, 'application_portfolio'
set :repo_url, 'https://github.com/uclibs/application_portfolio.git'
Expand Down

0 comments on commit 3917c10

Please sign in to comment.