Skip to content

Commit

Permalink
Merge pull request #1394 from sul-dlss/pin-gbl
Browse files Browse the repository at this point in the history
Pin geoblacklight to v5.0.0-alpha.10
  • Loading branch information
dnoneill authored Sep 9, 2024
2 parents d40f955 + 078785a commit c1d9142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
#gem 'blacklight', '~> 8.3'
gem 'blacklight', github: 'projectblacklight/blacklight', branch: 'main'
gem 'rsolr' # required for Blacklight
gem 'geoblacklight', github: 'geoblacklight/geoblacklight', branch: 'main'
gem 'geoblacklight', github: 'geoblacklight/geoblacklight', tag: 'v5.0.0-alpha.10'
gem 'faraday', '~> 2.0'
gem "devise"
gem "devise-guests", ">= 0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/geoblacklight/geoblacklight.git
revision: eec0950b765b4e31af9c63104d8d96caf368a292
branch: main
tag: v5.0.0-alpha.10
specs:
geoblacklight (5.0.0.pre.alpha.10)
blacklight (~> 8.0)
Expand Down

0 comments on commit c1d9142

Please sign in to comment.