mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 06:02:36 +01:00
Bump rubocop from 1.82.1 to 1.84.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.1. - [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/v1.82.1...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
53cf4b4453
commit
2ea66b7fb2
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -54,7 +54,7 @@ end
|
|||
|
||||
group :development, :test, :optional => true do
|
||||
gem 'byebug'
|
||||
gem 'rubocop', '~> 1.82'
|
||||
gem 'rubocop', '~> 1.84'
|
||||
end
|
||||
|
||||
group :test, :optional => true do
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ GEM
|
|||
pp (0.6.3)
|
||||
prettyprint
|
||||
prettyprint (0.2.0)
|
||||
prism (1.8.0)
|
||||
prism (1.9.0)
|
||||
psych (5.2.6)
|
||||
date
|
||||
stringio
|
||||
|
|
@ -328,7 +328,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-support (3.13.4)
|
||||
rubocop (1.82.1)
|
||||
rubocop (1.84.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
|
|
@ -336,7 +336,7 @@ GEM
|
|||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.48.0, < 2.0)
|
||||
rubocop-ast (>= 1.49.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.49.0)
|
||||
|
|
@ -471,7 +471,7 @@ DEPENDENCIES
|
|||
rails_autolink
|
||||
rexml
|
||||
rspec-expectations
|
||||
rubocop (~> 1.82)
|
||||
rubocop (~> 1.84)
|
||||
sanitize (~> 7.0)
|
||||
simplecov
|
||||
solargraph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue