Skip to content

Commit

Permalink
Upgrade deps and rubocop manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
knapo committed Feb 17, 2025
1 parent 0794611 commit f67cdcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require:
plugins:
- rubocop-rake
- rubocop-rspec

Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ GEM
awesome_print (1.9.2)
base64 (0.2.0)
coderay (1.1.3)
diff-lcs (1.5.1)
diff-lcs (1.6.0)
fiber-storage (1.0.0)
graphql (2.4.9)
base64
fiber-storage
logger
json (2.9.1)
json (2.10.1)
language_server-protocol (3.17.0.4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
method_source (1.1.0)
parallel (1.26.3)
parser (3.3.7.1)
Expand All @@ -31,7 +32,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rack (3.1.9)
rack (3.1.10)
rack-test (2.2.0)
rack (>= 1.3)
rainbow (3.1.1)
Expand All @@ -41,7 +42,7 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -50,9 +51,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.2)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
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)
Expand All @@ -62,10 +64,12 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
Expand Down

0 comments on commit f67cdcd

Please sign in to comment.