appraise "logger-gem" do
  gem "logger"
end

appraise "activesupport-latest" do
  gem "activesupport", require: "activesupport/all"
end

appraise "activesupport-8" do
  gem "activesupport", "~> 8.0", require: "activesupport/all"
end

appraise "activesupport-7" do
  gem "activesupport", "~> 7.0", require: "activesupport/all"
end

appraise "activesupport-6" do
  gem "activesupport", "~> 6.0", require: "activesupport/all"
end

appraise "activesupport-5" do
  gem "activesupport", "~> 5.0", require: "activesupport/all"
end

appraise "activesupport-4" do
  gem "activesupport", "~> 4.0", require: "activesupport/all"
end
