# frozen_string_literal: true

appraise "jwt_2" do
  gem "jwt", "~> 2.0", "< 3.0"
end

appraise "jwt_3" do
  gem "jwt", "~> 3.0", "< 4.0"
end
