Skip to content

Bump panolint-ruby from d19a2a0 to b8556da #389

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

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 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.git
revision: d19a2a048fcd61e5bdbaed5c1ebf4641fef79a9c
revision: b8556da045df0ff5441af9c8650d433e73a7c691
branch: main
specs:
panolint-ruby (0)
rubocop (= 1.72.1)
rubocop (= 1.75.6)
rubocop-performance (= 1.21.1)
rubocop-rspec (= 3.5.0)

Expand All @@ -24,8 +24,8 @@ GEM
ansi
rouge (~> 4)
slop (~> 3)
json (2.11.3)
language_server-protocol (3.17.0.4)
json (2.12.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
minitest (5.18.0)
parallel (1.27.0)
Expand Down Expand Up @@ -53,15 +53,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.72.1)
rubocop (1.75.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
Expand Down
Loading