mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump rubocop from 1.78.0 to 1.80.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.80.2. - [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.78.0...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4ffdf00dca
commit
93bcf02f20
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ end
|
|||
|
||||
group :development, :test, :optional => true do
|
||||
gem 'byebug'
|
||||
gem 'rubocop', '~> 1.78'
|
||||
gem 'rubocop', '~> 1.80'
|
||||
end
|
||||
|
||||
group :test, :optional => true do
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -180,7 +180,7 @@ GEM
|
|||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (8.0.0)
|
||||
railties (>= 3.2.16)
|
||||
json (2.12.2)
|
||||
json (2.13.2)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
|
@ -236,7 +236,7 @@ GEM
|
|||
observer (0.1.2)
|
||||
ostruct (0.6.2)
|
||||
parallel (1.27.0)
|
||||
parser (3.3.8.0)
|
||||
parser (3.3.9.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.9)
|
||||
|
@ -310,7 +310,7 @@ GEM
|
|||
rdoc (6.14.1)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
regexp_parser (2.10.0)
|
||||
regexp_parser (2.11.2)
|
||||
reline (0.6.1)
|
||||
io-console (~> 0.5)
|
||||
reverse_markdown (3.0.0)
|
||||
|
@ -320,7 +320,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-support (3.13.4)
|
||||
rubocop (1.78.0)
|
||||
rubocop (1.80.2)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
|
@ -328,10 +328,10 @@ GEM
|
|||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.45.1, < 2.0)
|
||||
rubocop-ast (>= 1.46.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.45.1)
|
||||
rubocop-ast (1.46.0)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
ruby-progressbar (1.13.0)
|
||||
|
@ -401,7 +401,7 @@ GEM
|
|||
rails (>= 3.1)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (3.1.4)
|
||||
unicode-display_width (3.1.5)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
uniform_notifier (1.17.0)
|
||||
|
@ -453,7 +453,7 @@ DEPENDENCIES
|
|||
rails_autolink
|
||||
rexml
|
||||
rspec-expectations
|
||||
rubocop (~> 1.78)
|
||||
rubocop (~> 1.80)
|
||||
sanitize (~> 7.0)
|
||||
simplecov
|
||||
solargraph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue