Skip to content

Commit

Permalink
Merge pull request #492 from pulibrary/476-blacklight-upgrade
Browse files Browse the repository at this point in the history
[#476] Update blacklight to 8.3.0
  • Loading branch information
christinach authored Sep 25, 2024
2 parents e27c0ae + cbf214b commit 245d207
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'jquery-rails'
gem 'jbuilder', '~> 2.5'

gem 'pg'
gem "blacklight", '~> 8.1.0'
gem "blacklight", '~> 8.3.0'
gem "view_component", "~> 2.66"

gem 'sshkit'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.8)
blacklight (8.1.0)
blacklight (8.3.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
Expand Down Expand Up @@ -463,7 +463,7 @@ PLATFORMS

DEPENDENCIES
bcrypt_pbkdf
blacklight (~> 8.1.0)
blacklight (~> 8.3.0)
bootstrap (~> 4.6)
byebug
capistrano
Expand Down
2 changes: 1 addition & 1 deletion spec/system/flash_messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
click_link('Log Out')
visit '/catalog'
expect(page).to have_text('Signed out successfully.')
find('#main-flashes > div > div > button-tag > span').click
find('#main-flashes > div > div > button > span').click
expect(page).to have_no_content('Signed out successfully.')
end
end
2 changes: 1 addition & 1 deletion spec/system/show_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

it 'has a bookmark checkbox' do
visit '/catalog/resource3'
expect(page).to have_css('#bookmark_toggle_resource3', visible: :hidden)
expect(page).to have_css('input.toggle-bookmark')
end

it 'has no citation link' do
Expand Down

0 comments on commit 245d207

Please sign in to comment.