Skip to content

Commit

Permalink
Merge pull request #1027 from UNC-Libraries/hyc-1790-start-over
Browse files Browse the repository at this point in the history
HYC-1790 - Advanced search "start over" button (hyrax-4)
  • Loading branch information
sharonluong authored Oct 16, 2023
2 parents 297eed3 + 7872633 commit 9848d6c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git_source(:github) do |repo_name|
end

gem 'active-fedora', '~> 14.0'
gem 'blacklight', git: 'https://github.com/UNC-Libraries/blacklight.git', branch: 'advanced_start_over'
gem 'blacklight_advanced_search', '~> 8.0.0.alpha2'
gem 'blacklight_oai_provider', '7.0.2'
gem 'blacklight_range_limit', '~> 8.3.0'
Expand Down
27 changes: 17 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
GIT
remote: https://github.com/UNC-Libraries/blacklight.git
revision: a68a03f3871aeb49ec897b9007122c0ad033e4e6
branch: advanced_start_over
specs:
blacklight (7.34.0)
deprecation
globalid
hashdiff
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (>= 2.66, < 4)

GIT
remote: https://github.com/UNC-Libraries/bulkrax.git
revision: ccbc380e1a51543017b9ddab5cd5d03f46fd293d
Expand Down Expand Up @@ -202,16 +218,6 @@ GEM
i18n
bcrypt (3.1.19)
bindex (0.8.1)
blacklight (7.33.1)
deprecation
globalid
hashdiff
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (~> 2.66)
blacklight-access_controls (6.0.1)
blacklight (> 6.0, < 8)
cancancan (>= 1.8)
Expand Down Expand Up @@ -1076,6 +1082,7 @@ PLATFORMS

DEPENDENCIES
active-fedora (~> 14.0)
blacklight!
blacklight_advanced_search (~> 8.0.0.alpha2)
blacklight_oai_provider (= 7.0.2)
blacklight_range_limit (~> 8.3.0)
Expand Down

0 comments on commit 9848d6c

Please sign in to comment.