Skip to content

Commit

Permalink
Upgrade rack, puma and browse-everything (#964)
Browse files Browse the repository at this point in the history
* upgrade rack to 2.2.3

* update puma/browse-everything

Co-authored-by: crowesn <[email protected]>
  • Loading branch information
crowesn and crowesn authored Feb 3, 2022
1 parent 9123a0c commit fceb5e1
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ end
gem 'bigdecimal', '1.3.5'

# For BrowseEverything to work with Hyrax 2.x then we need to pin BE
gem 'browse-everything', '1.0.2'
gem 'browse-everything', '1.1.0'

gem 'bulkrax', git: 'https://github.com/uclibs/bulkrax.git', ref: '4ad295999ff6c2f095ad3dc2fa67cd9a05f6b77f'
gem 'hydra-remote_identifier', github: 'uclibs/hydra-remote_identifier', branch: 'scholar-datacite'
gem 'kaltura', '0.1.1'
gem 'rack', '2.0.8'
gem 'rack', '2.2.3'
gem 'sidekiq-limit_fetch'
gem 'willow_sword', github: 'notch8/willow_sword'

Expand All @@ -28,7 +28,7 @@ gem 'rails', '~> 5.1.7'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '1.3.13'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 4.3.8'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
134 changes: 67 additions & 67 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ GEM
activesupport (>= 3.0.0)
rdf (>= 2.0.2, < 4.0)
rdf-vocab (>= 2.0, < 4.0)
active_attr (0.15.3)
actionpack (>= 3.0.2, < 7.0)
activemodel (>= 3.0.2, < 7.0)
activesupport (>= 3.0.2, < 7.0)
active_attr (0.15.4)
actionpack (>= 3.0.2, < 7.1)
activemodel (>= 3.0.2, < 7.1)
activesupport (>= 3.0.2, < 7.1)
active_encode (0.8.2)
rails
sprockets (< 4)
Expand Down Expand Up @@ -154,8 +154,8 @@ GEM
awesome_nested_set (3.4.0)
activerecord (>= 4.0.0, < 7.0)
aws-eventstream (1.2.0)
aws-partitions (1.550.0)
aws-sdk-core (3.125.5)
aws-partitions (1.551.0)
aws-sdk-core (3.125.6)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -216,21 +216,19 @@ GEM
bootstrap_form (4.4.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
brakeman (5.1.1)
brakeman (5.2.1)
breadcrumbs_on_rails (3.0.1)
browse-everything (1.0.2)
browse-everything (1.1.0)
addressable (~> 2.5)
aws-sdk-s3
dropbox_api (>= 0.1.10)
google-api-client (~> 0.23)
google_drive (~> 2.1)
googleauth (= 0.6.6)
puma (~> 3.11)
google_drive (>= 2.1, < 4)
googleauth (>= 0.6.6, < 1.0)
rails (>= 4.2, < 6.0)
ruby-box
signet (~> 0.8)
sprockets (~> 3.7)
thor (~> 0.19)
typhoeus
builder (3.2.4)
bundler-audit (0.7.0.1)
Expand Down Expand Up @@ -268,7 +266,7 @@ GEM
ssrf_filter (~> 1.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
clamby (1.6.6)
clamby (1.6.8)
clipboard-rails (1.7.1)
coderay (1.1.3)
coercible (1.0.0)
Expand Down Expand Up @@ -308,9 +306,9 @@ GEM
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
devise-guests (0.7.0)
devise-guests (0.8.1)
devise
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.4.0)
docopt (0.5.0)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -422,26 +420,27 @@ GEM
geocoder (1.7.3)
globalid (1.0.0)
activesupport (>= 5.0)
google-api-client (0.32.1)
google-api-client (0.52.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.5, < 0.10.0)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.10)
google_drive (2.1.3)
rexml
signet (~> 0.12)
google_drive (3.0.6)
google-api-client (>= 0.11.0, < 1.0.0)
googleauth (>= 0.5.0, < 1.0.0)
nokogiri (>= 1.5.3, < 2.0.0)
googleauth (0.6.6)
googleauth (0.10.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
grape (1.5.3)
signet (~> 0.12)
grape (1.6.2)
activesupport
builder
dry-types (>= 1.1)
Expand All @@ -454,19 +453,19 @@ GEM
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
hashie (4.1.0)
hashie (5.0.0)
hiredis (0.6.3)
htmlentities (4.3.4)
http (5.0.1)
addressable (~> 2.3)
http (5.0.4)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.3.0)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_logger (0.7.0)
httparty (0.18.1)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
Expand Down Expand Up @@ -568,7 +567,7 @@ GEM
signet
solrizer (>= 3.4, < 5)
tinymce-rails (~> 4.1)
i18n (1.9.0)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iiif-image-api (0.2.0)
Expand All @@ -593,16 +592,16 @@ GEM
railties (>= 3.2.16)
json (2.6.1)
json-canonicalization (0.3.0)
json-ld (3.1.10)
json-ld (3.2.0)
htmlentities (~> 4.3)
json-canonicalization (~> 0.2)
json-canonicalization (~> 0.3)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.14)
rack (~> 2.0)
rdf (~> 3.1)
json-ld-preloaded (3.1.6)
json-ld (~> 3.1)
rdf (~> 3.1)
multi_json (~> 1.15)
rack (~> 2.2)
rdf (~> 3.2)
json-ld-preloaded (3.2.0)
json-ld (~> 3.2)
rdf (~> 3.2)
json-schema (2.8.1)
addressable (>= 2.4)
jwt (2.3.0)
Expand Down Expand Up @@ -677,7 +676,7 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
llhttp-ffi (0.3.1)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.5.0)
Expand Down Expand Up @@ -756,15 +755,16 @@ GEM
rails (> 3.2.0)
orm_adapter (0.5.0)
os (1.1.4)
parallel (1.20.1)
parser (3.0.2.0)
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
parslet (2.0.0)
posix-spawn (0.3.15)
power_converter (0.1.2)
public_suffix (4.0.6)
pul_uv_rails (2.0.1)
puma (3.12.6)
puma (4.3.10)
nio4r (~> 2.0)
qa (5.7.0)
activerecord-import
deprecation
Expand All @@ -775,7 +775,7 @@ GEM
rails (>= 5.0, < 6.2)
rdf
racc (1.6.0)
rack (2.0.8)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-openid (1.4.2)
Expand Down Expand Up @@ -814,7 +814,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
Expand All @@ -832,7 +832,7 @@ GEM
nokogiri (~> 1.10)
rdf (~> 3.1)
rdf-xsd (~> 3.1)
rdf-n3 (3.2.0)
rdf-n3 (3.2.1)
ebnf (~> 2.2)
rdf (~> 3.2)
sparql (~> 3.2)
Expand Down Expand Up @@ -882,7 +882,7 @@ GEM
redis (>= 3.0.4)
redlock (1.2.2)
redis (>= 3.0.0, < 5.0)
regexp_parser (2.1.1)
regexp_parser (2.2.0)
representable (3.1.1)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand All @@ -909,15 +909,15 @@ GEM
activemodel (>= 3.0)
activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.10.1)
rspec-core (3.10.2)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.10.2)
rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.1.2)
Expand All @@ -930,8 +930,8 @@ GEM
rspec-support (~> 3.10)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.10.2)
rspec_junit_formatter (0.4.1)
rspec-support (3.10.3)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.85.1)
parallel (~> 1.10)
Expand Down Expand Up @@ -987,15 +987,15 @@ GEM
selenium-webdriver (3.12.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
shex (0.6.4)
ebnf (~> 2.1, >= 2.2)
shex (0.7.1)
ebnf (~> 2.2)
htmlentities (~> 4.3)
json-ld (~> 3.1)
json-ld-preloaded (~> 3.1)
rdf (~> 3.1)
rdf-xsd (~> 3.1)
sparql (~> 3.1)
sxp (~> 1.1)
json-ld (~> 3.2)
json-ld-preloaded (~> 3.2)
rdf (~> 3.2)
rdf-xsd (~> 3.2)
sparql (~> 3.2)
sxp (~> 1.2)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
show_me_the_cookies (5.0.1)
Expand Down Expand Up @@ -1065,10 +1065,10 @@ GEM
temple (0.8.2)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tins (1.29.1)
tins (1.31.0)
sync
tinymce-rails (4.9.11)
railties (>= 3.1.1)
Expand All @@ -1089,17 +1089,17 @@ GEM
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unf_ext (0.0.8)
unicode-display_width (1.8.0)
unicode-types (1.7.0)
validatable (1.6.7)
vcr (6.0.0)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
warden (1.2.8)
rack (>= 2.0.6)
warden (1.2.9)
rack (>= 2.0.9)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -1131,7 +1131,7 @@ DEPENDENCIES
bixby (>= 1.0.0)
bootstrap-sass (~> 3.4.1)
brakeman
browse-everything (= 1.0.2)
browse-everything (= 1.1.0)
bulkrax!
bundler (~> 1.17)
bundler-audit
Expand Down Expand Up @@ -1167,8 +1167,8 @@ DEPENDENCIES
omniauth-openid
omniauth-shibboleth
orcid!
puma (~> 3.11)
rack (= 2.0.8)
puma (~> 4.3.8)
rack (= 2.2.3)
rails (~> 5.1.7)
rails-controller-testing
rest-client
Expand Down

0 comments on commit fceb5e1

Please sign in to comment.