We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e589baf commit 1654482Copy full SHA for 1654482
1 file changed
README.md
@@ -7,9 +7,7 @@ This gem gives us an indication of the time that a request/job is spent waiting
7
Add this line to your application's Gemfile:
8
9
```ruby
10
-source "https://rubygems.pkg.github.com/teamtailor" do
11
- gem "request_queue_time", "0.1.0"
12
-end
+gem "request_queue_time", git: "https://github.com/Teamtailor/request_queue_time.git", tag: "v0.1.1"
13
```
14
15
And then execute:
0 commit comments