sinatra / sinatra

Classy web-development dressed in a DSL (official / canonical repo)

Home Page:https://sinatrarb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raise `required_ruby_version` to 2.7.8

dentarg opened this issue · comments

Sinatra 4.0 (#1985) seems like a good time to do it

2.7.8 is the latest 2.7 release: https://www.ruby-lang.org/en/news/2023/03/30/ruby-2-7-8-released/ and the one CI is running so I think it makes sense to set it at that.

It is currently at 2.6.0:

s.required_ruby_version = '>= 2.6.0'

https://github.com/search?q=repo%3Asinatra%2Fsinatra%20required_ruby_version&type=code