OmarSkalli / fixy

Library for generating fixed width documents
MIT License
100 stars 45 forks source link

Fix Proc.new deprecation warning in Ruby 2.7 #26

Closed JoeSouthan closed 2 years ago

JoeSouthan commented 4 years ago

👋 As of Ruby 2.7 the following code now generates a deprecation warning:

lib/fixy/record.rb:45: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead

This PR fixes this deprecation

AnotherJoSmith commented 4 years ago

cc @Chetane if you have time to merge this :)

AlecRust commented 2 years ago

Any update on this?

OmarSkalli commented 2 years ago

Oops, sorry about the delay. Merged.

AlecRust commented 2 years ago

Any chance we could get a release with this?

OmarSkalli commented 2 years ago

Pushed new release to rubygems.