Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 72b2123 commit 1cce50e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ group :development do
gem "rubocop-rails", "~> 2.29", require: false
gem "rubocop-rspec", "~> 3.4", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "standard", "~> 1.44", require: false
gem "standard", "~> 1.45", require: false
gem "web-console", "~> 4.2"
end

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jb (0.8.2)
json (2.9.1)
json (2.10.1)
json-schema (5.1.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
libxml-ruby (5.0.3)
lint_roller (1.1.0)
listen (3.9.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
options (2.3.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pp (0.6.2)
Expand Down Expand Up @@ -445,17 +445,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.70.0)
rubocop (1.71.2)
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 (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -486,10 +486,10 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.44.0)
standard (1.45.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.70.0)
rubocop (~> 1.71.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand Down Expand Up @@ -586,7 +586,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.4)
rubocop-rspec_rails (~> 2.30)
rufus-scheduler (~> 3.9)
standard (~> 1.44)
standard (~> 1.45)
tailwindcss-rails (~> 3.3)
turbo-rails (~> 2.0)
web-console (~> 4.2)
Expand Down

0 comments on commit 1cce50e

Please sign in to comment.