You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,14 @@ A redacting Ruby logger to prevent the leaking of secrets via logs
10
10
11
11
## Installation 💎
12
12
13
-
You can download this Gem from [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger)
13
+
You can download this Gem from [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger) or [RubyGems](https://rubygems.org/gems/redacting-logger)
14
14
15
15
Via a Gemfile:
16
16
17
17
```ruby
18
-
# frozen_string_literal: true
19
-
20
18
source "https://rubygems.org"
21
19
22
-
source "https://rubygems.pkg.github.com/github"do
23
-
gem "redacting-logger", "~> X.X.X"# Replace X.X.X with the latest version
24
-
end
20
+
gem "redacting-logger", "~> X.X.X"# Replace X.X.X with the latest version
0 commit comments