From 953f07552d923657fac5cdf408160d3ef12765de Mon Sep 17 00:00:00 2001 From: Thibault Tourailles Date: Fri, 6 Aug 2021 14:20:50 +0200 Subject: [PATCH] Run bundle update Change-Id: I931d3d1d455bafdacdd613d54414bb6aa00dcf23 --- Gemfile.lock | 327 +++++++++++++++++++++++++++------------------------ 1 file changed, 174 insertions(+), 153 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d9f918..bf42a10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,9 +24,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.10.7) - actionpack (>= 4.1, < 6) - activemodel (>= 4.1, < 6) + active_model_serializers (0.10.12) + actionpack (>= 4.1, < 6.2) + activemodel (>= 4.1, < 6.2) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.2.6) @@ -51,104 +51,126 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) ancestry (3.2.1) activerecord (>= 4.2.0) ansi (1.5.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.2) audited (4.10.0) activerecord (>= 4.2, < 6.2) - autoprefixer-rails (9.5.1.1) - execjs - bcrypt (3.1.13) + autoprefixer-rails (10.3.1.0) + execjs (~> 2) + bcrypt (3.1.16) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - bootstrap_form (2.7.0) + bootstrap_form (4.5.0) + actionpack (>= 5.2) + activemodel (>= 5.2) builder (3.2.4) - byebug (10.0.2) + byebug (11.1.3) case_transform (0.2) activesupport choice (0.2.0) - chosen-rails (1.8.3) + chosen-rails (1.9.0) coffee-rails (>= 3.2) railties (>= 3.0) - sass-rails (>= 3.2) + sassc-rails (>= 2.1.2) climate_control (0.2.0) - cocoon (1.2.11) - coffee-rails (4.2.2) + cocoon (1.2.15) + coffee-rails (5.0.0) coffee-script (>= 2.2.0) - railties (>= 4.0.0) + railties (>= 5.2.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.9) crass (1.0.6) - delayed_job (4.1.5) - activesupport (>= 3.0, < 5.3) - delayed_job_active_record (4.1.3) - activerecord (>= 3.0, < 5.3) + delayed_job (4.1.9) + activesupport (>= 3.0, < 6.2) + delayed_job_active_record (4.1.6) + activerecord (>= 3.0, < 6.2) delayed_job (>= 3.0, < 5) - devise (4.7.1) + devise (4.8.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) responders warden (~> 1.2.3) - docile (1.3.0) - domain_name (0.5.20170404) + docile (1.4.0) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) dotenv-rails (2.7.6) dotenv (= 2.7.6) railties (>= 3.2) - draper (3.0.1) - actionpack (~> 5.0) - activemodel (~> 5.0) - activemodel-serializers-xml (~> 1.0) - activesupport (~> 5.0) - request_store (~> 1.0) - dry-configurable (0.7.0) + draper (3.1.0) + actionpack (>= 5.0) + activemodel (>= 5.0) + activemodel-serializers-xml (>= 1.0) + activesupport (>= 5.0) + request_store (>= 1.0) + dry-configurable (0.12.1) concurrent-ruby (~> 1.0) - dry-container (0.6.0) + dry-core (~> 0.5, >= 0.5.0) + dry-container (0.8.0) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.6) + dry-core (0.7.1) + concurrent-ruby (~> 1.0) + dry-events (0.3.0) concurrent-ruby (~> 1.0) - dry-equalizer (0.2.1) - dry-events (0.1.0) + dry-core (~> 0.5, >= 0.5) + dry-matcher (0.9.0) + dry-core (~> 0.4, >= 0.4.8) + dry-monads (1.4.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.4) - dry-equalizer (~> 0.2) - dry-matcher (0.7.0) - dry-monads (0.4.0) - dry-core (~> 0.3, >= 0.3.3) - dry-equalizer - dry-transaction (0.12.1) + dry-core (~> 0.7) + dry-transaction (0.13.3) dry-container (>= 0.2.8) dry-events (>= 0.1.0) dry-matcher (>= 0.7.0) dry-monads (>= 0.4.0) erubi (1.10.0) erubis (2.7.0) - execjs (2.7.0) - factory_bot (4.8.2) - activesupport (>= 3.0.0) - factory_bot_rails (4.8.2) - factory_bot (~> 4.8.2) - railties (>= 3.0.0) - faker (1.8.7) - i18n (>= 0.7) - faraday (0.15.4) + execjs (2.8.1) + factory_bot (6.2.0) + activesupport (>= 5.0.0) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) + railties (>= 5.0.0) + faker (2.18.0) + i18n (>= 1.6, < 2) + faraday (1.6.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) - ffi (1.11.1) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + ffi (1.15.3) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake flamegraph (0.9.5) globalid (0.5.2) activesupport (>= 5.0) - haml (5.0.4) + haml (5.2.2) temple (>= 0.8.0) tilt haml-rails (1.0.0) @@ -157,46 +179,44 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - hashie (3.6.0) + hashie (4.1.0) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - http (3.0.0) + http (5.0.1) addressable (~> 2.3) http-cookie (~> 1.0) - http-form_data (>= 2.0.0.pre.pre2, < 3) - http_parser.rb (~> 0.6.0) - http-cookie (1.0.3) + http-form_data (~> 2.2) + llhttp-ffi (~> 0.3.0) + http-cookie (1.0.4) domain_name (~> 0.5) - http-form_data (2.1.0) - http_parser.rb (0.6.0) + http-form_data (2.3.0) i18n (1.8.10) concurrent-ruby (~> 1.0) - jquery-rails (4.3.1) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.3.1) - json-schema (2.8.0) + json-schema (2.8.1) addressable (>= 2.4) json-schema-generator (0.0.9) jsonpath - json_schema (0.19.1) + json_schema (0.21.0) json_schema-faker (0.6.1) faker json_schema (>= 0.12.4) pxeger - jsonapi-renderer (0.2.0) - jsoneditor-rails (1.0.1) - sass-rails - jsonpath (0.8.11) + jsonapi-renderer (0.2.2) + jsoneditor-rails (1.0.4) + railties (>= 3.0) + jsonpath (1.1.0) multi_json - to_regexp (~> 0.2.1) - jwt (2.1.0) + jwt (2.2.3) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -209,10 +229,13 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - launchy (2.4.3) - addressable (~> 2.3) - letter_opener (1.6.0) + launchy (2.5.0) + addressable (~> 2.7) + letter_opener (1.7.0) launchy (~> 2.2) + llhttp-ffi (0.3.1) + ffi-compiler (~> 1.0) + rake (~> 13.0) loofah (2.11.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -223,56 +246,58 @@ GEM mini_mime (1.1.0) mini_portile2 (2.6.1) minitest (5.14.4) - minitest-reporters (1.2.0) + minitest-reporters (1.4.3) ansi builder minitest (>= 5.0) ruby-progressbar - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) - neatjson (0.8.3) - newrelic_rpm (5.0.0.342) + multipart-post (2.1.1) + neatjson (0.9) + newrelic_rpm (7.2.0) nio4r (2.5.8) nokogiri (1.12.2) mini_portile2 (~> 2.6.1) racc (~> 1.4) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.0) + oauth2 (1.4.7) + faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (2.0.4) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-google-oauth2 (0.6.0) + rack-protection + omniauth-google-oauth2 (0.6.1) jwt (>= 2.0) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth-oauth2 (1.7.1) + oauth2 (~> 1.4) + omniauth (>= 1.9, < 3) orm_adapter (0.5.0) - parallel (1.12.1) - parser (2.5.0.5) - ast (~> 2.4.0) - passenger (5.2.2) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) + passenger (6.0.10) rack rake (>= 0.8.1) - pg (1.0.0) - polyamorous (2.3.0) - activerecord (>= 5.0) - powerpack (0.1.1) - public_suffix (3.0.2) + pg (1.2.3) + polyamorous (2.3.2) + activerecord (>= 5.2.1) + public_suffix (4.0.6) pundit (1.1.0) activesupport (>= 3.0.0) pxeger (0.1.0) racc (1.5.2) rack (2.2.3) - rack-mini-profiler (1.0.0) + rack-mini-profiler (2.3.2) rack (>= 1.2.0) - rack-proxy (0.6.5) + rack-protection (2.1.0) + rack + rack-proxy (0.7.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -289,16 +314,16 @@ GEM bundler (>= 1.3.0) railties (= 5.2.6) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.2) - actionpack (~> 5.x, >= 5.0.1) - actionview (~> 5.x, >= 5.0.1) - activesupport (~> 5.x) + 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.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-erd (1.5.2) - activerecord (>= 3.2) - activesupport (>= 3.2) + rails-erd (1.6.1) + activerecord (>= 4.2) + activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) rails-html-sanitizer (1.3.0) @@ -311,84 +336,80 @@ GEM thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (13.0.6) - ransack (2.3.0) - actionpack (>= 5.0) - activerecord (>= 5.0) - activesupport (>= 5.0) + ransack (2.3.2) + activerecord (>= 5.2.1) + activesupport (>= 5.2.1) i18n - polyamorous (= 2.3.0) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) - ffi (~> 1.0) + polyamorous (= 2.3.2) regex_field (0.1.1) rails (>= 4.2.0, < 6) - request_store (1.4.1) + regexp_parser (2.1.1) + request_store (1.5.0) rack (>= 1.4) - responders (3.0.0) + responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rollbar (2.15.5) - multi_json - rubocop (0.54.0) + rexml (3.2.5) + rollbar (2.27.1) + rubocop (1.18.4) parallel (~> 1.10) - parser (>= 2.5) - powerpack (~> 0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.8.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-graphviz (1.2.3) - ruby-progressbar (1.9.0) - ruby_parser (3.11.0) - sexp_processor (~> 4.9) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.8.0) + parser (>= 3.0.1.1) + ruby-graphviz (1.2.5) + rexml + ruby-progressbar (1.11.0) + ruby2_keywords (0.0.5) + ruby_parser (3.17.0) + sexp_processor (~> 4.15, >= 4.15.1) rubyzip (2.0.0) - 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 (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) - sassc (2.0.1) + sassc (2.4.0) ffi (~> 1.9) - rake - sexp_processor (4.10.1) - simplecov (0.16.1) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt + sexp_processor (4.15.3) + simplecov (0.21.2) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) - spring (2.0.2) - activesupport (>= 4.2) - sprockets (3.7.2) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.3) + spring (2.1.1) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - spy (1.0.0) - stackprof (0.2.11) - temple (0.8.0) + spy (1.0.1) + stackprof (0.2.17) + temple (0.8.2) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) thor (1.1.0) thread_safe (0.3.6) - tilt (2.0.8) - to_regexp (0.2.1) + tilt (2.0.10) tzinfo (1.2.9) thread_safe (~> 0.1) - uglifier (4.1.8) + uglifier (4.2.0) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.5) - unicode-display_width (1.5.0) - warden (1.2.8) - rack (>= 2.0.6) + unf_ext (0.0.7.7) + unicode-display_width (2.0.0) + warden (1.2.9) + rack (>= 2.0.9) webpacker (4.3.0) activesupport (>= 4.2) rack-proxy (>= 0.6.1)