dependabot[bot] d8ee8ed5b6
Bump standard from 1.33.0 to 1.35.1 (#606)
Bumps [standard](https://github.com/standardrb/standard) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/standardrb/standard/compare/v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:production
  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>
2024-05-15 11:06:56 -07:00

13 lines
272 B
Ruby

source "https://rubygems.org"
gem "addressable"
gem "middleman", "~> 4.5.1"
gem "middleman-autoprefixer"
gem "middleman-blog"
gem "middleman-livereload"
gem "middleman-minify-html"
gem "middleman-syntax"
gem "middleman-gh-pages"
gem "redcarpet"
gem "standard", "~> 1.35"