Skip to content

Commit

Permalink
chore(nvim): Relax pinned version to minimum bounds so CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 21, 2024
1 parent d2ada48 commit 8bb4252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $(DEV_SPEC_NVIM): $(PACKAGE_NAME).nvim.rockspec.in
$(rockpec_template)
$(SED) -i \
-e '/tag =/s/tag/branch/' \
-e '/decasify ==/s/ ==.*/",/' \
-e '/decasify >=/s/ >=.*/",/' \
-e "1i -- DO NOT EDIT! Modify template $< and rebuild with \`make $@\`\n" \
$@

Expand Down
2 changes: 1 addition & 1 deletion decasify.nvim.rockspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = {

dependencies = {
"lua >= 5.1",
"decasify == " .. version,
"decasify >= 0.7.2",
}

build = {
Expand Down

0 comments on commit 8bb4252

Please sign in to comment.