Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update standard 1.28.5 → 1.31.2 (minor) #217

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.28.4"
gem "standard", "~> 1.31.2"
gem "yard", "~> 0.9.26"
end

Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
heya (0.8.0)
heya (0.9.0)
rails (>= 5.2.3)

GEM
Expand Down Expand Up @@ -191,23 +191,25 @@ GEM
rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.50.2)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
Expand All @@ -218,18 +220,18 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
standard (1.28.5)
standard (1.31.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
rubocop (~> 1.56.4)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-performance (~> 1.2)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
standard-performance (1.2.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
stringio (3.0.8)
thor (1.2.2)
timecop (0.9.8)
Expand All @@ -255,7 +257,7 @@ DEPENDENCIES
pry (~> 0.14.0)
pry-rails (~> 0.3.9)
simplecov
standard (~> 1.28.4)
standard (~> 1.31.2)
timecop (~> 0.9.2)
yard (~> 0.9.26)

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

Expand Down