Skip to content

Commit

Permalink
chore(package): update standard to version 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Aug 14, 2024
1 parent 04c1e15 commit b8aa416
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.40.0"
gem "yard", "~> 0.9.36"
end

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ GEM
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -149,7 +149,7 @@ GEM
pry (>= 0.10.4)
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rack (3.1.3)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -194,20 +194,20 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.0)
rexml (3.3.5)
strscan
rubocop (1.64.1)
rubocop (1.65.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)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -219,10 +219,10 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
standard (1.37.0)
standard (1.40.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
rubocop (~> 1.65.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-custom (1.0.2)
Expand Down Expand Up @@ -257,7 +257,7 @@ DEPENDENCIES
pry (~> 0.14.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.37.0)
standard (~> 1.40.0)
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.40.0"
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.40.0"
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.40.0"
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.40.0"
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.40.0"
gem "yard", "~> 0.9.26"
end

Expand Down

0 comments on commit b8aa416

Please sign in to comment.