Skip to content

Commit

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

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
io-console (~> 0.5)
rexml (3.3.0)
strscan
rubocop (1.62.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -219,12 +219,12 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
standard (1.35.1)
standard (1.37.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.62.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
Expand Down Expand Up @@ -257,7 +257,7 @@ DEPENDENCIES
pry (~> 0.14.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.35.1)
standard (~> 1.37.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.35.1"
gem "standard", "~> 1.37.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.35.1"
gem "standard", "~> 1.37.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.35.1"
gem "standard", "~> 1.37.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.35.1"
gem "standard", "~> 1.37.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.35.1"
gem "standard", "~> 1.37.0"
gem "yard", "~> 0.9.26"
end

Expand Down

0 comments on commit 04c1e15

Please sign in to comment.