Skip to content

Commit

Permalink
pin blacklight to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Sep 18, 2024
1 parent 95e7c58 commit 388267d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ group :production do
gem 'pg'
end

#gem 'blacklight', '~> 8.3'
gem 'blacklight', github: 'projectblacklight/blacklight', branch: 'main'
gem 'blacklight', '~> 8.4'
gem 'rsolr' # required for Blacklight
gem 'geoblacklight', github: 'geoblacklight/geoblacklight', tag: 'v5.0.0-alpha.10'
gem 'faraday', '~> 2.0'
Expand Down
25 changes: 10 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ GIT
vite_rails (~> 3.0)
zeitwerk

GIT
remote: https://github.com/projectblacklight/blacklight.git
revision: c4ce13eee7eb0819c72f35a46db4eb565e6dfaa6
branch: main
specs:
blacklight (8.3.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 6.1, < 8)
view_component (>= 2.66, < 4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -128,6 +114,15 @@ GEM
bcrypt_pbkdf (1.1.1-x86_64-darwin)
bigdecimal (3.1.8)
bindex (0.8.1)
blacklight (8.4.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 6.1, < 8)
view_component (>= 2.66, < 4)
zeitwerk
blacklight_dynamic_sitemap (0.6.0)
blacklight (> 6.0)
rails
Expand Down Expand Up @@ -612,7 +607,7 @@ PLATFORMS
DEPENDENCIES
axe-core-rspec
bcrypt_pbkdf (~> 1.1)
blacklight!
blacklight (~> 8.4)
blacklight_dynamic_sitemap (~> 0.3)
bootsnap (>= 1.1.0)
bootstrap (~> 5.3)
Expand Down

0 comments on commit 388267d

Please sign in to comment.