Skip to content

Commit

Permalink
Logger should be a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 16, 2025
1 parent 370cc79 commit ec18200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ gem "csv" # required for Ruby 3.4+

# for unit testing optional sorbet support
gem "sorbet-runtime"

gem "logger"
1 change: 1 addition & 0 deletions job-iteration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.add_dependency("activejob", ">= 5.2")
spec.add_dependency("logger")
end

0 comments on commit ec18200

Please sign in to comment.