Appraisals in crypt_keeper-1.1.1 vs Appraisals in crypt_keeper-2.0.0.rc1

- old
+ new

@@ -5,5 +5,10 @@ appraise "activerecord_5_0" do gem "activerecord", "~> 5.0.0" gem "activesupport", "~> 5.0.0" end + +appraise "activerecord_5_1" do + gem "activerecord", "~> 5.1.0" + gem "activesupport", "~> 5.1.0" +end