Skip to content

Commit

Permalink
chore(package): update standard to version 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 15, 2025
1 parent 097d14b commit 56723ec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gemspec
# gem 'byebug', group: [:development, :test]

group :development, :test do
gem "standard", "~> 1.43.0"
gem "standard", "~> 1.44.0"
gem "yard", "~> 0.9.36"
end

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ GEM
rake (13.2.1)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -204,7 +204,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -215,10 +215,10 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -233,7 +233,7 @@ GEM
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand All @@ -255,7 +255,7 @@ DEPENDENCIES
pry (~> 0.15.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.43.0)
standard (~> 1.44.0)
timecop (~> 0.9.2)
yard (~> 0.9.36)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.0.0"

group :development, :test do
gem "standard", "~> 1.43.0"
gem "standard", "~> 1.44.0"
gem "yard", "~> 0.9.36"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.1.0"

group :development, :test do
gem "standard", "~> 1.43.0"
gem "standard", "~> 1.44.0"
gem "yard", "~> 0.9.36"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 7.2.0"

group :development, :test do
gem "standard", "~> 1.43.0"
gem "standard", "~> 1.44.0"
gem "yard", "~> 0.9.36"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "pry-rails", "~> 0.3.9"
gem "rails", "~> 8.0.0"

group :development, :test do
gem "standard", "~> 1.43.0"
gem "standard", "~> 1.44.0"
gem "yard", "~> 0.9.36"
end

Expand Down

0 comments on commit 56723ec

Please sign in to comment.