Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Dec 9, 2024
1 parent d12fb14 commit 94ae45d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@
gem "activestorage"
end
end

# TODO: we'll probably have to remove these when Rails 8 is released
appraise "rails-8.0-ruby-#{ruby_version}" do
# gem "psych", "< 4"
# gem "rails", github: "rails/rails", branch: "main"
# gem "activestorage", github: "rails/rails", branch: "main"

# Temporary Rails 8 support
# gem "acts-as-taggable-on", github: "avo-hq/acts-as-taggable-on"
end
end

0 comments on commit 94ae45d

Please sign in to comment.