You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,18 @@ Development/Test:
29
29
- rake (~> 10.5)
30
30
- rspec (~> 3.4)
31
31
- sqlite3 (~> 1.3)
32
-
- simplecov (~> 0.11.2)
33
-
-factory_girl (~> 4.5)
32
+
- simplecov (~> 0.16.1)
33
+
-factory_bot (~> 4.8.2)
34
34
35
35
## Compatibility
36
36
37
-
Tested with Ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15] against ActiveRecord 5.1.3 on macOS Sierra 10.12.6 (16G29).
37
+
Tested with Ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16] against ActiveRecord 5.1.4 on macOS Sierra 10.13.4 (17E202).
38
38
39
39
**AttrCipher** uses OpenSSL to perform the cipher.
40
40
41
41
## Usage
42
42
43
-
**AttrCipher** uses a global secret by default and it must be at least 100 characters or more. You can set the secret by setting `AttrCipher.secret`; (e.g. `$ openssl rand -hex 50`).
43
+
**AttrCipher** uses a global secret by default and it must be at least 100 characters or more. You can set the secret by setting `AttrCipher.secret` (e.g. `$ openssl rand -hex 50`).
0 commit comments