Skip to content

Commit

Permalink
Refresh Appraisals
Browse files Browse the repository at this point in the history
`master` on Administrate is now `main`, so we can't bundle that, but
it's also incompatible since #68, so this is an acceptable middleground
to let us test for regressions.
  • Loading branch information
nickcharlton committed Jan 25, 2024
1 parent 16bd946 commit 5978f1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ appraise "administrate-0.15" do
gem "administrate", "0.15.0"
end

appraise "administrate-master" do
gem "administrate", git: "https://github.com/thoughtbot/administrate", branch: "master"
appraise "administrate-0.19" do
gem "administrate", "0.19.0"
end

0 comments on commit 5978f1a

Please sign in to comment.