alpinweis / cronex

Ruby library that converts cron expressions into human readable strings
Other
77 stars 29 forks source link

tzinfo update #12

Closed skcc321 closed 4 years ago

skcc321 commented 4 years ago

Hi there looks like "cronex" has dependency on tzinfo version which blocks update of it.

Bundler could not find compatible versions for gem "tzinfo":
  In Gemfile:
    tzinfo (~> 2.0.0)

    cronex was resolved to 0.9.0, which depends on
      tzinfo (~> 1.2.5)

could you please make changes in gemspec to support the newest version of tzinfo? Thank you

alpinweis commented 4 years ago

as a quick workaround, can you pin the version of tzinfo in your app?

alpinweis commented 4 years ago

updated tzinfo dependency in https://github.com/alpinweis/cronex/commit/1de94ecc8f66f54c5703fe657b3f572e5481a319