From 5153fa050f79e885cc9eb2c7a47109abdf99f761 Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Wed, 28 Aug 2024 15:13:08 -0400 Subject: [PATCH] bundle update + manually specify bootstrap subdependency --- Gemfile | 4 +- Gemfile.lock | 120 +++++++++++++++++++++++++++------------------------ 2 files changed, 67 insertions(+), 57 deletions(-) diff --git a/Gemfile b/Gemfile index 6dc03e846e..6d6fb6ab57 100644 --- a/Gemfile +++ b/Gemfile @@ -28,8 +28,10 @@ gem "terrapin", "~> 0.6.0" gem "thor", "~> 1.0" gem "twilio-ruby", "~> 7.2.0" # Does not use semver after v5, watch out! -# JS/CSS gem "bootstrap", "~> 4.3" +gem "sassc-rails", "~> 2.1" + +# JS/CSS gem "clipboard-rails", "~> 1.7" gem "dropzonejs-rails", "~> 0.8.5" gem "flatpickr" diff --git a/Gemfile.lock b/Gemfile.lock index fc2966ee60..e56469350c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - acts_as_list (1.2.1) + acts_as_list (1.2.2) activerecord (>= 6.1) activesupport (>= 6.1) addressable (2.8.7) @@ -133,24 +133,24 @@ GEM activerecord (>= 5.2, < 7.2) activesupport (>= 5.2, < 7.2) request_store (~> 1.0) - autoprefixer-rails (10.4.16.0) + autoprefixer-rails (10.4.19.0) execjs (~> 2) awesome_print (1.9.2) aws-eventstream (1.3.0) - aws-partitions (1.950.0) - aws-sdk-core (3.201.0) + aws-partitions (1.968.0) + aws-sdk-core (3.202.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) aws-sdk-kms (1.88.0) aws-sdk-core (~> 3, >= 3.201.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.156.0) + aws-sdk-s3 (1.159.0) aws-sdk-core (~> 3, >= 3.201.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.8.0) + aws-sigv4 (1.9.1) aws-eventstream (~> 1, >= 1.0.2) azure-storage-blob (2.0.3) azure-storage-common (~> 2.0) @@ -170,14 +170,13 @@ GEM debug_inspector (>= 1.2.0) bluecloth (2.2.0) blueprinter (0.25.3) - bootsnap (1.18.3) + bootsnap (1.18.4) msgpack (~> 1.2) - bootstrap (4.6.2) + bootstrap (4.6.2.1) autoprefixer-rails (>= 9.1.0) popper_js (>= 1.16.1, < 2) - sassc-rails (>= 2.0.0) builder (3.3.0) - bullet (7.1.6) + bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -214,13 +213,13 @@ GEM daemons (1.4.1) dalli (3.2.8) date (3.3.4) - db-query-matchers (0.12.0) - activesupport (>= 4.0, < 7.2) + db-query-matchers (0.13.0) + activesupport (>= 4.0, < 7.3) rspec (>= 3.0) debug_inspector (1.2.0) - delayed_job (4.1.11) + delayed_job (4.1.12) activesupport (>= 3.0, < 8.0) - delayed_job_active_record (4.1.8) + delayed_job_active_record (4.1.10) activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) descriptive_statistics (2.5.1) @@ -273,7 +272,7 @@ GEM faraday-httpclient (1.0.1) faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) @@ -297,9 +296,9 @@ GEM activerecord (>= 5.0, < 8) ruby2ruby (~> 2.4) ruby_parser (~> 3.10) - hashdiff (1.1.0) + hashdiff (1.1.1) http-accept (1.7.0) - http-cookie (1.0.6) + http-cookie (1.0.7) domain_name (~> 0.5) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -308,7 +307,7 @@ GEM railties (>= 5.0) i18n-js (3.9.2) i18n (>= 0.6.6) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) immigrant (0.3.6) @@ -338,6 +337,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -351,13 +351,11 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0702) - mini_magick (4.13.1) + mime-types-data (3.2024.0820) + mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.25.1) - mize (0.4.1) - protocol (~> 2.0) mocha (1.16.1) msgpack (1.7.2) multipart-post (2.4.1) @@ -379,21 +377,19 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) observer (0.1.2) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.4.6) - pg_search (2.3.6) - activerecord (>= 5.2) - activesupport (>= 5.2) - phony (2.20.12) + pg_search (2.3.7) + activerecord (>= 6.1) + activesupport (>= 6.1) + phony (2.20.13) popper_js (1.16.1) postgres-copy (1.7.1) activerecord (>= 5.1) pg (>= 0.17) - protocol (2.0.0) - ruby_parser (~> 3.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -404,7 +400,7 @@ GEM pry (>= 0.13.0) psych (5.1.2) stringio - public_suffix (6.0.0) + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -507,7 +503,7 @@ GEM rspec-expectations (>= 2.99.0.beta1) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-github (2.4.0) @@ -515,7 +511,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -524,27 +520,37 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-rails (2.15.2) + rubocop-capybara (2.21.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.26.1) + rubocop (~> 1.61) + rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.11.1) - rubocop (~> 1.19) + rubocop-rspec (2.31.0) + rubocop (~> 1.40) + rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.29.1) + rubocop (~> 1.61) ruby-graphviz (1.2.5) rexml ruby-jmeter (3.1.08) @@ -552,13 +558,14 @@ GEM rest-client ruby-ole (1.2.13.1) ruby-progressbar (1.13.0) - ruby-vips (2.2.1) + ruby-vips (2.2.2) ffi (~> 1.12) + logger ruby2_keywords (0.0.5) - ruby2ruby (2.5.0) + ruby2ruby (2.5.1) ruby_parser (~> 3.1) sexp_processor (~> 4.6) - ruby_parser (3.21.0) + ruby_parser (3.21.1) racc (~> 1.5) sexp_processor (~> 4.16) rubyzip (2.3.2) @@ -581,13 +588,13 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) semantic_range (3.0.0) - sentry-rails (5.18.1) + sentry-rails (5.19.0) railties (>= 5.0) - sentry-ruby (~> 5.18.1) - sentry-ruby (5.18.1) + sentry-ruby (~> 5.19.0) + sentry-ruby (5.19.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sexp_processor (4.17.1) + sexp_processor (4.17.2) spinjs-rails (1.3) rails (>= 3.1) spreadsheet (1.3.1) @@ -596,17 +603,16 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.1.1) strscan (3.1.0) sync (0.5.0) sys-filesystem (1.5.0) ffi (~> 1.1) - term-ansicolor (1.10.2) - mize + term-ansicolor (1.11.2) tins (~> 1.0) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) @@ -617,7 +623,7 @@ GEM tins (1.33.0) bigdecimal sync - twilio-ruby (7.2.2) + twilio-ruby (7.2.4) faraday (>= 0.9, < 3.0) jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) @@ -627,7 +633,8 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uniform_notifier (1.16.0) - vcr (6.2.0) + vcr (6.3.1) + base64 versionist (2.0.1) activesupport (>= 3) railties (>= 3) @@ -643,7 +650,7 @@ GEM railties (>= 5.2) semantic_range (>= 2.3.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -755,6 +762,7 @@ DEPENDENCIES rubocop-rspec (~> 2.0) ruby-jmeter (~> 3.1) rubyzip (~> 2.3) + sassc-rails (~> 2.1) scout_apm (~> 5.0) scrypt (~> 3.0) select2-rails (~> 4.0)