Skip to content

Commit

Permalink
update sdr-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Jun 15, 2023
1 parent f765ec5 commit 41cd256
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gem 'redis', '~> 4.0'
gem 'reform', '~> 2.5.0'
gem 'reform-rails'
gem 'rubyzip', '~> 2.3'
gem 'sdr-client', '~> 2.0', github: 'sul-dlss/sdr-client', branch: 'handle-invalid-json'
gem 'sdr-client', '~> 2.0'
gem 'sidekiq', '~> 7.0'
gem 'sneakers', '~> 2.11' # rabbitMQ background processing
gem 'state_machines-activerecord'
Expand Down
24 changes: 9 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
GIT
remote: https://github.com/sul-dlss/sdr-client.git
revision: d28e787ac321b87586872eee938036b21b4a3f11
branch: handle-invalid-json
specs:
sdr-client (2.4.0)
activesupport
cocina-models (~> 0.90.0)
config
dry-monads
faraday (>= 0.16)
launchy

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -363,7 +350,7 @@ GEM
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.7.0)
racc (1.7.1)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -479,6 +466,13 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sdr-client (2.5.0)
activesupport
cocina-models (~> 0.90.0)
config
dry-monads
faraday (>= 0.16)
launchy
serverengine (2.1.1)
sigdump (~> 0.2.2)
set (1.0.3)
Expand Down Expand Up @@ -621,7 +615,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rubyzip (~> 2.3)
sdr-client (~> 2.0)!
sdr-client (~> 2.0)
sidekiq (~> 7.0)
simplecov
sneakers (~> 2.11)
Expand Down

0 comments on commit 41cd256

Please sign in to comment.