Skip to content

Commit

Permalink
Merge pull request #3016 from TracksApp/dependabot/bundler/rubocop-1.…
Browse files Browse the repository at this point in the history
…64.1

Bump rubocop from 1.58.0 to 1.64.1
  • Loading branch information
ZeiP authored Jun 12, 2024
2 parents 1e1fcd2 + 9ba1f7a commit 03c8584
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem 'rubocop', '~> 1.58', require: false
gem 'rubocop', '~> 1.64', require: false
end

group :test do
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.7.1)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -196,8 +196,8 @@ GEM
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.25.1)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -254,28 +254,28 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (2.8.4)
regexp_parser (2.8.3)
regexp_parser (2.9.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.58.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -385,7 +385,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.2.0)
rails_autolink
rspec-expectations
rubocop (~> 1.58)
rubocop (~> 1.64)
sanitize (~> 6.1)
sassc-rails (~> 2.1.2)
simplecov
Expand Down

0 comments on commit 03c8584

Please sign in to comment.