dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Housekeeping for the gem: require Ruby3, updates to newest Rubocop with rubocop-rake and rubocop-rspec plugins #85

Closed simonneutert closed 2 weeks ago

simonneutert commented 2 weeks ago

With this PR I intend to lay the groundwork for a 3.0 release of the gem.

As this PR will drop support for Ruby 2.x a major version bump is needed.

This PR does


closes https://github.com/dblock/strava-ruby-client/issues/70

dblock commented 2 weeks ago

I would not increment the version to 3.0.0 here because there's no API changes. If .gemspec is clear that Ruby >= 3.0 is required rubygems is just not going to let users on 2.7 upgrade to the new version anyway.