mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump rubocop from 1.70.0 to 1.77.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.77.0. - [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.70.0...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
661ef20c5f
commit
c1dd33975b
2 changed files with 7 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ end
|
||||||
|
|
||||||
group :development, :test, :optional => true do
|
group :development, :test, :optional => true do
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
gem 'rubocop', '~> 1.70'
|
gem 'rubocop', '~> 1.77'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test, :optional => true do
|
group :test, :optional => true do
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -193,6 +193,7 @@ GEM
|
||||||
terrapin (~> 0.6.0)
|
terrapin (~> 0.6.0)
|
||||||
language_server-protocol (3.17.0.5)
|
language_server-protocol (3.17.0.5)
|
||||||
libv8-node (24.1.0.0)
|
libv8-node (24.1.0.0)
|
||||||
|
lint_roller (1.1.0)
|
||||||
listen (3.9.0)
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
@ -319,14 +320,15 @@ GEM
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-support (3.13.4)
|
rspec-support (3.13.4)
|
||||||
rubocop (1.70.0)
|
rubocop (1.77.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (>= 3.17.0)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
|
lint_roller (~> 1.1.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.3.0.2)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 2.9.3, < 3.0)
|
regexp_parser (>= 2.9.3, < 3.0)
|
||||||
rubocop-ast (>= 1.36.2, < 2.0)
|
rubocop-ast (>= 1.45.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 4.0)
|
unicode-display_width (>= 2.4.0, < 4.0)
|
||||||
rubocop-ast (1.45.1)
|
rubocop-ast (1.45.1)
|
||||||
|
@ -450,7 +452,7 @@ DEPENDENCIES
|
||||||
rails_autolink
|
rails_autolink
|
||||||
rexml
|
rexml
|
||||||
rspec-expectations
|
rspec-expectations
|
||||||
rubocop (~> 1.70)
|
rubocop (~> 1.77)
|
||||||
sanitize (~> 7.0)
|
sanitize (~> 7.0)
|
||||||
simplecov
|
simplecov
|
||||||
solargraph
|
solargraph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue