Skip to content

Commit

Permalink
chore(package): update standard to version 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 18, 2024
1 parent b78e288 commit e3bd31b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 19 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.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.36"
end

Expand Down
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,19 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rubocop (1.64.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -215,18 +213,18 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
standard (1.37.0)
standard (1.41.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
rubocop (~> 1.66.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-performance (~> 1.5)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
rubocop-performance (~> 1.22.0)
stringio (3.1.1)
thor (1.3.2)
timecop (0.9.10)
Expand All @@ -253,7 +251,7 @@ DEPENDENCIES
pry (~> 0.14.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.37.0)
standard (~> 1.41.1)
timecop (~> 0.9.2)
yard (~> 0.9.36)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.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", "~> 5.2.0"

group :development, :test do
gem "standard", "~> 1.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.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", "~> 6.0.0"

group :development, :test do
gem "standard", "~> 1.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.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", "~> 6.1.4"

group :development, :test do
gem "standard", "~> 1.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
end

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.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
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.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
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.37.0"
gem "standard", "~> 1.41.1"
gem "yard", "~> 0.9.26"
end

Expand Down

0 comments on commit e3bd31b

Please sign in to comment.