Skip to content

Commit

Permalink
use released browse-everything that works with Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Dec 12, 2024
1 parent 5f4c61d commit 8737d65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ gem "traject", ">= 3.5" # to include support for HTTP basic auth in Solr url

gem 'simple_form', "~> 5.0"

gem "browse-everything", "~> 1.4", github: "samvera/browse-everything"
gem "browse-everything", "~> 1.5"
gem "qa", "~> 5.2", ">= 5.14.0"
gem "shrine", "~> 3.3" #, path: "../shrine"
# shrine-compat endpoint to get uppy to direct upload to S3 with resumable multi-part upload
Expand Down
27 changes: 11 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
GIT
remote: https://github.com/samvera/browse-everything.git
revision: 6aa0c78b66d978c937f48ab146155fae077d1c5c
specs:
browse-everything (1.4.0)
addressable (~> 2.5)
aws-sdk-s3
dropbox_api (>= 0.1.20)
google-apis-drive_v3
googleauth (>= 0.6.6, < 2.0)
rails (>= 4.2, < 8.1)
ruby-box
signet (~> 0.8)
typhoeus

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -173,6 +158,16 @@ GEM
bootstrap4-kaminari-views (1.0.1)
kaminari (>= 0.13)
rails (>= 3.1)
browse-everything (1.5.0)
addressable (~> 2.5)
aws-sdk-s3
dropbox_api (>= 0.1.20)
google-apis-drive_v3
googleauth (>= 0.6.6, < 2.0)
rails (>= 4.2, < 8.1)
ruby-box
signet (~> 0.8)
typhoeus
browser (6.2.0)
builder (3.3.0)
byebug (11.1.3)
Expand Down Expand Up @@ -799,7 +794,7 @@ DEPENDENCIES
blacklight_range_limit (= 9.0.0.beta2)
bootsnap (>= 1.4.4)
bootstrap4-kaminari-views
browse-everything (~> 1.4)!
browse-everything (~> 1.5)
browser (~> 6.0)
capybara (>= 2.15)
capybara-screenshot
Expand Down

0 comments on commit 8737d65

Please sign in to comment.