Skip to content

Commit f13e009

Browse files
Merge pull request #1626 from openaustralia/hotfix/git-tagging-releases
HOTFIX: Do not require capistrano gems unless actually deploying
2 parents 53cd092 + 9609dfe commit f13e009

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)