mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
deps(bundler): bump standard from 1.34.0 to 1.35.1 in /dependencies (#5426)
Bumps [standard](https://github.com/standardrb/standard) from 1.34.0 to 1.35.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.34.0...v1.35.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... 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
abfcf4e3d5
commit
69cc4921a2
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -11,4 +11,4 @@ gem "rubocop-performance", "~>1.20.2"
|
||||||
gem "rubocop-rails", "~> 2.24"
|
gem "rubocop-rails", "~> 2.24"
|
||||||
gem "rubocop-rake", "~> 0.6.0"
|
gem "rubocop-rake", "~> 0.6.0"
|
||||||
gem "rubocop-rspec", "~> 2.27.1"
|
gem "rubocop-rspec", "~> 2.27.1"
|
||||||
gem "standard", "~>1.34"
|
gem "standard", "~>1.35"
|
||||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -72,10 +72,10 @@ GEM
|
||||||
rubocop-capybara (~> 2.17)
|
rubocop-capybara (~> 2.17)
|
||||||
rubocop-factory_bot (~> 2.22)
|
rubocop-factory_bot (~> 2.22)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
standard (1.34.0)
|
standard (1.35.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.60)
|
rubocop (~> 1.62.0)
|
||||||
standard-custom (~> 1.0.0)
|
standard-custom (~> 1.0.0)
|
||||||
standard-performance (~> 1.3)
|
standard-performance (~> 1.3)
|
||||||
standard-custom (1.0.2)
|
standard-custom (1.0.2)
|
||||||
|
@ -99,7 +99,7 @@ DEPENDENCIES
|
||||||
rubocop-rails (~> 2.24)
|
rubocop-rails (~> 2.24)
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 2.27.1)
|
rubocop-rspec (~> 2.27.1)
|
||||||
standard (~> 1.34)
|
standard (~> 1.35)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.3.26
|
||||||
|
|
Loading…
Reference in a new issue