Skip to content

Commit

Permalink
fix: Removal Sinatra 1.x Appraisal
Browse files Browse the repository at this point in the history
Sinatra 1.x is not supported as it does not provide the
Sinatra::Event API. It does not need to be appraised.

Signed-off-by: Zachery Hostens <[email protected]>
  • Loading branch information
Zachery Hostens committed Nov 8, 2023
1 parent 7ba2616 commit 6b874c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions instrumentation/sinatra/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ end
appraise 'sinatra-2.x' do
gem 'sinatra', '~> 2.1'
end

appraise 'sinatra-1.x' do
gem 'sinatra', '~> 1.4'
end

0 comments on commit 6b874c6

Please sign in to comment.