Skip to content

Commit

Permalink
Upgrade blacklight_oai_provider for visibility fix (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Feb 6, 2021
1 parent 150cc8e commit 319bf71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git'
gem 'willow_sword', git: 'https://github.com/notch8/willow_sword.git'

gem 'blacklight', '~> 6.7'
gem 'blacklight_oai_provider', '~> 6.0'
gem 'blacklight_oai_provider', '~> 6.1', '>= 6.1.1'

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

Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,9 @@ GEM
bootstrap-sass (~> 3.0)
openseadragon (>= 0.2.0)
rails
blacklight_oai_provider (6.0.0)
blacklight_oai_provider (6.1.1)
blacklight (~> 6.0)
oai (~> 0.4)
rails (>= 4.2, < 6)
oai (~> 1.0)
bootstrap-datepicker-rails (1.9.0.1)
railties (>= 3.0)
bootstrap-sass (3.4.1)
Expand Down Expand Up @@ -648,7 +647,7 @@ GEM
activesupport (>= 3.2.18)
i18n
nokogiri
oai (0.4.0)
oai (1.1.0)
builder (>= 3.1.0)
faraday
faraday_middleware
Expand Down Expand Up @@ -1002,7 +1001,7 @@ DEPENDENCIES
apartment
aws-sdk-sqs
blacklight (~> 6.7)
blacklight_oai_provider (~> 6.0)
blacklight_oai_provider (~> 6.1, >= 6.1.1)
bootstrap-datepicker-rails
bulkrax!
byebug
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyku
VERSION = '3.0'.freeze
VERSION = '3.0.1'.freeze
end

0 comments on commit 319bf71

Please sign in to comment.