Skip to content

Commit

Permalink
Bump standard from 1.27.0 to 1.32.1
Browse files Browse the repository at this point in the history
Bumps [standard](https://github.com/standardrb/standard) from 1.27.0 to 1.32.1.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.27.0...v1.32.1)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mike-burns committed Dec 30, 2023
1 parent 7be631f commit 43bba38
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ GEM
ffi (1.15.5-java)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.6.3-java)
json (2.7.1)
json (2.7.1-java)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -98,9 +99,10 @@ GEM
racc (~> 1.4)
nokogiri (1.14.3-java)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.6.2)
racc (1.6.2-java)
rack (2.2.6.4)
Expand All @@ -120,8 +122,8 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
rexml (3.2.5)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
Expand All @@ -139,34 +141,43 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
rubocop (1.50.2)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
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.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.28.0)
rubocop-ast (1.30.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)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
standard (1.27.0)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.50.2)
rubocop-performance (~> 1.16.0)
lint_roller (~> 1.0)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
zeitwerk (2.6.7)

PLATFORMS
Expand Down

0 comments on commit 43bba38

Please sign in to comment.