Skip to content

Commit

Permalink
Merge pull request #1865 from Earlopain/add-logger-dep
Browse files Browse the repository at this point in the history
Add explicit dependency on the `logger` gem
  • Loading branch information
soutaro authored Jun 7, 2024
2 parents c5bdef6 + 5f12a1e commit a2a38a2
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 @@ -2,6 +2,7 @@ PATH
remote: .
specs:
rbs (3.5.1.pre.1)
logger

PATH
remote: test/assets/test-gem
Expand Down
1 change: 1 addition & 0 deletions rbs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 3.0"
spec.add_dependency "logger"
end

0 comments on commit a2a38a2

Please sign in to comment.