Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update memo_wise requirement from >= 1.6, < 1.8 to >= 1.6, < 1.9 #184

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
filewatcher (>= 1.1.1, < 2.2.0)
front_matter_parser (~> 1.0.1)
hashie (~> 5.0.0)
memo_wise (>= 1.6, < 1.8)
memo_wise (>= 1.6, < 1.9)
roda (~> 3.53)
slim (>= 4.1, < 5.2)
thor (>= 1.2.1, < 1.4.0)
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
memo_wise (1.7.0)
memo_wise (1.8.0)
minitest (5.20.0)
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 @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "filewatcher", ">= 1.1.1", "< 2.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.8"
spec.add_dependency "memo_wise", ">= 1.6", "< 1.9"
spec.add_dependency "roda", "~> 3.53"
spec.add_dependency "slim", ">= 4.1", "< 5.2"
spec.add_dependency "thor", ">= 1.2.1", "< 1.4.0"
Expand Down