Skip to content

Commit

Permalink
lock down rails
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeougher committed Jan 7, 2025
1 parent 224c836 commit d3d28b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ end

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

0 comments on commit d3d28b6

Please sign in to comment.