Skip to content

Commit 9ba7267

Browse files
authored
Update FluentDVersionSpec to ">= 1.16, < 2.0" (#84)
1 parent 3d01e94 commit 9ba7267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ CreateGemFile()
200200
cp -f ../../LICENSE.txt ../../README.md .
201201

202202
if [ "${Target}" == "system" ]; then
203-
FluentDVersionSpec="~> 1.16.5"
203+
FluentDVersionSpec=">= 1.16, < 2.0"
204204
else
205205
FluentDVersionSpec="~> 0.12.0"
206206
fi

0 commit comments

Comments
 (0)