From 7f96764a7b6191e7f8cc2e781954f48fb61e85ab Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Tue, 23 Jul 2024 14:46:28 -0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Revert=20rails=20to=20supp?= =?UTF-8?q?ort=20good=5Fjobs=20and=20remove=20Gemfile.lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Good job stopped working after valkyrizing adventist. issue - https://github.com/bensheldon/good_job/issues/1280 solution - https://github.com/samvera/hyku/pull/2125 --- Gemfile | 7 - Gemfile.lock | 1571 ------------------------------------------ bundler.d/example.rb | 2 + 3 files changed, 2 insertions(+), 1578 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile index 43c274d0..41013991 100644 --- a/Gemfile +++ b/Gemfile @@ -9,10 +9,3 @@ gemspec # Start debugger with binding.b [https://github.com/ruby/debug] # gem "debug", ">= 1.0.0" -gemfile_path = File.expand_path("hyrax-webapp/Gemfile", __dir__) -if File.exist?(gemfile_path) - gemfile = File.read(gemfile_path).split("\n").reject { |l| l.match('knapsack') } - # rubocop:disable Security/Eval - eval(gemfile.join("\n"), binding) - # rubocop:enable Security/Eval -end diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 0252a792..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,1571 +0,0 @@ -GIT - remote: https://github.com/active-elastic-job/active-elastic-job.git - revision: ec51c5d9dedc4a1b47f2db41f26d5fceb251e979 - ref: ec51c5d9dedc4a1b47f2db41f26d5fceb251e979 - specs: - active_elastic_job (2.0.1) - aws-sdk-sqs (~> 1) - rails (>= 4.2) - -GIT - remote: https://github.com/samvera-labs/hyku_knapsack.git - revision: c3826a8734999b771d3202fa34f299c66aab2ada - branch: required_for_knapsack_instances - specs: - hyku_knapsack (0.0.1) - rails (>= 5.2.0) - sentry-rails - sentry-ruby - sentry-sidekiq - -GIT - remote: https://github.com/samvera-labs/hyrax-doi.git - revision: 9b7ab7f8054a14385b838de1118f55ad2e0f5da8 - branch: rails_hyrax_upgrade - specs: - hyrax-doi (0.2.0) - bolognese (>= 1.8.6, < 2.0) - flipflop (~> 2.3) - hyrax (>= 2.9, < 6.0) - rails (>= 5.2.4.3, < 8.0) - -GIT - remote: https://github.com/samvera-labs/hyrax-iiif_av.git - revision: 4723b8fd0961fa179caf787532bd7922a44957ec - branch: rails_hyrax_upgrade - specs: - hyrax-iiif_av (0.2.0) - blacklight - hyrax (>= 3.5, < 6.0) - iiif_manifest (> 0.5) - rails (>= 5.1, < 8.0) - -GIT - remote: https://github.com/samvera/bulkrax.git - revision: c58f8707905092dcbc410ed818230d4af165c24b - branch: main - specs: - bulkrax (8.1.0) - bagit (~> 0.4.6) - coderay - denormalize_fields - iso8601 (~> 0.9.0) - kaminari - language_list (~> 1.2, >= 1.2.1) - libxml-ruby (~> 3.2.4) - loofah (>= 2.2.3) - marcel - oai (>= 0.4, < 2.x) - rack (>= 2.0.6) - rails (>= 5.1.6) - rdf (>= 2.0.2, < 4.0) - rubyzip - simple_form - -GIT - remote: https://github.com/samvera/hyrax.git - revision: 26fdf09c32c5a559f69df8df12345028111be0e2 - branch: main - specs: - hyrax (5.0.1) - active-fedora (~> 14.0) - almond-rails (~> 0.1) - awesome_nested_set (~> 3.1) - blacklight (~> 7.29) - blacklight-gallery (~> 4.0) - breadcrumbs_on_rails (~> 3.0) - browse-everything (>= 0.16, < 2.0) - carrierwave (~> 1.0) - clipboard-rails (~> 1.5) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.4) - draper (~> 4.0) - dry-container (~> 0.11) - dry-events (~> 1.0, >= 1.0.1) - dry-logic (~> 1.5) - dry-monads (~> 1.6) - dry-validation (~> 1.10) - faraday (= 2.9.1) - flipflop (~> 2.3) - flot-rails (~> 0.0.6) - font-awesome-rails (~> 4.2) - google-analytics-data (~> 0.6) - hydra-derivatives (~> 3.3) - hydra-editor (~> 6.0) - hydra-file_characterization (~> 1.1) - hydra-head (~> 12.0) - hydra-works (>= 0.16) - iiif_manifest (>= 0.3, < 2.0) - json-schema - legato (~> 0.3) - linkeddata - mailboxer (~> 0.12) - nest (~> 3.1) - noid-rails (~> 3.0) - oauth - oauth2 (~> 1.2) - openseadragon - posix-spawn - qa (~> 5.5, >= 5.5.1) - rails (~> 6.1) - rails_autolink (~> 1.1) - rdf-rdfxml - rdf-vocab (~> 3.0) - redis (~> 4.0) - redis-namespace (~> 1.5) - redlock (>= 0.1.2, < 2.0) - reform (~> 2.3) - reform-rails (~> 0.2.0) - retriable (>= 2.9, < 4.0) - sass-rails (~> 6.0) - select2-rails (~> 3.5) - signet - sprockets (= 3.7.2) - tinymce-rails (~> 5.10) - valkyrie (~> 3.1.1) - view_component (~> 2.74.1) - -GIT - remote: https://github.com/scientist-softserv/apartment.git - revision: 9ad4b0ef2ee6debb956e86ef9e7095c8358fef5e - branch: development - specs: - apartment (2.2.1) - activerecord (>= 3.1.2, < 7.0) - parallel (>= 0.7.1) - public_suffix (>= 2) - rack (>= 1.3.6) - -GIT - remote: https://github.com/scientist-softserv/willow_sword.git - revision: 38a0906647fae2020e8b0b08e296f85c457fcb34 - branch: main - specs: - willow_sword (0.2.0) - bagit (~> 0.4.1) - rails (~> 6.1) - rubyzip (>= 1.0.0) - -GIT - remote: https://github.com/stanhu/omniauth-cas.git - revision: 4211e6d05941b4a981f9a36b49ec166cecd0e271 - ref: 4211e6d05941b4a981f9a36b49ec166cecd0e271 - specs: - omniauth-cas (2.0.0) - addressable (~> 2.3) - nokogiri (~> 1.5) - omniauth (>= 1.2, < 3) - -GEM - remote: https://rubygems.org/ - specs: - actioncable (6.1.7.8) - actionpack (= 6.1.7.8) - activesupport (= 6.1.7.8) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.8) - actionpack (= 6.1.7.8) - activejob (= 6.1.7.8) - activerecord (= 6.1.7.8) - activestorage (= 6.1.7.8) - activesupport (= 6.1.7.8) - mail (>= 2.7.1) - actionmailer (6.1.7.8) - actionpack (= 6.1.7.8) - actionview (= 6.1.7.8) - activejob (= 6.1.7.8) - activesupport (= 6.1.7.8) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (6.1.7.8) - actionview (= 6.1.7.8) - activesupport (= 6.1.7.8) - rack (~> 2.0, >= 2.0.9) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.7.8) - actionpack (= 6.1.7.8) - activerecord (= 6.1.7.8) - activestorage (= 6.1.7.8) - activesupport (= 6.1.7.8) - nokogiri (>= 1.8.5) - actionview (6.1.7.8) - activesupport (= 6.1.7.8) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - active-fedora (14.0.1) - active-triples (>= 0.11.0, < 2.0.0) - activemodel (>= 5.1) - activesupport (>= 5.1) - deprecation - faraday (>= 1.0) - faraday-encoding (>= 0.0.5) - ldp (>= 0.7.0, < 2) - rsolr (>= 1.1.2, < 3) - ruby-progressbar (~> 1.0) - active-triples (1.2.0) - activemodel (>= 3.0.0) - activesupport (>= 3.0.0) - rdf (>= 2.0.2, < 4.0) - rdf-vocab (>= 2.0, < 4.0) - active_encode (0.8.2) - rails - sprockets (< 4) - activejob (6.1.7.8) - activesupport (= 6.1.7.8) - globalid (>= 0.3.6) - activemodel (6.1.7.8) - activesupport (= 6.1.7.8) - activemodel-serializers-xml (1.0.2) - activemodel (> 5.x) - activesupport (> 5.x) - builder (~> 3.1) - activerecord (6.1.7.8) - activemodel (= 6.1.7.8) - activesupport (= 6.1.7.8) - activerecord-import (1.7.0) - activerecord (>= 4.2) - activerecord-nulldb-adapter (1.0.1) - activerecord (>= 5.2.0, < 7.2) - activestorage (6.1.7.8) - actionpack (= 6.1.7.8) - activejob (= 6.1.7.8) - activerecord (= 6.1.7.8) - activesupport (= 6.1.7.8) - marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (6.1.7.8) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - aes_key_wrap (1.1.0) - almond-rails (0.3.0) - rails (>= 4.2) - ast (2.4.2) - attr_required (1.0.1) - autoprefixer-rails (10.4.16.0) - execjs (~> 2) - awesome_nested_set (3.6.0) - activerecord (>= 4.0.0, < 7.2) - aws-eventstream (1.3.0) - aws-partitions (1.865.0) - aws-sdk-core (3.190.0) - aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) - jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.74.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.141.0) - aws-sdk-core (~> 3, >= 3.189.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sdk-sqs (1.69.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sigv4 (1.8.0) - aws-eventstream (~> 1, >= 1.0.2) - babel-source (5.8.35) - babel-transpiler (0.7.0) - babel-source (>= 4.0, < 6) - execjs (~> 2.0) - backport (1.2.0) - bagit (0.4.6) - docopt (~> 0.5.0) - validatable (~> 1.6) - base64 (0.2.0) - bcp47 (0.3.3) - i18n - bcp47_spec (0.2.1) - bcrypt (3.1.20) - benchmark (0.3.0) - benchmark_methods (0.7) - better_html (2.0.2) - actionview (>= 6.0) - activesupport (>= 6.0) - ast (~> 2.0) - erubi (~> 1.4) - parser (>= 2.4) - smart_properties - bibtex-ruby (6.0.0) - latex-decode (~> 0.0) - bigdecimal (3.1.5) - bindata (2.4.15) - bindex (0.8.1) - bixby (5.0.2) - rubocop (= 1.28.2) - rubocop-ast - rubocop-performance - rubocop-rails - rubocop-rspec - blacklight (7.35.0) - deprecation - globalid - hashdiff - i18n (>= 1.7.0) - jbuilder (~> 2.7) - kaminari (>= 0.15) - ostruct (>= 0.3.2) - rails (>= 5.1, < 7.2) - view_component (>= 2.66, < 4) - blacklight-access_controls (6.0.1) - blacklight (> 6.0, < 8) - cancancan (>= 1.8) - deprecation (~> 1.0) - blacklight-gallery (4.4.0) - blacklight (>= 7.17, < 9) - rails (>= 6.1, < 8) - blacklight_advanced_search (7.0.0) - blacklight (~> 7.0) - parslet - blacklight_iiif_search (2.0.0) - blacklight (~> 7.0) - iiif-presentation - rails (>= 5.1, < 7) - blacklight_oai_provider (7.0.2) - blacklight (~> 7.0) - oai (~> 1.2) - rexml - blacklight_range_limit (8.4.0) - blacklight (>= 7.25.2, < 9) - deprecation - view_component (>= 2.54, < 4) - bolognese (1.11.5) - activesupport (>= 4.2.5) - benchmark_methods (~> 0.7) - bibtex-ruby (>= 5.1.0) - builder (~> 3.2, >= 3.2.2) - citeproc-ruby (~> 1.1, >= 1.1.12) - colorize (~> 0.8.1) - concurrent-ruby (~> 1.1, >= 1.1.5) - csl-styles (~> 1.0, >= 1.0.1.10) - edtf (~> 3.0, >= 3.0.4) - gender_detector (~> 0.1.2) - iso8601 (~> 0.9.1) - json-ld-preloaded (~> 3.1, >= 3.1.3) - jsonlint (~> 0.3.0) - loofah (~> 2.0, >= 2.0.3) - maremma (>= 4.9.4, < 5) - namae (~> 1.0) - nokogiri (>= 1.13.2, < 1.14) - oj (~> 3.10) - oj_mimic_json (~> 1.0, >= 1.0.1) - postrank-uri (~> 1.0, >= 1.0.18) - rdf-rdfxml (~> 3.1) - rdf-turtle (~> 3.1) - thor (>= 0.19) - bootstrap (4.6.2) - autoprefixer-rails (>= 9.1.0) - popper_js (>= 1.16.1, < 2) - sassc-rails (>= 2.0.0) - bootstrap-datepicker-rails (1.10.0.1) - railties (>= 3.0) - breadcrumbs_on_rails (3.0.1) - browse-everything (1.3.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, < 7.2) - ruby-box - signet (~> 0.8) - typhoeus - builder (3.2.4) - byebug (11.1.3) - cancancan (3.6.1) - capybara (3.39.2) - addressable - matrix - mini_mime (>= 0.1.3) - nokogiri (~> 1.8) - rack (>= 1.6.0) - rack-test (>= 0.6.3) - regexp_parser (>= 1.5, < 3.0) - xpath (~> 3.2) - capybara-screenshot (1.0.26) - capybara (>= 1.0, < 4) - launchy - carrierwave (1.3.4) - activemodel (>= 4.0.0) - activesupport (>= 4.0.0) - mime-types (>= 1.16) - ssrf_filter (~> 1.0, < 1.1.0) - carrierwave-aws (1.4.0) - aws-sdk-s3 (~> 1.0) - carrierwave (>= 0.7, < 2.1) - citeproc (1.0.10) - namae (~> 1.0) - citeproc-ruby (1.1.14) - citeproc (~> 1.0, >= 1.0.9) - csl (~> 1.6) - clipboard-rails (1.7.1) - cocoon (1.2.15) - codemirror-rails (0.3.1) - coderay (1.1.3) - coffee-rails (4.2.2) - coffee-script (>= 2.2.0) - railties (>= 4.0.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - colorize (0.8.1) - concurrent-ruby (1.2.2) - connection_pool (2.4.1) - crack (0.4.5) - rexml - crass (1.0.6) - csl (1.6.0) - namae (~> 1.0) - rexml - csl-styles (1.0.1.11) - csl (~> 1.0) - csv (3.3.0) - database_cleaner (2.0.2) - database_cleaner-active_record (>= 2, < 3) - database_cleaner-active_record (2.1.0) - activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) - database_cleaner-core (2.0.1) - date (3.3.4) - declarative (0.0.20) - denormalize_fields (1.3.0) - activerecord (>= 4.1.14, < 8.0.0) - deprecation (1.1.0) - activesupport - derivative-rodeo (0.5.3) - activesupport (>= 5) - aws-sdk-s3 - aws-sdk-sqs - httparty - marcel - mime-types - mini_magick - nokogiri - devise (4.9.3) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - devise-guests (0.8.2) - devise - devise-i18n (1.12.0) - devise (>= 4.9.0) - devise_invitable (2.0.9) - actionmailer (>= 5.0) - devise (>= 4.6) - diff-lcs (1.5.0) - disposable (0.6.3) - declarative (>= 0.0.9, < 1.0.0) - representable (>= 3.1.1, < 4) - docile (1.4.0) - docopt (0.5.0) - draper (4.0.2) - actionpack (>= 5.0) - activemodel (>= 5.0) - activemodel-serializers-xml (>= 1.0) - activesupport (>= 5.0) - request_store (>= 1.0) - ruby2_keywords - dropbox_api (0.1.21) - faraday (< 3.0) - oauth2 (~> 1.1) - dry-configurable (1.1.0) - dry-core (~> 1.0, < 2) - zeitwerk (~> 2.6) - dry-container (0.11.0) - concurrent-ruby (~> 1.0) - dry-core (1.0.1) - concurrent-ruby (~> 1.0) - zeitwerk (~> 2.6) - dry-events (1.0.1) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) - dry-inflector (1.0.0) - dry-initializer (3.1.1) - dry-logic (1.5.0) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) - zeitwerk (~> 2.6) - dry-monads (1.6.0) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) - zeitwerk (~> 2.6) - dry-schema (1.13.4) - concurrent-ruby (~> 1.0) - dry-configurable (~> 1.0, >= 1.0.1) - dry-core (~> 1.0, < 2) - dry-initializer (~> 3.0) - dry-logic (>= 1.4, < 2) - dry-types (>= 1.7, < 2) - zeitwerk (~> 2.6) - dry-struct (1.6.0) - dry-core (~> 1.0, < 2) - dry-types (>= 1.7, < 2) - ice_nine (~> 0.11) - zeitwerk (~> 2.6) - dry-types (1.7.1) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0) - dry-inflector (~> 1.0) - dry-logic (~> 1.4) - zeitwerk (~> 2.6) - dry-validation (1.10.0) - concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) - dry-initializer (~> 3.0) - dry-schema (>= 1.12, < 2) - zeitwerk (~> 2.6) - e2mmap (0.1.0) - easy_translate (0.5.1) - thread - thread_safe - ebnf (2.4.0) - htmlentities (~> 4.3) - rdf (~> 3.3) - scanf (~> 1.0) - sxp (~> 1.3) - unicode-types (~> 1.8) - edtf (3.1.1) - activesupport (>= 3.0, < 8.0) - erubi (1.12.0) - et-orbi (1.2.7) - tzinfo - ethon (0.16.0) - ffi (>= 1.15.0) - excon (0.71.1) - execjs (2.9.1) - factory_bot (6.4.6) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.2) - factory_bot (~> 6.4) - railties (>= 5.0.0) - faraday (2.9.1) - faraday-net_http (>= 2.0, < 3.2) - faraday-encoding (0.0.5) - faraday - faraday-excon (2.1.0) - excon (>= 0.27.4) - faraday (~> 2.0) - faraday-follow_redirects (0.3.0) - faraday (>= 1, < 3) - faraday-gzip (0.1.0) - faraday (>= 1.0) - zlib (~> 2.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (3.0.2) - faraday-retry (2.2.1) - faraday (~> 2.0) - fcrepo_wrapper (0.9.0) - ruby-progressbar - ffi (1.16.3) - flipflop (2.7.1) - activesupport (>= 4.0) - terminal-table (>= 1.8) - flot-rails (0.0.7) - jquery-rails - flutie (2.2.0) - font-awesome-rails (4.7.0.8) - railties (>= 3.2, < 8.0) - fugit (1.9.0) - et-orbi (~> 1, >= 1.2.7) - raabro (~> 1.4) - gapic-common (0.21.1) - faraday (>= 1.9, < 3.a) - faraday-retry (>= 1.0, < 3.a) - google-protobuf (~> 3.18) - googleapis-common-protos (>= 1.4.0, < 2.a) - googleapis-common-protos-types (>= 1.11.0, < 2.a) - googleauth (~> 1.9) - grpc (~> 1.59) - gender_detector (0.1.2) - unicode_utils (>= 1.3.0) - geo_coord (0.2.0) - geocoder (1.8.3) - base64 (>= 0.1.0) - csv (>= 3.0.0) - globalid (1.2.1) - activesupport (>= 6.1) - good_job (2.99.0) - activejob (>= 5.2.0) - activerecord (>= 5.2.0) - concurrent-ruby (>= 1.0.2) - fugit (>= 1.1) - railties (>= 5.2.0) - thor (>= 0.14.1) - webrick (>= 1.3) - zeitwerk (>= 2.0) - google-analytics-data (0.6.0) - google-analytics-data-v1beta (>= 0.11, < 2.a) - google-cloud-core (~> 1.6) - google-analytics-data-v1beta (0.12.0) - gapic-common (>= 0.21.1, < 2.a) - google-cloud-errors (~> 1.0) - google-apis-core (0.15.0) - addressable (~> 2.5, >= 2.5.1) - googleauth (~> 1.9) - httpclient (>= 2.8.1, < 3.a) - mini_mime (~> 1.0) - representable (~> 3.0) - retriable (>= 2.0, < 4.a) - rexml - google-apis-drive_v3 (0.51.0) - google-apis-core (>= 0.15.0, < 2.a) - google-cloud-core (1.7.0) - google-cloud-env (>= 1.0, < 3.a) - google-cloud-errors (~> 1.0) - google-cloud-env (2.1.1) - faraday (>= 1.0, < 3.a) - google-cloud-errors (1.4.0) - google-protobuf (3.25.3) - googleapis-common-protos (1.5.0) - google-protobuf (~> 3.18) - googleapis-common-protos-types (~> 1.7) - grpc (~> 1.41) - googleapis-common-protos-types (1.14.0) - google-protobuf (~> 3.18) - googleauth (1.9.2) - faraday (>= 1.0, < 3.a) - google-cloud-env (~> 2.1) - jwt (>= 1.4, < 3.0) - multi_json (~> 1.11) - os (>= 0.9, < 2.0) - signet (>= 0.16, < 2.a) - grpc (1.64.0) - google-protobuf (~> 3.25) - googleapis-common-protos-types (~> 1.0) - haml (6.3.0) - temple (>= 0.8.2) - thor - tilt - hamster (3.0.0) - concurrent-ruby (~> 1.0) - hashdiff (1.0.1) - hashie (5.0.0) - highline (2.1.0) - hiredis (0.6.3) - htmlentities (4.3.4) - http_logger (0.7.0) - httparty (0.22.0) - csv - mini_mime (>= 1.0.0) - multi_xml (>= 0.5.2) - httpclient (2.8.3) - hydra-access-controls (12.1.0) - active-fedora (>= 10.0.0) - activesupport (>= 5.2, < 7.1) - blacklight-access_controls (~> 6.0) - cancancan (>= 1.8, < 4) - deprecation (~> 1.0) - hydra-core (12.1.0) - hydra-access-controls (= 12.1.0) - railties (>= 5.2, < 7.1) - hydra-derivatives (3.8.0) - active-fedora (>= 14.0) - active-triples (>= 1.2) - active_encode (~> 0.1) - activesupport (>= 4.0, < 7.1) - addressable (~> 2.5) - deprecation - mime-types (> 2.0, < 4.0) - mini_magick (>= 3.2, < 5) - hydra-editor (6.2.0) - active-fedora (>= 9.0.0) - activerecord (>= 5.2, < 7.1) - almond-rails (~> 0.1) - cancancan - psych (~> 3.3, < 4) - rails (>= 5.2, < 7.1) - simple_form (>= 4.1.0, < 5.2) - sprockets (>= 3.7) - sprockets-es6 - hydra-file_characterization (1.2.0) - activesupport (>= 3.0.0) - hydra-head (12.1.0) - hydra-access-controls (= 12.1.0) - hydra-core (= 12.1.0) - rails (>= 5.2, < 7.1) - hydra-pcdm (1.3.0) - active-fedora (>= 10, < 15) - mime-types (>= 1) - rdf-vocab - hydra-works (2.1.0) - activesupport (>= 5.2, < 7.1) - hydra-derivatives (~> 3.6) - hydra-file_characterization (~> 1.0) - hydra-pcdm (>= 0.9) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - i18n-debug (1.2.0) - i18n (< 2) - i18n-tasks (1.0.12) - activesupport (>= 4.0.2) - ast (>= 2.1.0) - better_html (>= 1.0, < 3.0) - erubi - highline (>= 2.0.0) - i18n - parser (>= 2.2.3.0) - rails-i18n - rainbow (>= 2.2.2, < 4.0) - terminal-table (>= 1.5.1) - ice_nine (0.11.2) - iiif-image-api (0.2.0) - activesupport - iiif-presentation (1.3.0) - activesupport (>= 3.2.18) - faraday (~> 2.7) - geo_coord - json - iiif_manifest (1.3.1) - activesupport (>= 4) - iiif_print (3.0.1) - blacklight_iiif_search (>= 1.0, < 3.0) - derivative-rodeo (~> 0.5) - hyrax (>= 2.5, < 6) - nokogiri (>= 1.13.2) - rdf-vocab (~> 3.0) - iso-639 (0.3.6) - iso8601 (0.9.1) - jaro_winkler (1.5.6) - jbuilder (2.11.5) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) - jmespath (1.6.2) - jquery-rails (4.6.0) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - json (2.7.1) - json-canonicalization (0.3.3) - json-jwt (1.16.3) - activesupport (>= 4.2) - aes_key_wrap - bindata - faraday (~> 2.0) - faraday-follow_redirects - json-ld (3.2.4) - htmlentities (~> 4.3) - json-canonicalization (~> 0.3) - link_header (~> 0.0, >= 0.0.8) - multi_json (~> 1.15) - rack (>= 2.2, < 4) - rdf (~> 3.2, >= 3.2.10) - json-ld-preloaded (3.2.2) - json-ld (~> 3.2) - rdf (~> 3.2) - json-schema (4.3.0) - addressable (>= 2.8) - jsonlint (0.3.0) - oj (~> 3) - optimist (~> 3) - jwt (2.8.1) - base64 - kaminari (1.2.2) - activesupport (>= 4.1.0) - kaminari-actionview (= 1.2.2) - kaminari-activerecord (= 1.2.2) - kaminari-core (= 1.2.2) - kaminari-actionview (1.2.2) - actionview - kaminari-core (= 1.2.2) - kaminari-activerecord (1.2.2) - activerecord - kaminari-core (= 1.2.2) - kaminari-core (1.2.2) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - language_list (1.2.1) - latex-decode (0.4.0) - launchy (2.5.2) - addressable (~> 2.8) - ld-patch (3.3.0) - ebnf (~> 2.4) - rdf (~> 3.3) - rdf-xsd (~> 3.3) - sparql (~> 3.3) - sxp (~> 1.3) - ldp (1.2.0) - deprecation - faraday (>= 1) - http_logger - json-ld (~> 3.2) - rdf (~> 3.2) - rdf-isomorphic - rdf-ldp - rdf-turtle - rdf-vocab (>= 0.8) - slop - ldpath (1.2.0) - nokogiri (~> 1.8) - parslet - rdf (~> 3.0) - rdf-vocab (~> 3.0) - legato (0.7.0) - multi_json - libxml-ruby (3.2.4) - link_header (0.0.8) - linkeddata (3.2.1) - json-ld (~> 3.2, >= 3.2.3) - json-ld-preloaded (~> 3.2) - ld-patch (~> 3.2) - nokogiri (~> 1.13, >= 1.13.8) - rdf (~> 3.2, >= 3.2.9) - rdf-aggregate-repo (~> 3.2, >= 3.2.1) - rdf-hamster-repo (~> 3.2) - rdf-isomorphic (~> 3.2, >= 3.2.1) - rdf-json (~> 3.2) - rdf-microdata (~> 3.2, >= 3.2.1) - rdf-n3 (~> 3.2, >= 3.2.1) - rdf-normalize (~> 0.5) - rdf-ordered-repo (~> 3.2, >= 3.2.1) - rdf-rdfa (~> 3.2) - rdf-rdfxml (~> 3.2) - rdf-reasoner (~> 0.8) - rdf-tabular (~> 3.2, >= 3.2.1) - rdf-trig (~> 3.2) - rdf-trix (~> 3.2) - rdf-turtle (~> 3.2, >= 3.2.1) - rdf-vocab (~> 3.2, >= 3.2.1) - rdf-xsd (~> 3.2, >= 3.2.1) - shacl (~> 0.2, >= 0.2.1) - shex (~> 0.7, >= 0.7.1) - sparql (~> 3.2, >= 3.2.4) - sparql-client (~> 3.2, >= 3.2.1) - yaml-ld (~> 0.0) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - logger (1.6.0) - lograge (0.14.0) - actionpack (>= 4) - activesupport (>= 4) - railties (>= 4) - request_store (~> 1.0) - loofah (2.22.0) - crass (~> 1.0.2) - nokogiri (>= 1.12.0) - mail (2.8.1) - mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp - mailboxer (0.15.1) - carrierwave (>= 0.5.8) - rails (>= 5.0.0) - marcel (1.0.2) - maremma (4.9.9) - activesupport (>= 4.2.5) - addressable (>= 2.3.6) - builder (~> 3.2, >= 3.2.2) - excon (~> 0.71.0) - faraday (>= 2.0) - faraday-encoding (~> 0.0.5) - faraday-excon (~> 2.1.0) - faraday-follow_redirects (~> 0.3.0) - faraday-gzip (~> 0.1.0) - faraday-multipart (~> 1.0.4) - nokogiri (>= 1.13.1, < 1.14.0) - oj (>= 2.8.3) - oj_mimic_json (~> 1.0, >= 1.0.1) - matrix (0.4.2) - method_source (1.0.0) - mime-types (3.5.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2023.1205) - mini_magick (4.12.0) - mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.20.0) - mods (2.4.1) - edtf - iso-639 - nokogiri (>= 1.6.6) - nom-xml (~> 1.0) - multi_json (1.15.0) - multi_xml (0.6.0) - multipart-post (2.3.0) - namae (1.1.1) - negative_captcha (0.5) - actionpack - activesupport - nest (3.2.0) - redic - net-http-persistent (4.0.2) - connection_pool (~> 2.2) - net-imap (0.4.9) - date - net-protocol - net-pop (0.1.2) - net-protocol - net-protocol (0.2.2) - timeout - net-smtp (0.4.0) - net-protocol - nio4r (2.7.0) - noid (0.9.0) - noid-rails (3.1.0) - actionpack (>= 5.0.0, < 7.1) - noid (~> 0.9) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) - racc (~> 1.4) - nom-xml (1.2.0) - i18n - nokogiri - oai (1.2.1) - builder (>= 3.1.0) - faraday (< 3) - faraday-follow_redirects (>= 0.3.0, < 2) - oauth (1.1.0) - oauth-tty (~> 1.0, >= 1.0.1) - snaky_hash (~> 2.0) - version_gem (~> 1.1) - oauth-tty (1.0.5) - version_gem (~> 1.1, >= 1.1.1) - oauth2 (1.4.11) - faraday (>= 0.17.3, < 3.0) - jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) - multi_xml (~> 0.5) - rack (>= 1.2, < 4) - oj (3.16.3) - bigdecimal (>= 3.0) - oj_mimic_json (1.0.1) - okcomputer (1.18.5) - omniauth (2.1.1) - hashie (>= 3.4.6) - rack (>= 2.2.3) - rack-protection - omniauth-multi-provider (0.4.0) - omniauth - omniauth-rails_csrf_protection (1.0.1) - actionpack (>= 4.2) - omniauth (~> 2.0) - omniauth-saml (2.1.0) - omniauth (~> 2.0) - ruby-saml (~> 1.12) - omniauth_openid_connect (0.7.1) - omniauth (>= 1.9, < 3) - openid_connect (~> 2.2) - openid_connect (2.2.0) - activemodel - attr_required (>= 1.0.0) - faraday (~> 2.0) - faraday-follow_redirects - json-jwt (>= 1.16) - net-smtp - rack-oauth2 (~> 2.2) - swd (~> 2.0) - tzinfo - validate_email - validate_url - webfinger (~> 2.0) - openseadragon (0.6.0) - rails (> 3.2.0) - openssl (3.2.0) - optimist (3.1.0) - order_already (0.3.1) - rails-html-sanitizer (~> 1.4) - orm_adapter (0.5.0) - os (1.1.4) - ostruct (0.6.0) - parallel (1.23.0) - parser (3.2.2.4) - ast (~> 2.4.1) - racc - parslet (2.0.0) - pg (1.5.4) - popper_js (1.16.1) - posix-spawn (0.3.15) - postrank-uri (1.1) - addressable (>= 2.4.0) - nokogiri (>= 1.8.0) - public_suffix (>= 4.0.0, < 5) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) - psych (3.3.4) - public_suffix (4.0.7) - puma (5.6.7) - nio4r (~> 2.0) - qa (5.11.0) - activerecord-import - deprecation - faraday (< 3.0, != 2.0.0) - geocoder - ldpath - nokogiri (~> 1.6) - rails (>= 5.0, < 7.2) - rdf - raabro (1.4.0) - racc (1.7.3) - rack (2.2.8) - rack-oauth2 (2.2.0) - activesupport - attr_required - faraday (~> 2.0) - faraday-follow_redirects - json-jwt (>= 1.11.0) - rack (>= 2.1.0) - rack-protection (3.1.0) - rack (~> 2.2, >= 2.2.4) - rack-test (0.7.0) - rack (>= 1.0, < 3) - rails (6.1.7.8) - actioncable (= 6.1.7.8) - actionmailbox (= 6.1.7.8) - actionmailer (= 6.1.7.8) - actionpack (= 6.1.7.8) - actiontext (= 6.1.7.8) - actionview (= 6.1.7.8) - activejob (= 6.1.7.8) - activemodel (= 6.1.7.8) - activerecord (= 6.1.7.8) - activestorage (= 6.1.7.8) - activesupport (= 6.1.7.8) - bundler (>= 1.15.0) - railties (= 6.1.7.8) - sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.5) - actionpack (>= 5.0.1.rc1) - actionview (>= 5.0.1.rc1) - activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.2.0) - activesupport (>= 5.0.0) - minitest - nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - rails-i18n (7.0.8) - i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - rails_autolink (1.1.8) - actionview (> 3.1) - activesupport (> 3.1) - railties (> 3.1) - railties (6.1.7.8) - actionpack (= 6.1.7.8) - activesupport (= 6.1.7.8) - method_source - rake (>= 12.2) - thor (~> 1.0) - rainbow (3.1.1) - rake (13.1.0) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rdf (3.3.1) - bcp47_spec (~> 0.2) - link_header (~> 0.0, >= 0.0.8) - rdf-aggregate-repo (3.3.0) - rdf (~> 3.3) - rdf-hamster-repo (3.3.0) - hamster (~> 3.0) - rdf (~> 3.3) - rdf-isomorphic (3.3.0) - rdf (~> 3.3) - rdf-json (3.3.0) - rdf (~> 3.3) - rdf-ldp (0.1.0) - deprecation - rdf - rdf-microdata (3.2.1) - htmlentities (~> 4.3) - nokogiri (~> 1.13) - rdf (~> 3.2) - rdf-rdfa (~> 3.2) - rdf-xsd (~> 3.2) - rdf-n3 (3.3.0) - ebnf (~> 2.4) - rdf (~> 3.3) - sparql (~> 3.3) - sxp (~> 1.3) - rdf-normalize (0.7.0) - rdf (~> 3.3) - rdf-ordered-repo (3.3.0) - rdf (~> 3.3) - rdf-rdfa (3.3.0) - haml (~> 6.1) - htmlentities (~> 4.3) - rdf (~> 3.3) - rdf-aggregate-repo (~> 3.3) - rdf-vocab (~> 3.3) - rdf-xsd (~> 3.3) - rdf-rdfxml (3.3.0) - builder (~> 3.2, >= 3.2.4) - htmlentities (~> 4.3) - rdf (~> 3.3) - rdf-xsd (~> 3.3) - rdf-reasoner (0.9.0) - rdf (~> 3.3) - rdf-xsd (~> 3.3) - rdf-tabular (3.2.1) - addressable (~> 2.8) - bcp47 (~> 0.3, >= 0.3.3) - json-ld (~> 3.2) - rdf (~> 3.2, >= 3.2.7) - rdf-vocab (~> 3.2) - rdf-xsd (~> 3.2) - rdf-trig (3.3.0) - ebnf (~> 2.4) - rdf (~> 3.3) - rdf-turtle (~> 3.3) - rdf-trix (3.3.0) - rdf (~> 3.3) - rdf-xsd (~> 3.3) - rdf-turtle (3.3.0) - ebnf (~> 2.4) - rdf (~> 3.3) - rdf-vocab (3.3.0) - rdf (~> 3.3) - rdf-xsd (3.3.0) - rdf (~> 3.3) - rexml (~> 3.2) - redcarpet (3.6.0) - redic (1.5.3) - hiredis - redis (4.8.1) - redis-namespace (1.11.0) - redis (>= 4) - redlock (1.3.2) - redis (>= 3.0.0, < 6.0) - reform (2.6.2) - disposable (>= 0.5.0, < 1.0.0) - representable (>= 3.1.1, < 4) - uber (< 0.2.0) - reform-rails (0.2.6) - activemodel (>= 5.0) - reform (>= 2.3.1, < 3.0.0) - regexp_parser (2.8.3) - representable (3.2.0) - declarative (< 0.1.0) - trailblazer-option (>= 0.1.1, < 0.2.0) - uber (< 0.2.0) - request_store (1.5.1) - rack (>= 1.4) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) - retriable (3.1.2) - reverse_markdown (2.1.1) - nokogiri - rexml (3.2.6) - riiif (2.4.0) - deprecation (>= 1.0.0) - iiif-image-api (>= 0.1.0) - railties (>= 4.2, < 8) - rolify (6.0.1) - rsolr (2.5.0) - builder (>= 2.1.2) - faraday (>= 0.9, < 3, != 2.0.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-activemodel-mocks (1.2.0) - activemodel (>= 3.0) - activesupport (>= 3.0) - rspec-mocks (>= 2.99, < 4.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.12.6) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.1.1) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-retry (0.6.2) - rspec-core (> 3.3) - rspec-support (3.12.1) - rspec_junit_formatter (0.6.0) - rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.28.2) - parallel (~> 1.10) - parser (>= 3.1.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.17.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.19.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.15.2) - activesupport (>= 4.2.0) - rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (1.22.2) - rubocop (>= 0.52.1) - ruby-box (1.15.0) - addressable - json - multipart-post - oauth2 - ruby-progressbar (1.13.0) - ruby-saml (1.16.0) - nokogiri (>= 1.13.10) - rexml - ruby2_keywords (0.0.5) - rubyzip (2.3.2) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (6.0.0) - sassc-rails (~> 2.1, >= 2.1.1) - sassc (2.4.0) - ffi (~> 1.9) - sassc-rails (2.1.2) - railties (>= 4.0.0) - sassc (>= 2.0) - sprockets (> 3.0) - sprockets-rails - tilt - scanf (1.0.0) - scss_lint (0.60.0) - sass (~> 3.5, >= 3.5.5) - secure_headers (6.5.0) - select2-rails (3.5.11) - selenium-webdriver (4.8.1) - rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) - websocket (~> 1.0) - sentry-rails (5.18.1) - railties (>= 5.0) - sentry-ruby (~> 5.18.1) - sentry-ruby (5.18.1) - bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.18.1) - sentry-ruby (~> 5.18.1) - sidekiq (>= 3.0) - shacl (0.3.0) - json-ld (~> 3.2) - rdf (~> 3.2, >= 3.2.8) - sparql (~> 3.2, >= 3.2.4) - sxp (~> 1.2) - shex (0.7.1) - ebnf (~> 2.2) - htmlentities (~> 4.3) - json-ld (~> 3.2) - json-ld-preloaded (~> 3.2) - rdf (~> 3.2) - rdf-xsd (~> 3.2) - sparql (~> 3.2) - sxp (~> 1.2) - shoulda-matchers (4.5.1) - activesupport (>= 4.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) - signet (0.19.0) - addressable (~> 2.8) - faraday (>= 0.17.5, < 3.a) - jwt (>= 1.5, < 3.0) - multi_json (~> 1.10) - simple_form (5.1.0) - actionpack (>= 5.2) - activemodel (>= 5.2) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.4) - slop (4.10.1) - smart_properties (1.17.0) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) - solargraph (0.48.0) - backport (~> 1.2) - benchmark - bundler (>= 1.17.2) - diff-lcs (~> 1.4) - e2mmap - jaro_winkler (~> 1.5) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.1) - parser (~> 3.0) - reverse_markdown (>= 1.0.5, < 3) - rubocop (>= 0.52) - thor (~> 1.0) - tilt (~> 2.0) - yard (~> 0.9, >= 0.9.24) - solr_wrapper (2.2.0) - faraday - retriable - ruby-progressbar - rubyzip - sparql (3.3.0) - builder (~> 3.2, >= 3.2.4) - ebnf (~> 2.4) - logger (~> 1.5) - rdf (~> 3.3) - rdf-aggregate-repo (~> 3.3) - rdf-xsd (~> 3.3) - sparql-client (~> 3.3) - sxp (~> 1.3) - sparql-client (3.3.0) - net-http-persistent (~> 4.0, >= 4.0.2) - rdf (~> 3.3) - spring (1.7.2) - spring-watcher-listen (2.0.1) - listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) - sprockets (3.7.2) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-es6 (0.9.2) - babel-source (>= 5.8.11) - babel-transpiler - sprockets (>= 3.0.0) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - sprockets (>= 3.0.0) - ssrf_filter (1.0.8) - swd (2.0.2) - activesupport (>= 3) - attr_required (>= 0.0.5) - faraday (~> 2.0) - faraday-follow_redirects - sxp (1.3.0) - matrix (~> 0.4) - rdf (~> 3.3) - temple (0.10.3) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - terser (1.1.20) - execjs (>= 0.3.0, < 3) - tether-rails (1.4.0) - rails (>= 3.1) - thor (1.3.0) - thread (0.2.2) - thread_safe (0.3.6) - tilt (2.3.0) - timeout (0.4.1) - tinymce-rails (5.10.9) - railties (>= 3.1.1) - trailblazer-option (0.1.2) - turbolinks (5.2.1) - turbolinks-source (~> 5.2) - turbolinks-source (5.2.0) - twitter-typeahead-rails (0.11.1.pre.corejavascript) - actionpack (>= 3.1) - jquery-rails - railties (>= 3.1) - typhoeus (1.4.1) - ethon (>= 0.9.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - uber (0.1.0) - unicode-display_width (1.8.0) - unicode-types (1.9.0) - unicode_utils (1.4.0) - validatable (1.6.7) - validate_email (0.1.6) - activemodel (>= 3.0) - mail (>= 2.2.5) - validate_url (1.0.15) - activemodel (>= 3.0.0) - public_suffix - valkyrie (3.1.4) - activemodel - activesupport - dry-struct - dry-types (~> 1.0) - faraday (>= 0.9, < 3, != 2.0.0) - faraday-multipart - json - json-ld - railties - rdf (~> 3.0, >= 3.0.10) - rdf-vocab - reform (~> 2.2) - reform-rails - version_gem (1.1.4) - view_component (2.74.1) - activesupport (>= 5.0.0, < 8.0) - concurrent-ruby (~> 1.0) - method_source (~> 1.0) - warden (1.2.9) - rack (>= 2.0.9) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) - bindex (>= 0.4.0) - railties (>= 6.0.0) - webdrivers (4.7.0) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (> 3.141, < 5.0) - webfinger (2.1.2) - activesupport - faraday (~> 2.0) - faraday-follow_redirects - webmock (3.19.1) - addressable (>= 2.8.0) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.1) - websocket (1.2.10) - websocket-driver (0.7.6) - websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.5) - xpath (3.2.0) - nokogiri (~> 1.8) - yaml-ld (0.0.2) - json-ld (~> 3.2, >= 3.2.3) - psych (>= 3.3) - rdf (~> 3.2, >= 3.2.9) - rdf-xsd (~> 3.2) - yard (0.9.34) - zeitwerk (2.6.12) - zlib (2.1.1) - -PLATFORMS - aarch64-linux-musl - -DEPENDENCIES - active-fedora (~> 14.0) - active_elastic_job! - activerecord-nulldb-adapter - addressable (= 2.8.1) - apartment! - aws-sdk-sqs - bixby (~> 5.0, >= 5.0.2) - blacklight (~> 7.29) - blacklight_advanced_search - blacklight_oai_provider (~> 7.0) - blacklight_range_limit - bolognese (>= 1.9.10) - bootstrap (~> 4.6) - bootstrap-datepicker-rails - bulkrax! - byebug - capybara - capybara-screenshot (~> 1.0) - carrierwave-aws (~> 1.3) - cocoon - codemirror-rails - coffee-rails (~> 4.2) - database_cleaner - derivative-rodeo (~> 0.5, >= 0.5.3) - devise - devise-guests (~> 0.3) - devise-i18n - devise_invitable (~> 2.0) - dry-monads (~> 1.5) - easy_translate - factory_bot_rails - fcrepo_wrapper (~> 0.4) - flutie - good_job (~> 2.99) - google-protobuf - googleauth (~> 1.9.0) - grpc - hyku_knapsack! - hyrax! - hyrax-doi! - hyrax-iiif_av! - i18n-debug - i18n-tasks - iiif_print - jbuilder (~> 2.5) - jquery-rails - json-canonicalization (~> 0.3.3) - launchy - listen (>= 3.0.5, < 3.2) - lograge - mods (~> 2.4) - negative_captcha - okcomputer - omniauth-cas! - omniauth-multi-provider - omniauth-rails_csrf_protection (~> 1.0) - omniauth-saml (~> 2.1) - omniauth_openid_connect - openssl (>= 3.2.0) - order_already - parser (>= 3.1.0.0) - pg - postrank-uri (>= 1.0.24) - pry-byebug - puma (~> 5.6) - rack-test (= 0.7.0) - rails (~> 6.1.7.8) - rails-controller-testing - rdf (~> 3.2) - redcarpet - redis-namespace (~> 1.10) - redlock (>= 0.1.2, < 2.0) - riiif (~> 2.0) - rolify - rsolr (~> 2.0) - rspec - rspec-activemodel-mocks - rspec-its - rspec-rails (>= 3.6.0) - rspec-retry - rspec_junit_formatter - rubocop (= 1.28.2) - rubocop-rails (~> 2.15) - rubocop-rspec (~> 1.22, <= 1.22.2) - sass-rails (~> 6.0) - scss_lint - secure_headers - selenium-webdriver (= 4.8.1) - shoulda-matchers (~> 4.0) - sidekiq (< 7.0) - simplecov - solargraph - solr_wrapper (~> 2.0) - spring (~> 1.7) - spring-watcher-listen (~> 2.0.0) - terser - tether-rails - turbolinks (~> 5) - twitter-typeahead-rails (= 0.11.1.pre.corejavascript) - valkyrie (~> 3.0, >= 3.1.4) - web-console (>= 3.3.0) - webdrivers (~> 4.7.0) - webmock - willow_sword! - -BUNDLED WITH - 2.4.21 diff --git a/bundler.d/example.rb b/bundler.d/example.rb index 97c3b1ff..daab2bd3 100644 --- a/bundler.d/example.rb +++ b/bundler.d/example.rb @@ -11,3 +11,5 @@ ensure_gem 'derivative-rodeo', '~> 0.5', '>= 0.5.3' ensure_gem 'json-canonicalization', '~> 0.3.3' +ensure_gem 'rails', '~> 6.0', github: 'rails/rails', branch: '6-1-stable', ref: 'd16199e507086e3d54d94253b7e1d87ead394d9f' +