Skip to content
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

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

scbjans
Copy link
Contributor

@scbjans scbjans commented Jan 20, 2024

Adds Appraisal for Sinatra 4

end

appraise 'sinatra-3.x' do
gem 'sinatra', '~> 3.0'
Copy link
Contributor Author

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?

Copy link
Collaborator

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'
Copy link
Collaborator

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.

@plantfansam plantfansam merged commit 3e5fbb3 into open-telemetry:main Jan 22, 2024
46 of 47 checks passed
@scbjans scbjans deleted the add_appraisal_for_sinatra4 branch January 23, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants