Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MatheusRich committed Dec 1, 2023
1 parent 15e5ca4 commit 967a8c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.1"
gem "standard", "~> 1.31"
gem "standard", "~> 1.32"

group :test do
gem "rspec", "~> 3.0"
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
base64 (0.1.1)
base64 (0.2.0)
concurrent-ruby (1.1.10)
console (1.23.2)
fiber-annotation
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
racc (1.7.2)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
Expand All @@ -81,12 +81,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -116,10 +115,10 @@ GEM
faraday-multipart
gli
hashie
standard (1.31.2)
standard (1.32.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
Expand All @@ -145,7 +144,7 @@ DEPENDENCIES
rake (~> 13.1)
rspec (~> 3.0)
simplecov
standard (~> 1.31)
standard (~> 1.32)
timecop
webmock

Expand Down

0 comments on commit 967a8c2

Please sign in to comment.