We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bd4ef commit c34503dCopy full SHA for c34503d
Appraisals
@@ -38,7 +38,7 @@ appraise "rails-4-2" do
38
end
39
40
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"
+ gem "railties", "~> 5.0.0"
+ gem "actionpack", "~> 5.0.0"
+ gem "activemodel", "~> 5.0.0"
44
0 commit comments