File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
lib/active_record_extended Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- 2.4.10
1+ 2.5.7
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 2.0.0 - December 22nd 2020
22
33## Changes
44
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- active_record_extended (1.4 .0 )
4+ active_record_extended (2.0 .0 )
55 activerecord (>= 5.1 , < 6.2 )
66 ar_outer_joins (~> 0.2 )
77 pg (< 3.0 )
4040 parser (2.7.2.0 )
4141 ast (~> 2.4.1 )
4242 pg (1.2.3 )
43- pg (1.2.3-x64-mingw32 )
4443 pry (0.11.3 )
4544 coderay (~> 1.1.0 )
4645 method_source (~> 0.9.0 )
Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ Active Record Extended is essentially providing users with the other half of Pos
5252## Compatibility
5353
5454This package is designed align and work with any officially supported Ruby and Rails versions.
55- - Minimum Ruby Version: 2.3.x ** (EOL warning!)**
56- - Minimum Rails Version: 5.0.x ** (EOL warning!)**
57- - Latest Ruby supported: 2.6.x
58- - Latest Rails supported: 6.0.x
59- - Postgres: 9.6-current(11) (probably works with most older versions to a certain point)
55+ - Minimum Ruby Version: 2.4.x ** (EOL warning!)**
56+ - Minimum Rails Version: 5.1.x ** (EOL warning!)**
57+ - Minimum Postgres Version: 9.6.x ** (EOL warning!)**
58+ - Latest Ruby supported: 2.7.x
59+ - Latest Rails supported: 6.1.x
60+ - Postgres: 9.6-current(13) (probably works with most older versions to a certain point)
6061
6162## Installation
6263
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ActiveRecordExtended
4- VERSION = "1.4 .0"
4+ VERSION = "2.0 .0"
55end
You can’t perform that action at this time.
0 commit comments