Skip to content

Commit ac493a3

Browse files
authored
Merge pull request #762 from CDLUC3/bug/ror-download
Fix ROR sync issue and update dependencies
2 parents 4cd8479 + 96ea9b2 commit ac493a3

File tree

6 files changed

+191
-170
lines changed

6 files changed

+191
-170
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## DMPTool Releases
44

5+
### v5.47
6+
- Fix issue with ROR migration script
7+
- Update all gem dependencies
8+
- Update JS dependencies
9+
510
### v5.46
611
- Upgrade to Ruby 3.3
712
- Update all gem dependencies

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ gem 'bootsnap', require: false
6666
# (http://github.com/plataformatec/responders)
6767
# gem "responders"
6868

69+
gem "rubyzip"
70+
6971
# ============= #
7072
# CONFIGURATION #
7173
# ============= #

0 commit comments

Comments
 (0)