Skip to content

Commit

Permalink
add in a logger, that redacts
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 4, 2024
1 parent b01a310 commit cf08cc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
issue-db (0.0.1)
logger (~> 1.6)
octokit (~> 9.2)
redacting-logger (~> 1.4)
retryable (~> 3.0, >= 3.0.5)

GEM
Expand Down Expand Up @@ -65,6 +65,8 @@ GEM
rainbow (3.1.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redacting-logger (1.4.0)
logger (~> 1.6)
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
Expand Down
2 changes: 1 addition & 1 deletion issue-db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
"bug_tracker_uri" => "https://github.com/runwaylab/issue-db/issues"
}

spec.add_dependency "logger", "~> 1.6"
spec.add_dependency "redacting-logger", "~> 1.4"
spec.add_dependency "retryable", "~> 3.0", ">= 3.0.5"
spec.add_dependency "octokit", "~> 9.2"

Expand Down
Binary file added vendor/cache/redacting-logger-1.4.0.gem
Binary file not shown.

0 comments on commit cf08cc8

Please sign in to comment.