Skip to content

Commit 9609dfe

Browse files
committed
Do not require capistrano gems unless actually deploying
1 parent 53cd092 commit 9609dfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ group :development do
136136
gem "bcrypt_pbkdf", "~> 1.1"
137137
gem "capistrano", require: false
138138
gem "capistrano-rails", require: false
139-
gem "capistrano-rvm"
140-
gem "capistrano-tagging3", "~> 2.0"
139+
gem "capistrano-rvm", require: false
140+
gem "capistrano-tagging3", "~> 2.0", require: false
141141
gem "capistrano-maintenance", require: false
142142
gem "ed25519", "~> 1.3"
143143

0 commit comments

Comments
 (0)