Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump panolint-ruby from bdbdbd4 to 95f34be #102

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/panorama-ed/panolint-ruby
revision: bdbdbd49aa97990c2bc98dc8fdadc3c91c3b9591
revision: 95f34be2ebb8018cb442051478168b788075ca33
branch: main
specs:
panolint-ruby (0)
rubocop (= 1.57.2)
rubocop (= 1.58.0)
rubocop-performance (= 1.19.1)
rubocop-rspec (= 2.25.0)

Expand All @@ -13,7 +13,7 @@ GEM
specs:
ast (2.4.2)
diff-lcs (1.5.0)
json (2.6.3)
json (2.7.0)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.4)
Expand All @@ -36,15 +36,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
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
Loading