Commit 1114eca
committed
fix: Add logger dependency to gemspec
The functions_framework gem requires the logger gem in
`lib/functions_framework/cli.rb`. Under Ruby 3.4, this emits a warning:
> logger was loaded from the standard library, but will no longer be
part of the default gems starting from Ruby 3.5.0.
> You can add logger to your Gemfile or gemspec to silence this warning.
This commit adds the logger gem as a dependency to the gemspec which
should silence the warning message.
See-also: https://rubygems.org/gems/logger1 parent 3ad9d44 commit 1114eca
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments