Skip to content

Commit

Permalink
build(deps-dev): bump standard from 1.5.0 to 1.6.0 (#63)
Browse files Browse the repository at this point in the history
Bumps [standard](https://github.com/testdouble/standard) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/testdouble/standard/releases)
- [Changelog](https://github.com/testdouble/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and andrewmcodes committed Jan 9, 2022
1 parent e4906b2 commit 0f14a8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "bridgetown", "~> 0.21.5"

group :development do
gem "debug", "~> 1.4"
gem "standard", "~> 1.5.0"
gem "standard", "~> 1.6.0"
gem "solargraph", "~> 0.44.2"
end

Expand Down
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ GEM
netrc (0.11.0)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.3.2)
parser (3.1.0.0)
ast (~> 2.4.1)
public_suffix (4.0.6)
racc (1.6.0)
Expand All @@ -160,18 +162,18 @@ GEM
nokogiri
rexml (3.2.5)
rouge (3.27.0)
rubocop (1.23.0)
rubocop (1.24.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.14.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.12.0)
rubocop-performance (1.13.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand All @@ -192,9 +194,9 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
standard (1.5.0)
rubocop (= 1.23.0)
rubocop-performance (= 1.12.0)
standard (1.6.0)
rubocop (= 1.24.1)
rubocop-performance (= 1.13.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0)
Expand All @@ -215,6 +217,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
bridgetown (~> 0.21.5)
Expand All @@ -224,7 +227,7 @@ DEPENDENCIES
bridgetown-view-component (~> 0.7.0)
debug (~> 1.4)
solargraph (~> 0.44.2)
standard (~> 1.5.0)
standard (~> 1.6.0)

BUNDLED WITH
2.2.16

1 comment on commit 0f14a8e

@vercel
Copy link

@vercel vercel bot commented on 0f14a8e Jan 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.