Skip to content

Commit

Permalink
fix(deps): update mend: high confidence minor and patch dependency up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
mend-for-github-com[bot] authored Jan 17, 2025
1 parent e3306f0 commit 1b9b66f
Show file tree
Hide file tree
Showing 7 changed files with 2,539 additions and 2,152 deletions.
4 changes: 2 additions & 2 deletions dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.62.1"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.35.0"
gem "rubocop-minitest", "~> 0.36.0"
gem "rubocop-performance", "~>1.21.0"
gem "rubocop-rails", "~> 2.25"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.30.0"
gem "rubocop-rspec", "~> 2.31.0"
gem "standard", "~>1.35"
38 changes: 18 additions & 20 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,20 @@ GEM
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.23.1)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
racc (1.8.1)
rack (3.0.11)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
regexp_parser (2.10.0)
rexml (3.4.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -45,17 +44,17 @@ GEM
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.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-minitest (0.35.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.0)
Expand All @@ -68,13 +67,13 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.30.0)
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.28.3)
rubocop (~> 1.40)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
Expand All @@ -88,23 +87,22 @@ GEM
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.62.1)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.35.0)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.25)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.30.0)
rubocop-rspec (~> 2.31.0)
standard (~> 1.35)

BUNDLED WITH
2.3.26
2.3.26
2 changes: 1 addition & 1 deletion dependencies/checkstyle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {

// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
implementation 'com.puppycrawl.tools:checkstyle:10.17.0'
implementation 'com.puppycrawl.tools:checkstyle:10.21.1'
}

group 'com.github.super-linter'
Expand Down
2 changes: 1 addition & 1 deletion dependencies/ktlint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {

// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
implementation 'com.pinterest.ktlint:ktlint-cli:1.2.1'
implementation 'com.pinterest.ktlint:ktlint-cli:1.5.0'
}

group 'com.github.super-linter'
Expand Down
Loading

0 comments on commit 1b9b66f

Please sign in to comment.