Skip to content

Commit

Permalink
Update dependency rubocop to v1.63.2 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Apr 17, 2024
1 parent 4119b03 commit 22eed7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rubocop', '1.63.0', require: false
gem 'rubocop', '1.63.2', require: false
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.0)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -134,7 +134,7 @@ DEPENDENCIES
rack-test (= 2.1.0)
rotp (= 6.3.0)
rspec (= 3.13.0)
rubocop (= 1.63.0)
rubocop (= 1.63.2)
selenium-webdriver (= 4.19.0)
simplecov (= 0.22.0)
super_diff (= 0.11.0)
Expand Down

0 comments on commit 22eed7f

Please sign in to comment.