Skip to content

Commit 319bf71

Browse files
authored
Upgrade blacklight_oai_provider for visibility fix (#1660)
1 parent 150cc8e commit 319bf71

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git'
8585
gem 'willow_sword', git: 'https://github.com/notch8/willow_sword.git'
8686

8787
gem 'blacklight', '~> 6.7'
88-
gem 'blacklight_oai_provider', '~> 6.0'
88+
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'
8989

9090
gem 'hyrax', '~> 2.9', '>= 2.9.1'
9191

Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ GEM
166166
bootstrap-sass (~> 3.0)
167167
openseadragon (>= 0.2.0)
168168
rails
169-
blacklight_oai_provider (6.0.0)
169+
blacklight_oai_provider (6.1.1)
170170
blacklight (~> 6.0)
171-
oai (~> 0.4)
172-
rails (>= 4.2, < 6)
171+
oai (~> 1.0)
173172
bootstrap-datepicker-rails (1.9.0.1)
174173
railties (>= 3.0)
175174
bootstrap-sass (3.4.1)
@@ -648,7 +647,7 @@ GEM
648647
activesupport (>= 3.2.18)
649648
i18n
650649
nokogiri
651-
oai (0.4.0)
650+
oai (1.1.0)
652651
builder (>= 3.1.0)
653652
faraday
654653
faraday_middleware
@@ -1002,7 +1001,7 @@ DEPENDENCIES
10021001
apartment
10031002
aws-sdk-sqs
10041003
blacklight (~> 6.7)
1005-
blacklight_oai_provider (~> 6.0)
1004+
blacklight_oai_provider (~> 6.1, >= 6.1.1)
10061005
bootstrap-datepicker-rails
10071006
bulkrax!
10081007
byebug

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyku
2-
VERSION = '3.0'.freeze
2+
VERSION = '3.0.1'.freeze
33
end

0 commit comments

Comments
 (0)