Skip to content

Commit

Permalink
Merge pull request #69 from GeorgeKaraszi/release/2.1.1
Browse files Browse the repository at this point in the history
Release 2.1.1
  • Loading branch information
GeorgeKaraszi authored Feb 14, 2022
2 parents d9c187e + a99a889 commit 7bbce1c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 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.1 - February 14th 2022

## Changes

- [#68](https://github.com/GeorgeKaraszi/ActiveRecordExtended/pull/68) Defer extending Either onto ActiveRecord until ActiveRecord is loaded (cgunther)

# 2.1.0 - January 20th 2022

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

GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.1)
activesupport (= 7.0.1)
activerecord (7.0.1)
activemodel (= 7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
activemodel (7.0.2.2)
activesupport (= 7.0.2.2)
activerecord (7.0.2.2)
activemodel (= 7.0.2.2)
activesupport (= 7.0.2.2)
activesupport (7.0.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -29,7 +29,7 @@ GEM
diff-lcs (1.3)
docile (1.3.2)
dotenv (2.7.5)
i18n (1.8.11)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
json (2.3.1)
method_source (0.9.2)
Expand All @@ -38,8 +38,8 @@ GEM
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
pg (1.3.2)
pg (1.3.2-x64-mingw32)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
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.1.0"
VERSION = "2.1.1"
end

0 comments on commit 7bbce1c

Please sign in to comment.