keepcosmos / terjira

Terjira is a very interactive and easy to use CLI tool for Jira.
MIT License
884 stars 38 forks source link

update gems #53

Closed keepcosmos closed 6 years ago

keepcosmos commented 6 years ago

update activesupport and gemfile.lock

msva commented 6 years ago

and what do you think about moving to activesupport-5.x?

keepcosmos commented 6 years ago

@msva Does it need any activesupport 5.x feature? activesupport 5.0 needs ruby 2.2. Default ruby version of some linux or osx is 2.0

msva commented 6 years ago

well, actually, as far as I see, terjira doesn't even require activesupport at all (well, at least grepping for "activesu" over all terjira files return nothing). But... 1) actually, current stable ruby version is 2.5 2) 2.1 is EOL already 3) <=2.0 is known to have security issues, that will never be fixed 4) I bet, both linuxes and osx'es with 2.0 as default are outdated themselves. Aren't they? Well, it is nice to support them, but... I don't know. I'm not sure where will be the right place for balance border :)