kemalcr / kemal

Fast, Effective, Simple Web Framework
https://kemalcr.com
MIT License
3.65k stars 189 forks source link

Bump ameba dependency to the latest version #602

Closed Sija closed 3 years ago

Sija commented 3 years ago

Description of the Change

Updating ameba dependency to the latest version.

Benefits

Stayin' up to date with ameba linter.

Possible Drawbacks

Enumerable#join(separator, &) might be less performant than its optimized version in Indexable#join(separator), but since the only place that's being changed is the non-critical path I'd consider this as a non-issue.