Skip to content

Commit

Permalink
Use collectionspace-mapper 6.0.2
Browse files Browse the repository at this point in the history
Properly handles unparsed JSON string batch config (Previously
expected a Hash created from parsed JSON)
  • Loading branch information
kspurgin committed Sep 13, 2024
1 parent 0e891c6 commit 39ef1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'aws-sdk-s3', require: false
gem 'bulma-rails', '~> 0.9.0'

gem 'collectionspace-client', tag: 'v0.15.1', git: 'https://github.com/collectionspace/collectionspace-client.git'
gem 'collectionspace-mapper', tag: 'v6.0.1', git: 'https://github.com/collectionspace/collectionspace-mapper.git'
gem 'collectionspace-mapper', tag: 'v6.0.2', git: 'https://github.com/collectionspace/collectionspace-mapper.git'
gem 'collectionspace-refcache', tag: 'v1.0.0', git: 'https://github.com/collectionspace/collectionspace-refcache.git'

gem 'csvlint',
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ GIT

GIT
remote: https://github.com/collectionspace/collectionspace-mapper.git
revision: 30c025d42e8cb0fbb438c9f376d43e217c13a67b
tag: v6.0.1
revision: fe3b3faa4a2b6b56d8ff1aefd8d6211323f8b429
tag: v6.0.2
specs:
collectionspace-mapper (6.0.1)
collectionspace-mapper (6.0.2)
activesupport (= 6.0.4.7)
chronic
collectionspace-client (~> 0.15.0)
Expand Down

0 comments on commit 39ef1b5

Please sign in to comment.