Skip to content

Commit baf88e9

Browse files
authored
Remove Testing Matrix from README (#384)
* Remove Testing Matrix from README followup #383 Remove the matrix as it is no longer needed. We could mention support for Ruby 3.2+ and Rails 7.1+ in the README, but for now, I just removed the matrix. * Add #384 to Changelog
1 parent ea120d8 commit baf88e9

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22
## HEAD
33

4+
* Remove Testing Matrix from README [#384](https://github.com/Sorcery/sorcery/pull/384)
45
* Drop support for versions below Ruby 3.2 and Rails 7.1 [#383](https://github.com/Sorcery/sorcery/pull/383)
56
* Remove the dependency on OpenStruct in the test code [#382](https://github.com/Sorcery/sorcery/pull/382)
67
* Add Ruby 3.4 to CI matrix [#381](https://github.com/Sorcery/sorcery/pull/381)

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ Magical Authentication for Rails. Supports ActiveRecord, DataMapper, Mongoid and
2020

2121
Inspired by Restful Authentication, Authlogic and Devise. Crypto code taken almost unchanged from Authlogic. OAuth code inspired by OmniAuth and Ryan Bates's Railscast about it.
2222

23-
### Testing Matrix
24-
25-
Rails | 6.1 | 7.0 | 7.1 | 7.2 | 8.0
26-
--- | --- | --- | --- |--- |---
27-
Ruby 3.0 | ✅ | ✅ | ✅ | 🛑 | 🛑
28-
Ruby 3.1 | ✅ | ✅ | ✅ | ✅ | 🛑
29-
Ruby 3.2 | 🛑 | ✅ | ✅ | ✅ | ✅
30-
Ruby 3.3 | 🛑 | 🛑 | ✅ | ✅ | ✅
31-
Ruby 3.4 | 🛑 | 🛑 | ✅ | ✅ | ✅
32-
3323
### Philosophy
3424

3525
Sorcery is a stripped-down, bare-bones authentication library, with which you can write your own authentication flow. It was built with a few goals in mind:

0 commit comments

Comments
 (0)