Skip to content

Commit

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

Bump rubocop from 1.54.2 to 1.57.0
  • Loading branch information
mattr- authored Oct 14, 2023
2 parents 596b700 + 706832c commit e9b44f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 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.54', require: false
gem 'rubocop', '~> 1.57', require: false
end

group :test do
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
backport (1.2.0)
base64 (0.1.1)
bcrypt (3.1.19)
benchmark (0.2.1)
better_html (2.0.1)
Expand Down Expand Up @@ -190,7 +191,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.3)
Expand Down Expand Up @@ -248,23 +249,24 @@ GEM
ffi (~> 1.0)
rbs (2.8.4)
ref (2.0.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.2.6)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.54.2)
rubocop (1.57.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
Expand Down Expand Up @@ -336,7 +338,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -380,7 +382,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.1.1)
rails_autolink
rspec-expectations
rubocop (~> 1.54)
rubocop (~> 1.57)
sanitize (~> 6.0)
sassc-rails (~> 2.1.2)
simplecov
Expand Down

0 comments on commit e9b44f6

Please sign in to comment.