From bf964e1a9fb1a915ce9970ac144fd953a31a8388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:43:46 +0000 Subject: [PATCH] Bump rubocop, fancybox2-rails, globalize, rubocop-rspec and tolk Bumps [rubocop](https://github.com/rubocop/rubocop), [fancybox2-rails](https://github.com/sureswiftcapital/fancybox2-rails), [globalize](https://github.com/globalize/globalize), [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [tolk](https://github.com/rdunlop/tolk). These dependencies needed to be updated together. Updates `rubocop` from 0.93.1 to 1.56.4 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.93.1...v1.56.4) Updates `fancybox2-rails` from `785561e` to 0.2.8 - [Commits](https://github.com/sureswiftcapital/fancybox2-rails/compare/785561ee26a8c3f5dfd50a0c2050011dcf959aa5...v0.2.8) Updates `globalize` from `3c146ab` to 6.2.1 - [Commits](https://github.com/globalize/globalize/compare/3c146abbba4200aed1bbdbf3e63d5729a9dd95a1...v6.2.1) Updates `rubocop-rspec` from 1.44.1 to 2.24.1 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v1.44.1...v2.24.1) Updates `tolk` from `8342a4e` to 4.2.0 - [Commits](https://github.com/rdunlop/tolk/commits) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major - dependency-name: fancybox2-rails dependency-type: direct:production - dependency-name: globalize dependency-type: direct:production - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major - dependency-name: tolk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 +++++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index a49e549d1..6066a421e 100644 --- a/Gemfile +++ b/Gemfile @@ -122,7 +122,7 @@ end group :development, :test do gem 'bundler-audit', require: false - gem 'rubocop', '0.93.1', require: false + gem 'rubocop', '1.56.4', require: false gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false gem 'teaspoon-jasmine' diff --git a/Gemfile.lock b/Gemfile.lock index 5eb442e16..a0e4b1e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,6 +179,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) + base64 (0.1.1) bcrypt (3.1.19) breadcrumbs_on_rails (3.0.1) builder (3.2.4) @@ -377,6 +378,7 @@ GEM kaminari-core (1.2.2) kgio (2.11.4) kostya-sigar (2.0.10) + language_server-protocol (3.17.0.3) loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -402,7 +404,7 @@ GEM money (~> 6.13) railties (>= 3.0) nested_form (0.3.2) - net-imap (0.3.7) + net-imap (0.4.0) date net-protocol net-pop (0.1.2) @@ -411,7 +413,7 @@ GEM timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) - net-smtp (0.3.3) + net-smtp (0.4.0) net-protocol net-ssh (7.1.0) nilify_blanks (1.4.0) @@ -429,7 +431,7 @@ GEM activerecord (>= 5.2) request_store (~> 1.1) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pdf-core (0.7.0) @@ -531,7 +533,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rolify (5.3.0) rollbar (3.4.0) ros-apartment (2.11.0) @@ -567,23 +569,31 @@ GEM rspec-support (3.12.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.93.1) + rubocop (1.56.4) + base64 (~> 0.1.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) + rubocop-capybara (2.19.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.24.0) + rubocop (~> 1.33) rubocop-rails (2.2.1) rack (>= 1.1) rubocop (>= 0.72.0) - rubocop-rspec (1.44.1) - rubocop (~> 0.87) - rubocop-ast (>= 0.7.1) + rubocop-rspec (2.24.1) + rubocop (~> 1.33) + rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) ruby-ole (1.2.12.2) ruby-progressbar (1.13.0) ruby-vips (2.1.4) @@ -668,7 +678,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.8.0) + unicode-display_width (2.5.0) unicode_utils (1.4.0) unicorn (6.1.0) kgio (~> 2.6) @@ -772,7 +782,7 @@ DEPENDENCIES rspec-instafail rspec-rails rspec_junit_formatter - rubocop (= 0.93.1) + rubocop (= 1.56.4) rubocop-rails rubocop-rspec rubyzip