mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #3140 from TracksApp/dependabot/bundler/rubocop-1.78.0
Bump rubocop from 1.77.0 to 1.78.0
This commit is contained in:
commit
4ffdf00dca
2 changed files with 3 additions and 3 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.77'
|
gem 'rubocop', '~> 1.78'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test, :optional => true do
|
group :test, :optional => true do
|
||||||
|
|
|
@ -320,7 +320,7 @@ 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.77.0)
|
rubocop (1.78.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.1.0)
|
lint_roller (~> 1.1.0)
|
||||||
|
@ -453,7 +453,7 @@ DEPENDENCIES
|
||||||
rails_autolink
|
rails_autolink
|
||||||
rexml
|
rexml
|
||||||
rspec-expectations
|
rspec-expectations
|
||||||
rubocop (~> 1.77)
|
rubocop (~> 1.78)
|
||||||
sanitize (~> 7.0)
|
sanitize (~> 7.0)
|
||||||
simplecov
|
simplecov
|
||||||
solargraph
|
solargraph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue