From e389b37bc56c29060902e2f9e3930f60c6191015 Mon Sep 17 00:00:00 2001 From: Jason King Date: Mon, 15 Dec 2014 11:35:44 -0800 Subject: [PATCH] Ruby version note in CONTRIBUTING and README, fixes #83 --- CONTRIBUTING.md | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2575b58..571e3be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,10 @@ and submit a pull request. ### Setup +We have a `.ruby-version` file, so if you use a ruby manager that +understands that then you might need to install that version of ruby, but you +should know how to do that yourself. + You should be able to just fork the repo and run `bundle && rake` to see the tests running. diff --git a/README.md b/README.md index 4f7f314..920a9a7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Acl9 is [Semantically Versioned](http://semver.org/), so just add this to your gem 'acl9', '~> 1.0' ``` +You will need Ruby 2.x + We dropped support for Rails < 4 in the 1.x releases, so if you're still using Rails 2.x or 3.x then you'll want this: