Skip to content

Commit

Permalink
v2.3.1: Fix bug in gemspec specification (#111)
Browse files Browse the repository at this point in the history
* 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 <mhk33@cornell.edu>
Co-authored-by: Sarah Chintomby <sac356@cornell.edu>

* v2.3.1 - Fix bug in gemspec specification

---------

Co-authored-by: Melissa Wallace <mhk33@cornell.edu>
Co-authored-by: Sarah Chintomby <sac356@cornell.edu>
  • Loading branch information
3 people authored Aug 20, 2024
1 parent 0cea3d4 commit 84a1745
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/my_account/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MyAccount
VERSION = '2.3'
VERSION = '2.3.1'
end
2 changes: 1 addition & 1 deletion my_account.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'blacklight',['>= 7.0']
s.add_dependency 'xml-simple'
s.add_dependency 'rest-client'
s.add_dependency 'cul-folio-edge', '~3.1'
s.add_dependency 'cul-folio-edge', '~> 3.1'

s.add_development_dependency "sqlite3"
end
5 changes: 5 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes - my-account

## [2.3.1] - 2024-08-20

### Fixed
- Bad gemspec requirement for `cul-folio-edge` causing bundler to fail

## [2.3] - 2024-08-12

### Changed
Expand Down

0 comments on commit 84a1745

Please sign in to comment.