Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions functions_framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ version = ::FunctionsFramework::VERSION

spec.required_ruby_version = ">= 3.1.0"
spec.add_dependency "cloud_events", ">= 0.7.0", "< 2.a"
spec.add_dependency "logger", "~> 1.7"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would consider removing the version restriction

Suggested change
spec.add_dependency "logger", "~> 1.7"
spec.add_dependency "logger"

spec.add_dependency "puma", ">= 4.3.0", "< 7.a"
spec.add_dependency "rack", ">= 2.1", "< 4.a"

Expand Down
Loading