Skip to content

Commit

Permalink
Merge pull request #67 from GeorgeKaraszi/release/v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
GeorgeKaraszi authored Jan 20, 2022
2 parents 3d49e52 + 548f8b3 commit 4222f88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0 - January 20th 2022

## Changes

- [#47](https://github.com/GeorgeKaraszi/ActiveRecordExtended/pull/65) Added Rails 7.0 support (mbell697)

# 2.0.3 - June 25th 2021

#### Bug fixes:
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
PATH
remote: .
specs:
active_record_extended (2.0.3)
active_record_extended (2.1.0)
activerecord (>= 5.1, < 7.1.0)
ar_outer_joins (~> 0.2)
pg (< 3.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.4)
activesupport (= 6.1.4)
activerecord (6.1.4)
activemodel (= 6.1.4)
activesupport (= 6.1.4)
activesupport (6.1.4)
activemodel (7.0.1)
activesupport (= 7.0.1)
activerecord (7.0.1)
activemodel (= 7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ar_outer_joins (0.2.0)
activerecord (>= 3.2)
ast (2.4.1)
Expand All @@ -30,11 +29,11 @@ GEM
diff-lcs (1.3)
docile (1.3.2)
dotenv (2.7.5)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
json (2.3.1)
method_source (0.9.2)
minitest (5.14.4)
minitest (5.15.0)
niceql (0.1.25)
parallel (1.20.1)
parser (2.7.2.0)
Expand Down Expand Up @@ -87,7 +86,6 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_extended/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordExtended
VERSION = "2.0.3"
VERSION = "2.1.0"
end

0 comments on commit 4222f88

Please sign in to comment.