X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8f737e30667628842cb8f85b1b2d7851536099f8..43c64a7a9af20e0690e01b4e2484fa7196c66973:/services/api/Gemfile.lock diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index 21d0ad4712..13f07a0476 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -8,225 +8,280 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (5.2.8.1) - actionpack (= 5.2.8.1) + actioncable (7.0.8.1) + actionpack (= 7.0.8.1) + activesupport (= 7.0.8.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.8.1) - actionpack (= 5.2.8.1) - actionview (= 5.2.8.1) - activejob (= 5.2.8.1) + actionmailbox (7.0.8.1) + actionpack (= 7.0.8.1) + activejob (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.0.8.1) + actionpack (= 7.0.8.1) + actionview (= 7.0.8.1) + activejob (= 7.0.8.1) + activesupport (= 7.0.8.1) mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp rails-dom-testing (~> 2.0) - actionpack (5.2.8.1) - actionview (= 5.2.8.1) - activesupport (= 5.2.8.1) - rack (~> 2.0, >= 2.0.8) + actionpack (7.0.8.1) + actionview (= 7.0.8.1) + activesupport (= 7.0.8.1) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.8.1) - activesupport (= 5.2.8.1) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (7.0.8.1) + actionpack (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) + globalid (>= 0.6.0) + nokogiri (>= 1.8.5) + actionview (7.0.8.1) + activesupport (= 7.0.8.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.8.1) - activesupport (= 5.2.8.1) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (7.0.8.1) + activesupport (= 7.0.8.1) globalid (>= 0.3.6) - activemodel (5.2.8.1) - activesupport (= 5.2.8.1) - activerecord (5.2.8.1) - activemodel (= 5.2.8.1) - activesupport (= 5.2.8.1) - arel (>= 9.0) - activestorage (5.2.8.1) - actionpack (= 5.2.8.1) - activerecord (= 5.2.8.1) - marcel (~> 1.0.0) - activesupport (5.2.8.1) + activemodel (7.0.8.1) + activesupport (= 7.0.8.1) + activerecord (7.0.8.1) + activemodel (= 7.0.8.1) + activesupport (= 7.0.8.1) + activestorage (7.0.8.1) + actionpack (= 7.0.8.1) + activejob (= 7.0.8.1) + activerecord (= 7.0.8.1) + activesupport (= 7.0.8.1) + marcel (~> 1.0) + mini_mime (>= 1.1.0) + activesupport (7.0.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) acts_as_api (1.0.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) andand (1.3.3) - arel (9.0.0) - arvados (2.1.5) + arvados (2.7.0.rc2) activesupport (>= 3) andand (~> 1.3, >= 1.3.3) - arvados-google-api-client (>= 0.7, < 0.8.9) - faraday (< 0.16) - i18n (~> 0) + arvados-google-api-client (>= 0.8.7.5, < 0.8.8) + i18n json (>= 1.7.7, < 3) jwt (>= 0.1.5, < 2) - arvados-google-api-client (0.8.7.4) - activesupport (>= 3.2, < 5.3) + arvados-google-api-client (0.8.7.6) + activesupport (>= 3.2, < 8.0) addressable (~> 2.3) autoparse (~> 0.3) extlib (~> 0.9) - faraday (~> 0.9) - googleauth (~> 0.3) + faraday (~> 2.8.0) + faraday-gzip (~> 2.0) + faraday-multipart (~> 1.0) + googleauth (~> 1.0) launchy (~> 2.4) multi_json (~> 1.10) retriable (~> 1.4) - signet (~> 0.6) + signet (~> 0.16.0) autoparse (0.3.3) addressable (>= 2.3.1) extlib (>= 0.9.15) multi_json (>= 1.0.0) + base64 (0.2.0) builder (3.2.4) - byebug (11.0.1) - concurrent-ruby (1.1.10) + byebug (11.1.3) + concurrent-ruby (1.2.3) crass (1.0.6) - erubi (1.10.0) + date (3.3.4) + docile (1.4.0) + erubi (1.12.0) extlib (0.9.16) - factory_bot (5.0.2) - activesupport (>= 4.2.0) - factory_bot_rails (5.0.1) - factory_bot (~> 5.0.0) - railties (>= 4.2.0) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - ffi (1.9.25) - globalid (1.1.0) - activesupport (>= 5.0) - googleauth (0.9.0) - faraday (~> 0.12) + factory_bot (6.2.1) + activesupport (>= 5.0.0) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) + railties (>= 5.0.0) + faraday (2.8.1) + base64 + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-gzip (2.0.1) + faraday (>= 1.0) + zlib (~> 3.0) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (3.0.2) + ffi (1.15.5) + globalid (1.2.1) + activesupport (>= 6.1) + google-cloud-env (2.1.1) + faraday (>= 1.0, < 3.a) + googleauth (1.9.2) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.1) jwt (>= 1.4, < 3.0) - memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.7) + signet (>= 0.16, < 2.a) httpclient (2.8.3) - i18n (0.9.5) + i18n (1.14.4) concurrent-ruby (~> 1.0) - jquery-rails (4.3.3) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.5.1) + json (2.6.3) jwt (1.5.6) - launchy (2.5.0) - addressable (~> 2.7) - listen (3.2.1) + launchy (2.5.2) + addressable (~> 2.8) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lograge (0.10.0) + lograge (0.13.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) logstash-event (1.2.02) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.1) + nokogiri (>= 1.12.0) + mail (2.8.1) mini_mime (>= 0.1.1) - marcel (1.0.2) - memoist (0.16.2) - metaclass (0.0.4) + net-imap + net-pop + net-smtp + marcel (1.0.4) method_source (1.0.0) - mini_mime (1.1.2) - mini_portile2 (2.8.1) + mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.10.3) - mocha (1.8.0) - metaclass (~> 0.0.1) + mocha (2.1.0) + ruby2_keywords (>= 0.0.5) multi_json (1.15.0) - multipart-post (2.1.1) - nio4r (2.5.8) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + multipart-post (2.4.0) + net-imap (0.4.10) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.2) + timeout + net-smtp (0.5.0) + net-protocol + nio4r (2.7.1) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - oj (3.9.2) - optimist (3.0.0) - os (1.1.1) - passenger (6.0.15) + oj (3.16.1) + optimist (3.1.0) + os (1.1.4) + passenger (6.0.18) rack rake (>= 0.8.1) - pg (1.1.4) - power_assert (1.1.4) - public_suffix (4.0.6) - racc (1.6.2) - rack (2.2.6.4) - rack-test (2.0.2) + pg (1.5.4) + power_assert (2.0.3) + public_suffix (5.0.4) + racc (1.7.3) + rack (2.2.9) + rack-test (2.1.0) rack (>= 1.3) - rails (5.2.8.1) - actioncable (= 5.2.8.1) - actionmailer (= 5.2.8.1) - actionpack (= 5.2.8.1) - actionview (= 5.2.8.1) - activejob (= 5.2.8.1) - activemodel (= 5.2.8.1) - activerecord (= 5.2.8.1) - activestorage (= 5.2.8.1) - activesupport (= 5.2.8.1) - bundler (>= 1.3.0) - railties (= 5.2.8.1) - sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.4) - actionpack (>= 5.0.1.x) - actionview (>= 5.0.1.x) - activesupport (>= 5.0.1.x) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails (7.0.8.1) + actioncable (= 7.0.8.1) + actionmailbox (= 7.0.8.1) + actionmailer (= 7.0.8.1) + actionpack (= 7.0.8.1) + actiontext (= 7.0.8.1) + actionview (= 7.0.8.1) + activejob (= 7.0.8.1) + activemodel (= 7.0.8.1) + activerecord (= 7.0.8.1) + activestorage (= 7.0.8.1) + activesupport (= 7.0.8.1) + bundler (>= 1.15.0) + railties (= 7.0.8.1) + 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.4.4) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails-observers (0.1.5) activemodel (>= 4.0) rails-perftest (0.0.7) - railties (5.2.8.1) - actionpack (= 5.2.8.1) - activesupport (= 5.2.8.1) + railties (7.0.8.1) + actionpack (= 7.0.8.1) + activesupport (= 7.0.8.1) method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) - rake (13.0.6) - rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - request_store (1.4.1) + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + request_store (1.5.1) rack (>= 1.4) - responders (2.4.1) - actionpack (>= 4.2.0, < 6.0) - railties (>= 4.2.0, < 6.0) + responders (3.1.0) + actionpack (>= 5.2) + railties (>= 5.2) retriable (1.4.1) - ruby-prof (0.15.9) - safe_yaml (1.0.5) - signet (0.11.0) - addressable (~> 2.3) - faraday (~> 0.9) + ruby-prof (1.6.3) + ruby2_keywords (0.0.5) + signet (0.16.1) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.0) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-rcov (0.2.3) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov-rcov (0.3.1) simplecov (>= 0.4.1) - sprockets (3.7.2) + simplecov_json_formatter (0.1.4) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sshkey (2.0.0) - test-unit (3.3.1) + test-unit (3.6.1) power_assert - thor (1.2.1) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) - websocket-driver (0.7.5) + thor (1.3.1) + timeout (0.4.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + webrick (1.8.1) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) + zeitwerk (2.6.13) + zlib (3.1.0) PLATFORMS ruby @@ -234,10 +289,11 @@ PLATFORMS DEPENDENCIES acts_as_api andand - arvados (~> 2.1.5) + arvados (~> 2.7.0.rc1) byebug factory_bot_rails httpclient + i18n jquery-rails listen lograge @@ -250,20 +306,18 @@ DEPENDENCIES optimist passenger pg (~> 1.0) - rails (~> 5.2.0) + rails (~> 7.0.0) rails-controller-testing rails-observers rails-perftest - responders (~> 2.0) - ruby-prof (~> 0.15.0) - safe_yaml - signet (< 0.12) - simplecov (~> 0.7.1) + responders + ruby-prof + simplecov simplecov-rcov - sprockets (~> 3.0) - sshkey - test-unit (~> 3.0) + sprockets-rails + test-unit themes_for_rails! + webrick BUNDLED WITH - 2.3.26 + 2.4.19