Skip to content

Commit

Permalink
Adds capistrano_rails to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Mar 10, 2023
1 parent f9303f2 commit 36fd3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ gem 'bootsnap', require: false
group :development, :test do
gem 'coveralls_reborn', '~> 0.27.0', require: false
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'capistrano', require: false
gem 'capistrano', '~> 3.10', require: false
gem 'capistrano-passenger', require: false
gem 'capistrano-rails', '~> 1.4', require: false
gem 'capistrano-rails', '~> 1.6', require: false
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'pry'
gem 'pry-byebug'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ PLATFORMS

DEPENDENCIES
bootsnap
capistrano
capistrano (~> 3.10)
capistrano-passenger
capistrano-rails (~> 1.4)
capistrano-rails (~> 1.6)
coveralls_reborn (~> 0.27.0)
debug
importmap-rails
Expand Down

0 comments on commit 36fd3dc

Please sign in to comment.