-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add appraisal for Sinatra 4. #827
chore: add appraisal for Sinatra 4. #827
Conversation
end | ||
|
||
appraise 'sinatra-3.x' do | ||
gem 'sinatra', '~> 3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was there any reason this was stricter before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real reason. We don't have a consistent pattern or way to maintain the appraisals.
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec| | |||
spec.add_development_dependency 'minitest', '~> 5.0' | |||
spec.add_development_dependency 'opentelemetry-sdk', '~> 1.1' | |||
spec.add_development_dependency 'opentelemetry-test-helpers', '~> 0.3' | |||
spec.add_development_dependency 'rack-test', '~> 1.1.0' | |||
spec.add_development_dependency 'rack-test', '~> 2.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well relax this allow latest minor versions.
Adds Appraisal for Sinatra 4