Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
update rubocop to 1.58.0
  • Loading branch information
acmetech committed Dec 2, 2023
1 parent 4843839 commit c8735f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :development do
gem "listen"
gem "rails_best_practices", "~> 1.23.0"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.57.0"
gem "rubocop", "~> 1.58.0"
gem "rubocop-performance", "~> 1.19.0"
gem "rubocop-rails", "~> 2.22.0"
gem "rubocop-rake", "~> 0.6.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
term-ansicolor
yard (~> 0.9.12)
jaro_winkler (1.5.6)
json (2.6.3)
json (2.7.0)
jwt (2.7.1)
kramdown (2.4.0)
rexml
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -379,15 +379,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -534,7 +534,7 @@ DEPENDENCIES
rails_best_practices (~> 1.23.0)
rake (~> 13.0)
rspec-rails (~> 6.1.0)
rubocop (~> 1.57.0)
rubocop (~> 1.58.0)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.22.0)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit c8735f7

Please sign in to comment.