Skip to content

Commit

Permalink
Merge pull request #356 from indirect/dependabot/bundler/standard-1.33.0
Browse files Browse the repository at this point in the history
Bump standard from 1.32.1 to 1.33.0
  • Loading branch information
github-actions[bot] authored Dec 27, 2023
2 parents 40be5c6 + 7b03b51 commit b7e39e1
Show file tree
Hide file tree
Showing 2 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 @@ -28,7 +28,7 @@ group :development do
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.23", require: false
gem "rubocop-rspec", "~> 2.25", require: false
gem "standard", "~> 1.32", require: false
gem "standard", "~> 1.33", require: false
gem "web-console", "~> 4.2"
end

Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,15 +332,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -351,9 +351,9 @@ GEM
rubocop (~> 1.33)
rubocop-gemfile (0.1.0.beta3)
rubocop (>= 0.35.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand All @@ -367,18 +367,18 @@ GEM
ruby2_keywords (0.0.5)
shellany (0.0.1)
smart_properties (1.17.0)
standard (1.32.1)
standard (1.33.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.57.2)
rubocop (~> 1.59.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.1)
standard-performance (1.3.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.1)
stringio (3.1.0)
tailwindcss-rails (2.1.0-arm64-darwin)
railties (>= 6.0.0)
Expand Down Expand Up @@ -447,7 +447,7 @@ DEPENDENCIES
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.23)
rubocop-rspec (~> 2.25)
standard (~> 1.32)
standard (~> 1.33)
tailwindcss-rails (~> 2.1)
turbo-rails (~> 1.5)
web-console (~> 4.2)
Expand Down

0 comments on commit b7e39e1

Please sign in to comment.