You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vendor/bundle/ruby/2.7.0/gems/stripe_event-2.3.0/lib/stripe_event.rb:21: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
Since upgrading Ruby to 2.7.0, I'm getting a deprecation warning when
stripe_event
is required. Here's some background reading on this deprecation.Here's the relevant line:
It looks like
all
has the same method signature:I'm not sure what the best fix is, happy to dig in and submit a PR but thought I'd at least open an issue so this is tracked somewhere ❤️
The text was updated successfully, but these errors were encountered: