mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-14 21:28:51 +01:00
Merge pull request #3211 from TracksApp/dependabot/bundler/rubocop-1.82.1
Bump rubocop from 1.81.7 to 1.82.1
This commit is contained in:
commit
69e1954278
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -51,7 +51,7 @@ end
|
|||
|
||||
group :development, :test, :optional => true do
|
||||
gem 'byebug'
|
||||
gem 'rubocop', '~> 1.81'
|
||||
gem 'rubocop', '~> 1.82'
|
||||
end
|
||||
|
||||
group :test, :optional => true do
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -180,7 +180,7 @@ GEM
|
|||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (8.0.0)
|
||||
railties (>= 3.2.16)
|
||||
json (2.15.2)
|
||||
json (2.18.0)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
|
|
@ -244,7 +244,7 @@ GEM
|
|||
pp (0.6.3)
|
||||
prettyprint
|
||||
prettyprint (0.2.0)
|
||||
prism (1.6.0)
|
||||
prism (1.7.0)
|
||||
psych (5.2.6)
|
||||
date
|
||||
stringio
|
||||
|
|
@ -322,7 +322,7 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-support (3.13.4)
|
||||
rubocop (1.81.7)
|
||||
rubocop (1.82.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
|
|
@ -330,10 +330,10 @@ GEM
|
|||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.47.1, < 2.0)
|
||||
rubocop-ast (>= 1.48.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.47.1)
|
||||
rubocop-ast (1.48.0)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
ruby-progressbar (1.13.0)
|
||||
|
|
@ -407,7 +407,7 @@ GEM
|
|||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (3.2.0)
|
||||
unicode-emoji (~> 4.1)
|
||||
unicode-emoji (4.1.0)
|
||||
unicode-emoji (4.2.0)
|
||||
uniform_notifier (1.18.0)
|
||||
websocket-driver (0.8.0)
|
||||
base64
|
||||
|
|
@ -459,7 +459,7 @@ DEPENDENCIES
|
|||
rails_autolink
|
||||
rexml
|
||||
rspec-expectations
|
||||
rubocop (~> 1.81)
|
||||
rubocop (~> 1.82)
|
||||
sanitize (~> 7.0)
|
||||
simplecov
|
||||
solargraph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue