Commit 05e408bc8900164c2d0ff183e4baa64d9641d086
Document support for 2.2 on Win and 2.3 in general
T.J. Schuck committed on 3/6/2016, 5:25:33 AMParent: 7f8e274181854d965c3b53e58edc0160cfd6262b
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -29,10 +29,10 @@ | ||
29 | 29 | |
30 | 30 | The bcrypt gem is available on the following ruby platforms: |
31 | 31 | |
32 | 32 | * JRuby |
33 | -* RubyInstaller 1.8, 1.9, 2.0, and 2.1 builds on win32 | |
34 | -* Any 1.8, 1.9, 2.0, 2.1, or 2.2 Ruby on a BSD/OS X/Linux system with a compiler | |
33 | +* RubyInstaller 1.8, 1.9, 2.0, 2.1, and 2.2 builds on win32 | |
34 | +* Any 1.8, 1.9, 2.0, 2.1, 2.2, or 2.3 Ruby on a BSD/OS X/Linux system with a compiler | |
35 | 35 | |
36 | 36 | ## How to use `bcrypt()` in your Rails application |
37 | 37 | |
38 | 38 | *Note*: Rails versions >= 3 ship with `ActiveModel::SecurePassword` which uses bcrypt-ruby. |
Built with git-ssb-web