Skip to content

Commit

Permalink
Add logger as an explicit dependency
Browse files Browse the repository at this point in the history
Since it’s no longer a default gem.
  • Loading branch information
amomchilov committed Sep 11, 2024
1 parent bb67095 commit da9568e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PATH
specs:
tapioca (0.16.2)
bundler (>= 2.2.25)
logger
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (~> 0.2)
Expand Down
1 change: 1 addition & 0 deletions tapioca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.add_dependency("bundler", ">= 2.2.25")
spec.add_dependency("logger")
spec.add_dependency("netrc", ">= 0.11.0")
spec.add_dependency("parallel", ">= 1.21.0")
spec.add_dependency("rbi", "~> 0.2")
Expand Down

0 comments on commit da9568e

Please sign in to comment.