Skip to content

Commit ce8ff22

Browse files
authored
fix: install aws_ec2_environment from RubyGems rather than GitHub (#631)
I swear I'd already changed this but apparently not - we published this gem to RubyGems ages ago, so there's no need to have new apps pull it from GitHub
1 parent 3b90667 commit ce8ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/deploy_with_ackama_ec2_capistrano/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
gem "capistrano-rbenv", require: false
1717
gem "ed25519", require: false
1818
gem "bcrypt_pbkdf", require: false
19-
gem "aws_ec2_environment", github: "ackama/aws_ec2_environment"
19+
gem "aws_ec2_environment", require: false
2020
2121
# capistrano-locally is required to install the app on to a freshly
2222
# provisioned EC2 instance

0 commit comments

Comments
 (0)