Skip to content

Commit

Permalink
Use a tagged version (v6.3.1) of TRLN blacklight-hierarchy fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanaery committed Feb 26, 2024
1 parent 5d7aef8 commit 59f5589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/generators/trln_argon/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ def verify_blacklight_installed
raise 'Install Blacklight before installing TRLN Argon.'
end

# TODO: temporarily load a branch of our fork of blacklight-hierarchy
# Can remove once our fork is published on rubygems
# Load our TRLN fork of the blacklight-hierarchy gem
# TODO: remove in favor of trln_argon.gemspec once our fork is
# published on rubygems
def install_trln_fork_hierarchy
say_status('warning', 'Installing trln fork of blacklight-hierarchy', :yellow)
say_status('warning', 'Installing TRLN fork of blacklight-hierarchy', :yellow)

gem 'blacklight-hierarchy', git: 'https://github.com/trln/blacklight-hierarchy',
branch: 'configurable-labels-and-sort'
gem 'blacklight-hierarchy', git: 'https://github.com/trln/blacklight-hierarchy', tag: 'v6.3.1'
Bundler.with_clean_env do
run 'bundle install'
end
Expand Down
1 change: 0 additions & 1 deletion lib/trln_argon/engine.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'blacklight'
require 'blacklight_advanced_search'
# require 'trln-blacklight-hierarchy'
require 'blacklight_range_limit'
require 'rails_autolink'
require 'library_stdnums'
Expand Down

0 comments on commit 59f5589

Please sign in to comment.