envato-archive / guide

Document your application with a living component library and styleguide
https://rubygems.org/gems/guide
MIT License
8 stars 3 forks source link

Restrict to latest supported versions of Ruby and Rails #94

Closed orien closed 3 years ago

orien commented 3 years ago

Context

The oldest supported version of Ruby is 2.6.

The oldest supported version of Rails is 5.2.

The guide CI test suite doesn't test anything older: we have no guarantee that this gem will continue to work on older version of Ruby and Rails.

Change

Limit the use of this gem to running with Ruby 2.6+ and Rails 5.2+.