mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-08-22 10:18:14 +02:00
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>
13 lines
272 B
Ruby
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"
|