Skip to content

Commit

Permalink
Ruby version note in CONTRIBUTING and README, fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
smathy committed Dec 15, 2014
1 parent ed06456 commit e389b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit e389b37

Please sign in to comment.