mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-27 16:40:59 -05:00
deps(bundler): bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383)
Bumps [standard](https://github.com/standardrb/standard) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.42.0...v1.42.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
39b1577f18
commit
6776692011
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -11,7 +11,7 @@ gem "rubocop-performance", "~>1.22.1"
|
||||||
gem "rubocop-rails", "~> 2.27"
|
gem "rubocop-rails", "~> 2.27"
|
||||||
gem "rubocop-rake", "~> 0.6.0"
|
gem "rubocop-rake", "~> 0.6.0"
|
||||||
gem "rubocop-rspec", "~> 3.2.0"
|
gem "rubocop-rspec", "~> 3.2.0"
|
||||||
gem "standard", "~>1.41"
|
gem "standard", "~>1.42"
|
||||||
gem "rubocop-capybara", "~> 2.21"
|
gem "rubocop-capybara", "~> 2.21"
|
||||||
gem "rubocop-factory_bot", "~> 2.26"
|
gem "rubocop-factory_bot", "~> 2.26"
|
||||||
gem "rubocop-rspec_rails", "~> 2.30"
|
gem "rubocop-rspec_rails", "~> 2.30"
|
||||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -23,7 +23,7 @@ GEM
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
i18n (1.14.6)
|
i18n (1.14.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.8.1)
|
json (2.8.2)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
lint_roller (1.1.0)
|
lint_roller (1.1.0)
|
||||||
logger (1.6.1)
|
logger (1.6.1)
|
||||||
|
@ -76,7 +76,7 @@ GEM
|
||||||
rubocop-rspec (~> 3, >= 3.0.1)
|
rubocop-rspec (~> 3, >= 3.0.1)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
securerandom (0.3.2)
|
securerandom (0.3.2)
|
||||||
standard (1.42.0)
|
standard (1.42.1)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.0)
|
lint_roller (~> 1.0)
|
||||||
rubocop (~> 1.68.0)
|
rubocop (~> 1.68.0)
|
||||||
|
@ -108,7 +108,7 @@ DEPENDENCIES
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 3.2.0)
|
rubocop-rspec (~> 3.2.0)
|
||||||
rubocop-rspec_rails (~> 2.30)
|
rubocop-rspec_rails (~> 2.30)
|
||||||
standard (~> 1.41)
|
standard (~> 1.42)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.9
|
2.5.9
|
||||||
|
|
Loading…
Reference in a new issue