Skip to content

Commit 7646679

Browse files
johnnyshieldsp
andauthored
MONGOID-5171 - Make the minimum Ruby version 2.5 (#5058)
* MONGOID-5171 - Make the minimum Ruby version 2.5. Also get rid of the "ruby_version" module, which seems unused/out-of-date. * revert doc change * add 7.4 to compat tables removing Ruby 2.3/2.4 from it Co-authored-by: shields <[email protected]> Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 58b10f0 commit 7646679

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

source/reference/compatibility.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ specified Mongoid versions.
3434
- Driver 2.15-2.10
3535
- Driver 2.9-2.7
3636

37+
* - 7.4
38+
- |checkmark|
39+
-
40+
3741
* - 7.3
3842
- |checkmark|
3943
-
@@ -77,6 +81,16 @@ is deprecated.
7781
- Ruby 2.2
7882
- JRuby 9.2
7983

84+
* - 7.4
85+
- |checkmark|
86+
- |checkmark|
87+
- |checkmark|
88+
- |checkmark|
89+
-
90+
-
91+
-
92+
- |checkmark|
93+
8094
* - 7.3
8195
- |checkmark| [#mongoid-7.3-ruby-3.0]_
8296
- |checkmark|
@@ -165,6 +179,16 @@ for driver compatibility matrices.
165179
- MongoDB 3.0
166180
- MongoDB 2.6
167181

182+
* - 7.4
183+
- |checkmark|
184+
- |checkmark|
185+
- |checkmark|
186+
- |checkmark|
187+
- |checkmark|
188+
- |checkmark|
189+
- |checkmark|
190+
- |checkmark|
191+
168192
* - 7.3
169193
- |checkmark|
170194
- |checkmark|
@@ -237,6 +261,14 @@ are supported by Mongoid.
237261
- Rails 5.0
238262
- Rails 4.2
239263

264+
* - 7.4
265+
- |checkmark|
266+
- |checkmark|
267+
- |checkmark| [#rails-5-ruby-3.0]_
268+
- |checkmark| [#rails-5-ruby-3.0]_
269+
-
270+
-
271+
240272
* - 7.3
241273
- |checkmark|
242274
- |checkmark|

source/release-notes/mongoid-7.4.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ please consult GitHub releases for detailed release notes and JIRA for
1818
the complete list of issues fixed in each release, including bug fixes.
1919

2020

21+
Ruby Version Support
22+
--------------------
23+
24+
As of version 7.4, Mongoid supports Ruby 2.5+.
25+
Support for Ruby 2.4 and earlier has been dropped.
26+
27+
2128
``===`` Operator Matches Ruby Semantics
2229
---------------------------------------
2330

0 commit comments

Comments
 (0)