From 1654482d6bb71eadb1826d512aeef8c9e0d7e490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Nordstrand?= Date: Thu, 29 Aug 2024 12:01:28 +0200 Subject: [PATCH] Update the install step in README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4567514..bd0c8f9 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ This gem gives us an indication of the time that a request/job is spent waiting Add this line to your application's Gemfile: ```ruby -source "https://rubygems.pkg.github.com/teamtailor" do - gem "request_queue_time", "0.1.0" -end +gem "request_queue_time", git: "https://github.com/Teamtailor/request_queue_time.git", tag: "v0.1.1" ``` And then execute: