From 25b90fbf4c5a119a5d1daee44b67a58aa3ab48d5 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 4 Dec 2016 19:00:29 +0100 Subject: [PATCH] Specify a tag for the gem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb1647..59c02c3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A collection of tools for Capistrano. 1. Add this line to your application's Gemfile: ```ruby - gem 'capistrano-required_tools', :git => 'git@github.com:wearerequired/capistrano-required_tools.git' + gem 'capistrano-required_tools', :git => 'git@github.com:wearerequired/capistrano-required_tools.git', :tag => 'v0.0.1' ``` 2. Execute: