sumoheavy / jira-ruby

A Ruby gem for the JIRA REST API
MIT License
654 stars 412 forks source link

chore(gems): Upgrade to OAuth 1.x #407

Closed ianchesal closed 5 months ago

ianchesal commented 1 year ago

OAuth 0.6 goes EOL around April 2024. Move to 1.x.

From the bundler output when you install the current version of this gem you get:

You have installed oauth version 0.6.2, congratulations!

Non-commercial support for the 0.6.x series will end by April, 2024. Please upgrade to 1.0.x as soon as possible! The only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.

ianchesal commented 1 year ago

Easy upgrade. Specs pass locally.

ianchesal commented 1 year ago

I've been using my fork without issues. This should be an easy merge. Thanks!

DougEdey commented 9 months ago

@SimonMiaou 👋 Any idea when this will be able to be merged?

JamesSawley commented 6 months ago

@SimonMiaou, could we merge this please?