Skip to content

Commit 353d475

Browse files
committed
use released browse-everything that works with Rails 8
1 parent 3ba928c commit 353d475

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ gem "traject", ">= 3.5" # to include support for HTTP basic auth in Solr url
123123

124124
gem 'simple_form', "~> 5.0"
125125

126-
gem "browse-everything", "~> 1.4", github: "samvera/browse-everything"
126+
gem "browse-everything", "~> 1.5"
127127
gem "qa", "~> 5.2", ">= 5.14.0"
128128
gem "shrine", "~> 3.3" #, path: "../shrine"
129129
# shrine-compat endpoint to get uppy to direct upload to S3 with resumable multi-part upload

Gemfile.lock

+11-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
GIT
2-
remote: https://github.com/samvera/browse-everything.git
3-
revision: 6aa0c78b66d978c937f48ab146155fae077d1c5c
4-
specs:
5-
browse-everything (1.4.0)
6-
addressable (~> 2.5)
7-
aws-sdk-s3
8-
dropbox_api (>= 0.1.20)
9-
google-apis-drive_v3
10-
googleauth (>= 0.6.6, < 2.0)
11-
rails (>= 4.2, < 8.1)
12-
ruby-box
13-
signet (~> 0.8)
14-
typhoeus
15-
161
GEM
172
remote: https://rubygems.org/
183
specs:
@@ -173,6 +158,16 @@ GEM
173158
bootstrap4-kaminari-views (1.0.1)
174159
kaminari (>= 0.13)
175160
rails (>= 3.1)
161+
browse-everything (1.5.0)
162+
addressable (~> 2.5)
163+
aws-sdk-s3
164+
dropbox_api (>= 0.1.20)
165+
google-apis-drive_v3
166+
googleauth (>= 0.6.6, < 2.0)
167+
rails (>= 4.2, < 8.1)
168+
ruby-box
169+
signet (~> 0.8)
170+
typhoeus
176171
browser (6.2.0)
177172
builder (3.3.0)
178173
byebug (11.1.3)
@@ -799,7 +794,7 @@ DEPENDENCIES
799794
blacklight_range_limit (= 9.0.0.beta2)
800795
bootsnap (>= 1.4.4)
801796
bootstrap4-kaminari-views
802-
browse-everything (~> 1.4)!
797+
browse-everything (~> 1.5)
803798
browser (~> 6.0)
804799
capybara (>= 2.15)
805800
capybara-screenshot

0 commit comments

Comments
 (0)