Skip to content

Commit

Permalink
chore(deps): update memo_wise requirement from >= 1.6, < 1.10 to >= 1…
Browse files Browse the repository at this point in the history
….6, < 1.11

Updates the requirements on [memo_wise](https://github.com/panorama-ed/memo_wise) to permit the latest version.
- [Changelog](https://github.com/panorama-ed/memo_wise/blob/main/CHANGELOG.md)
- [Commits](panorama-ed/memo_wise@v1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 18, 2024
1 parent 97838e1 commit cf0442f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
commonmarker (>= 1.0.4, < 1.2.0)
front_matter_parser (~> 1.0.1)
hashie (~> 5.0.0)
memo_wise (>= 1.6, < 1.10)
memo_wise (>= 1.6, < 1.11)
roda (~> 3.53)
slim (>= 4.1, < 5.3)
tty-logger (~> 0.6.0)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
memo_wise (1.9.0)
memo_wise (1.10.0)
minitest (5.25.1)
minitest-around (0.5.0)
minitest (~> 5.0)
Expand Down
2 changes: 1 addition & 1 deletion statique.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "commonmarker", ">= 1.0.4", "< 1.2.0"
spec.add_dependency "front_matter_parser", "~> 1.0.1"
spec.add_dependency "hashie", "~> 5.0.0"
spec.add_dependency "memo_wise", ">= 1.6", "< 1.10"
spec.add_dependency "memo_wise", ">= 1.6", "< 1.11"
spec.add_dependency "roda", "~> 3.53"
spec.add_dependency "slim", ">= 4.1", "< 5.3"
spec.add_dependency "tty-logger", "~> 0.6.0"
Expand Down

0 comments on commit cf0442f

Please sign in to comment.