Skip to content

Commit

Permalink
specify rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeougher committed Jan 7, 2025
1 parent ed34135 commit 224c836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
appraise "circuitbox-1" do
gem "circuitbox", "~> 1.1.1"
gem "rails", "~> 6.1.0" # Locks to Rails 6.1.x
end

appraise "circuitbox-2" do
gem "circuitbox", "~> 2.0.0"
end
gem "rails", "~> 7.0.0" # Or whichever Rails version is compatible with circuitbox 2.0
end

0 comments on commit 224c836

Please sign in to comment.