Skip to content

Commit

Permalink
squash: update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Nov 19, 2024
1 parent 1e564ee commit 6cbe083
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions instrumentation/sinatra/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
#
# SPDX-License-Identifier: Apache-2.0

appraise 'sinatra-4.x' do
gem 'sinatra', '~> 4.0'
end

appraise 'sinatra-3.x' do
gem 'sinatra', '~> 3.0'
end

appraise 'sinatra-2.x' do
gem 'sinatra', '~> 2.1'
%w[4.1 3.0 2.1].each do |version|
appraise "sinatra-#{version}" do
gem 'sinatra', "~> #{version}"
end
end

appraise 'sinatra-latest' do
Expand Down

0 comments on commit 6cbe083

Please sign in to comment.