Skip to content

Commit

Permalink
fix standardrb test
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaergul committed Jan 28, 2025
1 parent d501506 commit a4c8d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source "https://rubygems.org"
gem "rake"
gem "rspec"
gem "rubocop", require: false
gem "standardrb"
gem "standard", ">= 1.35.1"
gem "yaml"
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.71.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -43,20 +43,18 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
standard (1.35.0.1)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.62)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-performance (~> 1.6)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.6.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.23.0)
standardrb (1.0.1)
standard
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
Expand All @@ -69,7 +67,7 @@ DEPENDENCIES
rake
rspec
rubocop
standardrb
standard (>= 1.35.1)
yaml

BUNDLED WITH
Expand Down

0 comments on commit a4c8d0e

Please sign in to comment.