From c7b2177c430d66cee0ba29a6410fb8561d89188a Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 18 Jul 2023 09:54:35 -0700 Subject: [PATCH] chore: upgrade gem dependencies --- Gemfile | 120 ++++++++++++------------- Gemfile.lock | 241 ++++++++++++++++++++++++++------------------------- 2 files changed, 183 insertions(+), 178 deletions(-) diff --git a/Gemfile b/Gemfile index dddee9c6..5ba369ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,106 +1,106 @@ -source "https://rubygems.org" -ruby "3.2.1" +source 'https://rubygems.org' +ruby '3.2.1' git_source(:github) do |repo_name| - repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/') "https://github.com/#{repo_name}.git" end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 7.0.4" -gem "sprockets-rails" +gem 'rails', '~> 7.0.4' +gem 'sprockets-rails' -gem "pg" +gem 'pg' # Use Puma as the app server -gem "puma", ">= 5.6.4" +gem 'puma', '>= 5.6.4' # Use Uglifier as compressor for JavaScript assets -gem "uglifier", ">= 1.3.0" +gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes # Use jquery as the JavaScript library -gem "jquery-rails" +gem 'jquery-rails' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem "jbuilder", "~> 2.5" +gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production -gem "redis", "~> 3.0" +gem 'redis', '~> 3.0' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem "nokogiri", ">= 1.13.4" +gem 'nokogiri', '>= 1.13.4' -gem "bootsnap", require: false +gem 'bootsnap', require: false -gem "haml" +gem 'haml' -gem "friendly_id", "~> 5.1.0" +gem 'friendly_id', '~> 5.1.0' -gem "newrelic_rpm" +gem 'newrelic_rpm' -gem "devise" +gem 'devise' -gem "omniauth" +gem 'omniauth' -gem "twilio-ruby", "~> 4.11.1" +gem 'twilio-ruby', '~> 4.11.1' -gem "activerecord-import" +gem 'activerecord-import' -gem "jsbundling-rails" +gem 'jsbundling-rails' -gem "cssbundling-rails" +gem 'cssbundling-rails' -gem "turbo-rails" +gem 'turbo-rails' -gem "stimulus-rails" +gem 'stimulus-rails' -gem "watir" +gem 'watir' -gem "selenium-webdriver", "~> 4.4" -gem "net-sftp" -gem "ed25519" -gem "bcrypt_pbkdf" +gem 'selenium-webdriver', '~> 4.4' +gem 'net-sftp' +gem 'ed25519' +gem 'bcrypt_pbkdf' -gem "standard_deviation" +gem 'standard_deviation' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem "byebug", platform: :mri - gem "factory_bot_rails" - gem "parallel_tests" - gem "rack-mini-profiler" - gem "rspec-rails", "~> 5.1.0" + gem 'byebug', platform: :mri + gem 'factory_bot_rails' + gem 'parallel_tests' + gem 'rack-mini-profiler' + gem 'rspec-rails', '~> 5.1.0' end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem "brakeman" - gem "bullet" - gem "erb_lint", require: false - gem "erblint-github" - gem "guard" - gem "guard-rspec", require: false - gem "guard-livereload", "~> 2.5", require: false - gem "rack-livereload" - gem "listen", "~> 3.0.5" - gem "nested_scaffold" + gem 'brakeman' + gem 'bullet' + gem 'erb_lint', require: false + gem 'erblint-github' + gem 'guard' + gem 'guard-rspec', require: false + gem 'guard-livereload', '~> 2.5', require: false + gem 'rack-livereload' + gem 'listen', '~> 3.8.0' + gem 'nested_scaffold' # gem 'reek', require: false - gem "rubocop", require: false - gem "seed_dump" - gem "solargraph-reek" - gem "spring" - gem "web-console" + gem 'rubocop', require: false + gem 'seed_dump' + gem 'solargraph-reek' + gem 'spring' + gem 'web-console' end -group "test" do - gem "apparition", github: "twalpole/apparition", ref: "ca86be4d54af835d531dbcd2b86e7b2c77f85f34" - gem "capybara" - gem "database_cleaner" - gem "launchy" - gem "rails-controller-testing" - gem "simplecov", require: false - gem "timecop" +group 'test' do + gem 'apparition', github: 'twalpole/apparition', ref: 'ca86be4d54af835d531dbcd2b86e7b2c77f85f34' + gem 'capybara' + gem 'database_cleaner' + gem 'launchy' + gem 'rails-controller-testing' + gem 'simplecov', require: false + gem 'timecop' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] +gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] -gem "reline", "~> 0.3.2" +gem 'reline', '~> 0.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5ed6bc82..fddf88c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,81 +10,81 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.0.4.3) - actionpack (= 7.0.4.3) - activesupport (= 7.0.4.3) + actioncable (7.0.6) + actionpack (= 7.0.6) + activesupport (= 7.0.6) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.4.3) - actionpack (= 7.0.4.3) - activejob (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + actionmailbox (7.0.6) + actionpack (= 7.0.6) + activejob (= 7.0.6) + activerecord (= 7.0.6) + activestorage (= 7.0.6) + activesupport (= 7.0.6) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.4.3) - actionpack (= 7.0.4.3) - actionview (= 7.0.4.3) - activejob (= 7.0.4.3) - activesupport (= 7.0.4.3) + actionmailer (7.0.6) + actionpack (= 7.0.6) + actionview (= 7.0.6) + activejob (= 7.0.6) + activesupport (= 7.0.6) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.4.3) - actionview (= 7.0.4.3) - activesupport (= 7.0.4.3) - rack (~> 2.0, >= 2.2.0) + actionpack (7.0.6) + actionview (= 7.0.6) + activesupport (= 7.0.6) + rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.4.3) - actionpack (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + actiontext (7.0.6) + actionpack (= 7.0.6) + activerecord (= 7.0.6) + activestorage (= 7.0.6) + activesupport (= 7.0.6) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.4.3) - activesupport (= 7.0.4.3) + actionview (7.0.6) + activesupport (= 7.0.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.4.3) - activesupport (= 7.0.4.3) + activejob (7.0.6) + activesupport (= 7.0.6) globalid (>= 0.3.6) - activemodel (7.0.4.3) - activesupport (= 7.0.4.3) - activerecord (7.0.4.3) - activemodel (= 7.0.4.3) - activesupport (= 7.0.4.3) + activemodel (7.0.6) + activesupport (= 7.0.6) + activerecord (7.0.6) + activemodel (= 7.0.6) + activesupport (= 7.0.6) activerecord-import (1.4.1) activerecord (>= 4.2) - activestorage (7.0.4.3) - actionpack (= 7.0.4.3) - activejob (= 7.0.4.3) - activerecord (= 7.0.4.3) - activesupport (= 7.0.4.3) + activestorage (7.0.6) + actionpack (= 7.0.6) + activejob (= 7.0.6) + activerecord (= 7.0.6) + activesupport (= 7.0.6) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.4.3) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) backport (1.2.0) - bcrypt (3.1.18) + bcrypt (3.1.19) bcrypt_pbkdf (1.1.0) benchmark (0.2.1) - better_html (2.0.1) + better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) @@ -94,13 +94,13 @@ GEM bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) - brakeman (5.4.1) + brakeman (6.0.0) builder (3.2.4) bullet (7.0.7) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) - capybara (3.38.0) + capybara (3.39.2) addressable matrix mini_mime (>= 0.1.3) @@ -112,7 +112,7 @@ GEM coderay (1.1.3) concurrent-ruby (1.2.2) crass (1.0.6) - cssbundling-rails (1.1.2) + cssbundling-rails (1.2.0) railties (>= 6.0.0) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) @@ -121,7 +121,7 @@ GEM database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) date (3.3.3) - devise (4.9.0) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -134,14 +134,14 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erb_lint (0.3.1) + erb_lint (0.4.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow rubocop smart_properties - erblint-github (0.1.3) + erblint-github (0.4.1) erubi (1.12.0) eventmachine (1.2.7) execjs (2.8.1) @@ -181,18 +181,18 @@ GEM tilt hashie (5.0.0) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - jaro_winkler (1.5.4) + jaro_winkler (1.5.6) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - jquery-rails (4.5.1) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jsbundling-rails (1.1.1) + jsbundling-rails (1.1.2) railties (>= 6.0.0) json (2.6.3) jwt (1.5.6) @@ -201,14 +201,15 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) kwalify (0.7.2) + language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - loofah (2.19.1) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) lumberjack (1.2.8) mail (2.8.1) mini_mime (>= 0.1.1) @@ -219,12 +220,12 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.18.0) - msgpack (1.6.1) + minitest (5.18.1) + msgpack (1.7.2) multi_json (1.15.0) nenv (0.3.0) nested_scaffold (1.1.0) - net-imap (0.3.4) + net-imap (0.3.6) date net-protocol net-pop (0.1.2) @@ -235,12 +236,12 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.3.3) net-protocol - net-ssh (7.0.1) - newrelic_rpm (8.16.0) - nio4r (2.5.8) - nokogiri (1.15.2-arm64-darwin) + net-ssh (7.1.0) + newrelic_rpm (9.3.1) + nio4r (2.5.9) + nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.2-x86_64-linux) + nokogiri (1.15.3-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -250,54 +251,57 @@ GEM rack (>= 2.2.3) rack-protection orm_adapter (0.5.0) - parallel (1.22.1) - parallel_tests (4.2.0) + parallel (1.23.0) + parallel_tests (4.2.1) parallel - parser (3.2.1.1) + parser (3.2.2.3) ast (~> 2.4.1) - pg (1.4.6) + racc + pg (1.5.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) - puma (6.1.1) + public_suffix (5.0.3) + puma (6.3.0) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.6.4) - rack-livereload (0.3.17) + rack (2.2.7) + rack-livereload (0.5.1) rack - rack-mini-profiler (3.0.0) + rack-mini-profiler (3.1.0) rack (>= 1.2.0) - rack-protection (3.0.5) + rack-protection (3.0.6) rack rack-test (2.1.0) rack (>= 1.3) - rails (7.0.4.3) - actioncable (= 7.0.4.3) - actionmailbox (= 7.0.4.3) - actionmailer (= 7.0.4.3) - actionpack (= 7.0.4.3) - actiontext (= 7.0.4.3) - actionview (= 7.0.4.3) - activejob (= 7.0.4.3) - activemodel (= 7.0.4.3) - activerecord (= 7.0.4.3) - activestorage (= 7.0.4.3) - activesupport (= 7.0.4.3) + rails (7.0.6) + actioncable (= 7.0.6) + actionmailbox (= 7.0.6) + actionmailer (= 7.0.6) + actionpack (= 7.0.6) + actiontext (= 7.0.6) + actionview (= 7.0.6) + activejob (= 7.0.6) + activemodel (= 7.0.6) + activerecord (= 7.0.6) + activestorage (= 7.0.6) + activesupport (= 7.0.6) bundler (>= 1.15.0) - railties (= 7.0.4.3) + railties (= 7.0.6) 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) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.4.3) - actionpack (= 7.0.4.3) - activesupport (= 7.0.4.3) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.0.6) + actionpack (= 7.0.6) + activesupport (= 7.0.6) method_source rake (>= 12.2) thor (~> 1.0) @@ -307,13 +311,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rbs (2.8.4) redis (3.3.5) reek (6.1.4) kwalify (~> 0.7.0) parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.7.0) - reline (0.3.2) + regexp_parser (2.8.1) + reline (0.3.6) io-console (~> 0.5) responders (3.1.0) actionpack (>= 5.2) @@ -325,12 +330,12 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.4) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (5.1.2) @@ -341,25 +346,26 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.12.0) - rubocop (1.48.1) + rspec-support (3.12.1) + rubocop (1.54.2) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.26.0, < 2.0) + rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.27.0) + rubocop-ast (1.29.0) parser (>= 3.2.1.0) ruby-progressbar (1.13.0) rubyzip (2.3.2) seed_dump (3.3.1) activerecord (>= 4) activesupport (>= 4) - selenium-webdriver (4.8.1) + selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -371,18 +377,19 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) smart_properties (1.17.0) - solargraph (0.48.0) + solargraph (0.49.0) backport (~> 1.2) benchmark - bundler (>= 1.17.2) + bundler (~> 2.0) 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) + rbs (~> 2.0) + reverse_markdown (~> 2.0) + rubocop (~> 1.38) thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) @@ -400,11 +407,11 @@ GEM standard_deviation (1.0.3) stimulus-rails (1.2.1) railties (>= 6.0.0) - temple (0.10.0) - thor (1.2.1) - tilt (2.1.0) + temple (0.10.2) + thor (1.2.2) + tilt (2.2.0) timecop (0.9.6) - timeout (0.3.2) + timeout (0.4.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -429,16 +436,14 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webrick (1.7.0) websocket (1.2.9) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.28) - webrick (~> 1.7.0) - zeitwerk (2.6.7) + yard (0.9.34) + zeitwerk (2.6.8) PLATFORMS arm64-darwin-21 @@ -469,7 +474,7 @@ DEPENDENCIES jquery-rails jsbundling-rails launchy - listen (~> 3.0.5) + listen (~> 3.8.0) nested_scaffold net-sftp newrelic_rpm