Switch to using FrozenRecord for loading communities
This allows us to query the records to get the local chapters, which is more flexible and allows us to use other resources too.
This commit is contained in:
parent
819e5ecf94
commit
bb7f5ac2c8
7 changed files with 31 additions and 49 deletions
|
@ -233,6 +233,8 @@ GEM
|
|||
rake
|
||||
ffi-libarchive (1.1.3)
|
||||
ffi (~> 1.0)
|
||||
frozen_record (0.26.0)
|
||||
activemodel
|
||||
fspath (3.1.2)
|
||||
gd2-ffij (0.4.0)
|
||||
ffi (>= 1.0.0)
|
||||
|
@ -530,6 +532,7 @@ DEPENDENCIES
|
|||
factory_bot_rails
|
||||
faraday
|
||||
ffi-libarchive
|
||||
frozen_record
|
||||
gd2-ffij (>= 0.4.0)
|
||||
htmlentities
|
||||
http_accept_language (~> 2.1.1)
|
||||
|
@ -586,4 +589,4 @@ DEPENDENCIES
|
|||
webmock
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.16
|
||||
2.2.19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue