dor-services-client 15.6.1 → 15.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 628ca0ee6926edfd69eaffaa5725e9a60bf80f6600069e72bfadadfbeab841d1
4
- data.tar.gz: aa3f55fa72a634c049582119615fafb5e0dfcbbe876942214066e6fb1de07658
3
+ metadata.gz: 871031f2af7a6417f9c64639273f1fd8629d958d95049caf860e600a652c9d92
4
+ data.tar.gz: 52f24cbc003ea48df49cb72fbc1b6b443a1b8f1b83be4d322990292faa986d72
5
5
  SHA512:
6
- metadata.gz: 76781573fe3edadb6fe22975f1060572182e399f33dd6b68c98d5d51ba0e1a7269adf55041fa9ca9f4d16a9731bc6069d1be25aaaf07599ba92cd9c7598ad338
7
- data.tar.gz: 6ed7f2c5c94a14c5faa5f86ef95da782652569d9c12a29dc18e55aa91c44c7de136346a6730d8b899ec3214eb66ac1d97610097cd26a48ad06a9b5834bfe74d1
6
+ metadata.gz: bdbd8295485dcdb7725c7e15c0366d10a48645b79f0f0c2f454a39ae6134c0d3d93b110dae3d30ff19de9f0b9ec7dfe1c00622fe8d9791cec47200819cba1da5
7
+ data.tar.gz: 729520ad75a06b6a42f4b5fcbdfc401ef5358e334b76a347915cb178a80540ba97f31c8d3e8fb8141562dbf0a514cbe91c30a743fb0056d6d184f2ce424f7443
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (15.6.1)
4
+ dor-services-client (15.7.0)
5
5
  activesupport (>= 7.0.0)
6
6
  cocina-models (~> 0.101.1)
7
7
  deprecation
@@ -48,7 +48,7 @@ GEM
48
48
  thor
49
49
  zeitwerk (~> 2.1)
50
50
  concurrent-ruby (1.3.5)
51
- connection_pool (2.5.0)
51
+ connection_pool (2.5.2)
52
52
  crack (1.0.0)
53
53
  bigdecimal
54
54
  rexml
@@ -83,7 +83,7 @@ GEM
83
83
  activesupport (>= 3.0, < 9.0)
84
84
  equivalent-xml (0.6.0)
85
85
  nokogiri (>= 1.4.3)
86
- faraday (2.13.0)
86
+ faraday (2.13.1)
87
87
  faraday-net_http (>= 2.0, < 3.5)
88
88
  json
89
89
  logger
@@ -95,7 +95,7 @@ GEM
95
95
  i18n (1.14.7)
96
96
  concurrent-ruby (~> 1.0)
97
97
  ice_nine (0.11.2)
98
- json (2.10.2)
98
+ json (2.11.3)
99
99
  jsonpath (1.1.5)
100
100
  multi_json
101
101
  language_server-protocol (3.17.0.4)
@@ -105,15 +105,15 @@ GEM
105
105
  multi_json (1.15.0)
106
106
  net-http (0.6.0)
107
107
  uri
108
- nokogiri (1.18.7-arm64-darwin)
108
+ nokogiri (1.18.8-arm64-darwin)
109
109
  racc (~> 1.4)
110
- nokogiri (1.18.7-x86_64-darwin)
110
+ nokogiri (1.18.8-x86_64-darwin)
111
111
  racc (~> 1.4)
112
- nokogiri (1.18.7-x86_64-linux-gnu)
112
+ nokogiri (1.18.8-x86_64-linux-gnu)
113
113
  racc (~> 1.4)
114
114
  openapi_parser (1.0.0)
115
115
  optimist (3.2.1)
116
- parallel (1.26.3)
116
+ parallel (1.27.0)
117
117
  parser (3.3.8.0)
118
118
  ast (~> 2.4.1)
119
119
  racc
@@ -139,7 +139,7 @@ GEM
139
139
  diff-lcs (>= 1.2.0, < 2.0)
140
140
  rspec-support (~> 3.13.0)
141
141
  rspec-support (3.13.2)
142
- rubocop (1.75.2)
142
+ rubocop (1.75.3)
143
143
  json (~> 2.3)
144
144
  language_server-protocol (~> 3.17.0.2)
145
145
  lint_roller (~> 1.1.0)
@@ -153,7 +153,7 @@ GEM
153
153
  rubocop-ast (1.44.1)
154
154
  parser (>= 3.3.7.2)
155
155
  prism (~> 1.4)
156
- rubocop-rspec (3.5.0)
156
+ rubocop-rspec (3.6.0)
157
157
  lint_roller (~> 1.1)
158
158
  rubocop (~> 1.72, >= 1.72.1)
159
159
  ruby-progressbar (1.13.0)
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '15.6.1'
6
+ VERSION = '15.7.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor-services-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.6.1
4
+ version: 15.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  - Michael Giarlo
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-18 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport