nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

Replacing File.exists? with File.exist? as the former has been removed from ruby 2.7.7 #177

Closed ShrutiSaagar closed 1 year ago

ShrutiSaagar commented 1 year ago

Can we have the change made in load_environment function in cli.rb so that it can support latest ruby versions? I can raise the PR as well if possible.

nesquena commented 1 year ago

Yes I'd be happy to merge that change

ShrutiSaagar commented 1 year ago

Hey can you add me as a contributor to the repo so that I'll create the PR?

nesquena commented 1 year ago

Added

ShrutiSaagar commented 1 year ago

Thank you for the quick response @nesquena , raised the PR https://github.com/nesquena/backburner/pull/178 .

ShrutiSaagar commented 1 year ago

Can we create a new release 1.6.1 for the change so that it can go whenever someone updates their gemfile? Should I update changelog and version.rb with 1.6.1?

nesquena commented 1 year ago

Sure, go ahead I can push the release sometime soon

ShrutiSaagar commented 1 year ago

Done in https://github.com/nesquena/backburner/pull/179 . 👍