-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix caching problem with new FOLIO auth scheme (#113)
* DACCESS-261: Rely on new version of cul-folio-edge (#109) * FOLIO token changes, authenticate returns a token expiration * Require latest version of cul_folio_edge; remove borrow_direct dependency (DACCESS-261) * Formatting * Remove 'newcatalog' references * Remove 'newcatalog' references --------- Co-authored-by: Melissa Wallace <[email protected]> Co-authored-by: Sarah Chintomby <[email protected]> * v2.3.1 - Fix bug in gemspec specification * Fix caching problem with new FOLIO auth scheme (#112) --------- Co-authored-by: Melissa Wallace <[email protected]> Co-authored-by: Sarah Chintomby <[email protected]>
- Loading branch information
1 parent
84a1745
commit 91e2c3d
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module MyAccount | ||
VERSION = '2.3.1' | ||
VERSION = '2.3.2' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters