Skip to content

Commit

Permalink
active_record_extended over active_record_union
Browse files Browse the repository at this point in the history
  • Loading branch information
user512 committed Aug 2, 2020
1 parent 834c132 commit 38dbfa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion convene-web/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'active_record_union'
gem 'active_record_extended'
10 changes: 7 additions & 3 deletions convene-web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_record_union (1.3.0)
activerecord (>= 4.0)
active_record_extended (1.4.0)
activerecord (>= 5.0, < 6.1)
ar_outer_joins (~> 0.2)
pg (< 2.0)
activejob (6.0.3.2)
activesupport (= 6.0.3.2)
globalid (>= 0.3.6)
Expand All @@ -58,6 +60,8 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ar_outer_joins (0.2.0)
activerecord (>= 3.2)
bcrypt (3.1.15)
bindex (0.8.1)
bootsnap (1.4.7)
Expand Down Expand Up @@ -180,7 +184,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_record_union
active_record_extended
bcrypt (~> 3.1.7)
bootsnap (>= 1.4.2)
byebug
Expand Down

0 comments on commit 38dbfa1

Please sign in to comment.