Skip to content

Commit c34503d

Browse files
committed
Update appraisals to use rails 5.0 release
1 parent 82bd4ef commit c34503d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Appraisals

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ appraise "rails-4-2" do
3838
end
3939

4040
appraise "rails-5-0" do
41-
gem "railties", ">= 5.0.0.beta2", "< 5.1"
42-
gem "actionpack", ">= 5.0.0.beta2", "< 5.1"
43-
gem "activemodel", ">= 5.0.0.beta2", "< 5.1"
41+
gem "railties", "~> 5.0.0"
42+
gem "actionpack", "~> 5.0.0"
43+
gem "activemodel", "~> 5.0.0"
4444
end

0 commit comments

Comments
 (0)